- 08 5月, 2025 2 次提交
-
-
由 kongdywang 提交于
-
由 kongdywang 提交于
-
- 02 4月, 2025 1 次提交
-
-
由 kongdywang 提交于
2. Remove the method of binding textures via the TXPlayerVideo's controller and add relevant explanatory comments
-
- 31 3月, 2025 1 次提交
-
-
由 kongdywang 提交于
-
- 25 3月, 2025 1 次提交
-
-
由 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.
-
- 21 3月, 2025 1 次提交
-
-
由 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.
-
- 19 3月, 2025 1 次提交
-
-
由 kongdywang 提交于
1. Fix an issue where the window size and aspect ratio of the picture-in-picture mode do not match when entering picture-in-picture during Android live streaming. 2. Remove the delay operation for rotating the screen in the player component.
-
- 18 3月, 2025 1 次提交
-
-
由 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
-
- 18 2月, 2025 1 次提交
-
-
由 kongdywang 提交于
2. Fix known issues
-
- 10 2月, 2025 1 次提交
-
-
由 kongdywang 提交于
1. The Android rendering texture is modified to PlatformView, which can be input with the androidRenderType enumeration type to determine whether the Android end uses SurfaceView or TextureView. 2. Upgrade the version number to 12.3.1. 3. Support specifying the default audio track.
-
- 22 1月, 2025 1 次提交
-
-
由 kongdywang 提交于
2、update to 12.3.0 3、Optimize documents Optimize documents
-
- 10 1月, 2025 1 次提交
-
-
由 kongdywang 提交于
-
- 02 1月, 2025 1 次提交
-
-
由 dokieyang 提交于
-
- 30 12月, 2024 1 次提交
-
-
由 kongdywang 提交于
-
- 27 12月, 2024 1 次提交
-
-
由 kongdywang 提交于
2. update to 12.2.1
-
- 25 12月, 2024 1 次提交
-
-
由 kongdywang 提交于
1. Avoid the problem that some functions in the SDK cannot be used normally after a cold start on some models. 2. After the plugin executes onDetachedFromEngine, Picture-in-Picture will be forcibly closed to prevent problems caused by inconsistent variables.
-
- 24 12月, 2024 1 次提交
-
-
由 kongdywang 提交于
-
- 11 12月, 2024 1 次提交
-
-
由 kongdywang 提交于
-
- 04 12月, 2024 1 次提交
-
-
由 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.
-
- 20 11月, 2024 1 次提交
-
-
由 kongdywang 提交于
-
- 31 10月, 2024 1 次提交
-
-
由 kongdywang 提交于
-
- 29 10月, 2024 1 次提交
-
-
由 kongdywang 提交于
2. Fixed the Picture-in-Picture service leak issue on Android.
-
- 15 10月, 2024 1 次提交
-
-
由 kongdywang 提交于
Fix the issue where the texture is lost after actively exiting Picture-in-Picture mode in Android live streaming.
-
- 29 9月, 2024 1 次提交
-
-
由 kongdywang 提交于
-
- 25 9月, 2024 1 次提交
-
-
由 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
-
- 22 8月, 2024 2 次提交
-
-
由 kongdywang 提交于
-
由 kongdywang 提交于
1. Fix the issue where customers experience exceptions when using certain interfaces of the live or VOD player that has been released under high-intensity usage scenarios on the Flutter side. 2. Fix the issue where the texture ID cannot be refreshed in some scenarios with the txplayer_widget. 3. Fix the issue where the controller cannot be refreshed in some scenarios with the superplayerWidget.
-
- 21 8月, 2024 2 次提交
-
-
由 kongdywang 提交于
-
由 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.
-
- 14 8月, 2024 1 次提交
-
-
由 kongdywang 提交于
Avoid the null pointer issue that arises from calling the dispose method of the on-demand and live streaming controller multiple times
-
- 13 8月, 2024 1 次提交
-
-
由 kongdywang 提交于
Fix the potential multi-concurrency issues that may arise from high-concurrency callback messages in native iOS
-
- 09 8月, 2024 1 次提交
-
-
由 kongdywang 提交于
1. Fix the issue where calling exit Picture-in-Picture (PiP) in Android live streaming is ineffective. 2. In the player component, a new parameter has been added to the release that can determine whether to continue listening to player events after entering Picture-in-Picture mode.
-
- 08 8月, 2024 1 次提交
-
-
由 kongdywang 提交于
2.Fixed the NullPointerException that occurs when restoring live picture-in-picture on Android.
-
- 26 7月, 2024 1 次提交
-
-
由 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
-
- 15 7月, 2024 1 次提交
-
-
由 kongdywang 提交于
2. Fixed an issue where several buttons in the demo layer did not respond to clicks on newer Flutter versions.
-
- 12 7月, 2024 1 次提交
-
-
由 kongdywang 提交于
-
- 08 7月, 2024 1 次提交
-
-
由 kongdywang 提交于
2. SuperPlayerPlugin add setGlobalCacheFolderCustomPath api
-
- 03 7月, 2024 1 次提交
-
-
由 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.
-
- 26 6月, 2024 1 次提交
-
-
由 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.
-
- 20 6月, 2024 1 次提交
-
-
由 kongdywang 提交于
-