- 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 2 次提交
-
-
由 kongdywang 提交于
-
由 kongdywang 提交于
2. Optimized the logic for determining whether picture-in-picture is supported. 3. The Flutter side's operation of the player can now affect the UI updates for playing and pausing in the picture-in-picture window. 4. Fixed potential memory leak issues. 5. Fixed other known issues.
-
- 11 6月, 2024 1 次提交
-
-
由 kongdywang 提交于
2. superPlayer Widget fix replay failed after play error 3. superPlayer Widget now will throw playback error msg
-
- 06 6月, 2024 2 次提交
-
-
由 kongdywang 提交于
-
由 kongdywang 提交于
2. superPlayerWidget pos changed 3. unified plugin log output 4. fix known issues
-
- 04 6月, 2024 1 次提交
-
-
由 kongdywang 提交于
-
- 22 5月, 2024 1 次提交
-
-
由 kongdywang 提交于
-
- 13 5月, 2024 2 次提交
-
-
由 kongdywang 提交于
# Conflicts: # Flutter/android/config.gradle
-
由 kongdywang 提交于
-
- 06 5月, 2024 1 次提交
-
-
由 dokieyang 提交于
-
- 12 4月, 2024 1 次提交
-
-
由 kongdywang 提交于
1. Remove the code logic related to the Flutter player's playCgi, and update the cover of short videos through the player callback. 2. Fix the issue of Picture-in-Picture (PiP) restoration failure on the home screen of Xiaomi devices running Android 12. 3. Fix the issue where the PiP window UI could not be updated on some devices. 4. Fix the issue of continuous callbacks for PiP configuration parameters. 5. After enabling PiP on Android, the Flutter side can now also receive player events. 6. Add video information onSuperPlayerGetInfo event and onSuperPlayerProgress progress event to the player component. 7. Fix the issue of incorrect display ratio after the player component's video goes full-screen.
-
- 07 4月, 2024 2 次提交
- 02 4月, 2024 1 次提交
-
-
由 kongdywang 提交于
-
- 27 3月, 2024 1 次提交
-
-
由 kongdywang 提交于
-
- 07 3月, 2024 1 次提交
-
-
由 kongdywang 提交于
2. Add setSDKListener in SuperPlayerPlugin 3. Fix android pip start-up failed in sdk 11.7
-
- 05 3月, 2024 1 次提交
-
-
由 kongdywang 提交于
-
- 06 2月, 2024 1 次提交
-
-
由 kongdywang 提交于
1. maxBufferSize and preloadSize modified from integer to floating-point types, and added default values 2. fix download crash when ios' app be killed
-
- 29 1月, 2024 1 次提交
-
-
由 kongdywang 提交于
-
- 25 1月, 2024 1 次提交
-
-
由 kongdywang 提交于
2. player widget add stopPlay method 3. vod/live controller's method which named dispose can await now
-