- 23 10月, 2025 1 次提交
-
-
由 kongdywang 提交于
(cherry picked from commit 89c907eea1f9aceaf7c4df83c78d9605dd65fc27)
-
- 19 9月, 2025 1 次提交
-
-
由 kongdywang 提交于
(cherry picked from commit 9f749312decce0baed7c6c3d66ff2ced1b8a460a)
-
- 09 9月, 2025 1 次提交
-
-
由 kongdywang 提交于
-
- 04 9月, 2025 1 次提交
-
-
由 kongdywang 提交于
(cherry picked from commit 94eeb078bd36aa18c59e912ee8a0adab1ff40768)
-
- 29 8月, 2025 1 次提交
-
-
由 kongdywang 提交于
2. update to 12.7.2 3. fix known issue
-
- 14 8月, 2025 1 次提交
-
-
由 kongdywang 提交于
2. Fix the issue where the texture is not restored to the interface screen when returning from Picture-in-Picture (PiP) on Android. 3. Update to 12.7 4. Fix known issues.
-
- 04 8月, 2025 2 次提交
-
-
由 kongdywang 提交于
(cherry picked from commit b52a20f36dbdae4001bec4d42b826205ac6516f7)
-
由 kongdywang 提交于
-
- 31 7月, 2025 1 次提交
-
-
由 kongdywang 提交于
-
- 20 6月, 2025 3 次提交
-
-
由 kongdywang 提交于
(cherry picked from commit e5cc2e2a96245d878274004fa4bf203bcf0cf37e)
-
由 kongdywang 提交于
-
由 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.
-
- 09 5月, 2025 2 次提交
-
-
由 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.
-
由 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
-
- 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 1 次提交
-
-
由 kongdywang 提交于
-