1. 31 3月, 2025 1 次提交
  2. 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
  3. 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
  4. 19 3月, 2025 1 次提交
  5. 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
  6. 18 2月, 2025 1 次提交
  7. 10 2月, 2025 1 次提交
  8. 22 1月, 2025 1 次提交
  9. 10 1月, 2025 1 次提交
  10. 02 1月, 2025 1 次提交
  11. 30 12月, 2024 1 次提交
  12. 27 12月, 2024 1 次提交
  13. 25 12月, 2024 1 次提交
  14. 24 12月, 2024 1 次提交
  15. 11 12月, 2024 1 次提交
  16. 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
  17. 20 11月, 2024 1 次提交
  18. 31 10月, 2024 1 次提交
  19. 29 10月, 2024 1 次提交
  20. 15 10月, 2024 1 次提交
  21. 29 9月, 2024 1 次提交
  22. 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
  23. 22 8月, 2024 2 次提交
  24. 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
  25. 14 8月, 2024 1 次提交
  26. 13 8月, 2024 1 次提交
  27. 09 8月, 2024 1 次提交
  28. 08 8月, 2024 1 次提交
  29. 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
  30. 15 7月, 2024 1 次提交
  31. 12 7月, 2024 1 次提交
  32. 08 7月, 2024 1 次提交
  33. 03 7月, 2024 1 次提交
    • kongdywang's avatar
      1. Add logic to avoid app exit on the iOS side. · ebe1b934
      kongdywang 提交于
      2. Avoid potential memory leak issues.
      3. On the iOS side, add handling for potential crash issues that may occur when the app's process is killed under certain circumstances.
      4. During plugin registration on the iOS side, add a `publish` method to register the plugin and ensure that the deregistration callback occurs.
      5. Fix known issues.
      ebe1b934
  34. 26 6月, 2024 1 次提交
    • kongdywang's avatar
      1. fix issue of ext method txFormat · 44800b08
      kongdywang 提交于
      2. avoid the issue of repeated rendering of player components in certain scenarios
      3. android side compatible with multiple FlutterActivity scenarios
      4. add HEVC fallback playback.
      5. introduce Picture-in-Picture 2.0 resources on the iOS side, and the project uses the Picture-in-Picture 2.0 capability by default.
      44800b08
  35. 20 6月, 2024 2 次提交
  36. 11 6月, 2024 1 次提交
  37. 06 6月, 2024 1 次提交