1. 31 7月, 2025 1 次提交
  2. 20 6月, 2025 3 次提交
    • kongdywang's avatar
      fix ios crash issue · 62dd0f10
      kongdywang 提交于
      (cherry picked from commit e5cc2e2a96245d878274004fa4bf203bcf0cf37e)
      62dd0f10
    • kongdywang's avatar
      update to 12.6 · 47762343
      kongdywang 提交于
      47762343
    • kongdywang's avatar
      1. After the player UI component enters full-screen mode, to avoid compatibility… · 14de057c
      kongdywang 提交于
      1. After the player UI component enters full-screen mode, to avoid compatibility issues, it no longer forcibly breaks layout restrictions to fill the screen. Now, the business side needs to manually hide unnecessary components and remove height limitations on the player.
      2. Fixed an issue where the video did not display in certain live streaming scenarios.
      3. Removed the cross-version problematic `LinkedListEntry` from the player UI component to avoid cross-version compatibility issues.
      4. Added the `setDrmProvisionEnv` interface in `SuperPlayerPlugin` for configuring the DRM certificate environment.
      5. Upgraded to version 12.5.1.
      6. Fixed an issue where Android video-on-demand using `SurfaceView` would not display video when switching between foreground and background.
      7. Fixed a license configuration error when launching the demo app.
      14de057c
  3. 09 5月, 2025 2 次提交
    • kongdywang's avatar
      Fix some live streaming APIs that lacked instantiation checks, causing errors… · d04ded8d
      kongdywang 提交于
      Fix some live streaming APIs that lacked instantiation checks, causing errors when calling the APIs directly on a just-initialized player due to "not instantiated" issues.
      d04ded8d
    • kongdywang's avatar
      1. Added the `setRenderMode` method to the player, allowing configuration of the… · a245e83a
      kongdywang 提交于
      1. Added the `setRenderMode` method to the player, allowing configuration of the tiling mode for video rendering.
      2. Fixed an issue on Android where the player screen would turn black after pausing, moving to the background, and then returning to the foreground.
      3. Optimized the delay of the first frame rendering in the Flutter player compared to event triggers.
      4. Improved the screen orientation switching logic of the `super_player_widget` component by unifying texture sharing between portrait and landscape modes, enhancing the user experience during orientation changes.
      5. On iOS, Picture-in-Picture (PiP) for live streaming will automatically switch to a layer-based playback mode for iOS 15.0 and above. [Inspired by live streaming practices, this uses `contentSource` to implement custom PiP rendering, avoiding playback glitches caused by PiP window resizing.]
      6. Added a simple license polling mechanism on the demo side to prevent playback failures due to prolonged network disconnections during the first launch.
      7. Fixed a memory leak issue in the Android Picture-in-Picture service under certain conditions.
      8. Resolved the issue where Android Picture-in-Picture resizing animations displayed a semi-transparent black shadow effect.
      9. On iOS, after calling `stopPlay`, the `startTime` is no longer cleared, aligning the behavior with the Android implementation.
      10. update to 12.5
      a245e83a
  4. 08 5月, 2025 2 次提交
  5. 02 4月, 2025 1 次提交
    • kongdywang's avatar
      1. update to 12.4.1 · 92d0fdf2
      kongdywang 提交于
      2. Remove the method of binding textures via the TXPlayerVideo's controller and add relevant explanatory comments
      92d0fdf2
  6. 31 3月, 2025 1 次提交
  7. 25 3月, 2025 1 次提交
    • kongdywang's avatar
      1. Adjust the layout of the player component demo page. · fc750bf3
      kongdywang 提交于
      2. The Picture-in-Picture button icon in Android can be hidden by passing an empty string.
      3. Fix an issue with the player component where the player listener remained on the portrait page after entering full-screen mode. Also, optimize the interaction logic of the player component.
      fc750bf3
  8. 21 3月, 2025 1 次提交
    • kongdywang's avatar
      1. Fix the transition animation when entering Picture-in-Picture mode on… · 3dd282ba
      kongdywang 提交于
      1. Fix the transition animation when entering Picture-in-Picture mode on Android. On some devices, there is a semi-transparent black statusBar at the top.
      2. Reduce the descriptions in pubspec.yaml to avoid failures when Flutter publishes to pub.
      3. Mark the controller parameter of TXPlayerVideo as deprecated. In the demo, all places where TXPlayerVideo is used no longer use the controller parameter to bind. This method is easily passively affected by the Flutter interface refresh, causing the texture of the Picture-in-Picture window to be repeatedly seized. On the demo side, use the onRenderViewCreatedListener callback method. It is recommended that customers actively bind the texture when needed.
      4. For iOS live streaming Picture-in-Picture, use a custom rendering method to avoid the problem that the live streaming Picture-in-Picture has no picture when the app is in the background, because the renderView cannot be rendered in the background.
      5. Fix the problem that after enabling the iOS live streaming Picture-in-Picture, the app interface cannot be clicked, and frequent clicks may occasionally cause a crash.
      3dd282ba
  9. 19 3月, 2025 1 次提交
  10. 18 3月, 2025 1 次提交
    • kongdywang's avatar
      1. TXPlayerVideo has added a new onRenderViewCreatedListener callback. After… · 6619ac8e
      kongdywang 提交于
      1. TXPlayerVideo has added a new onRenderViewCreatedListener callback. After obtaining the viewId of TXPlayerVideo, you can set the viewId to the player when needed.
      2. Fix an issue that the picture-in-picture on iOS does not display correctly in the window in some cases.
      3. Fix an issue that the aspect ratio of the picture-in-picture window is incorrect on Android.
      4. Fix an issue that there is no picture after the player component returns from full screen.
      5. Fix an issue that long-term video playback causes memory overflow on iOS.
      6. Fix an issue that high-security-level DRM videos cannot be played on iOS.
      7. update to 12.3.1
      6619ac8e
  11. 18 2月, 2025 1 次提交
  12. 10 2月, 2025 1 次提交
  13. 22 1月, 2025 1 次提交
  14. 10 1月, 2025 1 次提交
  15. 02 1月, 2025 1 次提交
  16. 30 12月, 2024 1 次提交
  17. 27 12月, 2024 1 次提交
  18. 25 12月, 2024 1 次提交
  19. 24 12月, 2024 1 次提交
  20. 11 12月, 2024 1 次提交
  21. 04 12月, 2024 1 次提交
    • kongdywang's avatar
      1. Pre-download supports httpHeader. · 02aaeabc
      kongdywang 提交于
      2. Supports encrypted playback of MP4.
      3. Added support for HEVC playback downgrade.
      4. Fix an issue that some API callbacks have no parameters.
      02aaeabc
  22. 20 11月, 2024 1 次提交
  23. 31 10月, 2024 1 次提交
  24. 29 10月, 2024 1 次提交
  25. 15 10月, 2024 1 次提交
  26. 29 9月, 2024 1 次提交
  27. 25 9月, 2024 1 次提交
    • dokieyang's avatar
      1. Update to 12.0.1 · 3b11cac7
      dokieyang 提交于
      2. The player component adds the logic of network image placeholder when there is no network.
      3. Fix the issue where textures are not refreshed in some cases
      4. Fix the issue where updating Picture-in-Picture produces errors when Picture-in-Picture ends in some cases
      5. Modify the plugin callback Flutter side message architecture
      6. During SDK initialization, all modules are changed to lazy loading
      7. The demo and player components no longer need to force set the language; if not set, it defaults to English
      3b11cac7
  28. 22 8月, 2024 2 次提交
  29. 21 8月, 2024 2 次提交
    • kongdywang's avatar
      update to 12.0.0 · 0c27faf4
      kongdywang 提交于
      0c27faf4
    • kongdywang's avatar
      1. Live streaming replaces the new kernel. · c53f8b0f
      kongdywang 提交于
      2. As the new kernel has been replaced, the live streaming live config currently only retains the properties of maxAutoAdjustCacheTime, minAutoAdjustCacheTime, connectRetryCount, and connectRetryInterval, with the rest of the parameters marked as deprecated.
      3. New interfaces have been added to live streaming: enableReceiveSeiMessage, showDebugView, setProperty, getSupportedBitrate, and setCacheParams.
      4. When playing live streaming, there is no longer a need to pass the playType parameter, which has been deprecated.
      5. The live streaming and on-demand demo pages have added logic to wait for the license to load successfully before playing.
      6. Other known issues have been fixed.
      c53f8b0f
  30. 14 8月, 2024 1 次提交
  31. 13 8月, 2024 1 次提交
  32. 09 8月, 2024 1 次提交
  33. 08 8月, 2024 1 次提交
  34. 26 7月, 2024 1 次提交
    • kongdywang's avatar
      1. Avoid occasional crashes when iOS kills processes · 56a44e10
      kongdywang 提交于
      2. Fix occasional wild pointer access issues with callback messages during iOS startup
      3. Remove pigeon dependency to avoid conflicts with customer versions
      4. Fix compatibility issues with Picture-in-Picture broadcast events when the target is Android 14
      5. Fix null pointer judgment in iOS player release
      6. Fix logic for getting the current ViewController in Picture-in-Picture on the iOS side
      56a44e10