Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions packages/video_player_avplay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 0.5.26
* Add plusplayer library for Tizen10.0.
* Update plusplayer
1. [HLS] Log level correction for Ad timing info.
2. [HLS] Defect propogation of robustneess issue & connection failure cases.
3. [PLAYER] Upgrade log level in case of download retry case.
4. [PLAYER] Avoid making unnecessary copy of streamlist vector.
5. [PLAYER] Round off to avoid loss of precision due to floating point multiplication.
6. [PLAYER] Build fix for 10.0 in plusplaye.
7. [PLAYER] Update plusplayer ini.
8. [PLAYER] Update plusplayer-wrapper API.
9. [DASH] CLear Key feature support.
10. [DASH] Low-latency support.

## 0.5.25

* Update code format.
Expand Down
2 changes: 1 addition & 1 deletion packages/video_player_avplay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To use this package, add `video_player_avplay` as a dependency in your `pubspec.

```yaml
dependencies:
video_player_avplay: ^0.5.25
video_player_avplay: ^0.5.26
```

Then you can import `video_player_avplay` in your Dart code:
Expand Down
6 changes: 3 additions & 3 deletions packages/video_player_avplay/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class _HlsRomoteVideoState extends State<_HlsRomoteVideo> {
void initState() {
super.initState();
_controller = VideoPlayerController.network(
'https://bitdash-a.akamaihd.net/content/sintel/hls/playlist.m3u8',
'https://test-streams.mux.dev/x36xhzz/x36xhzz.m3u8',
);

_controller.addListener(() {
Expand Down Expand Up @@ -392,7 +392,7 @@ class _TrackTestState extends State<_TrackTest> {
super.initState();

_controller = VideoPlayerController.network(
'https://bitdash-a.akamaihd.net/content/sintel/hls/playlist.m3u8',
'https://devstreaming-cdn.apple.com/videos/streaming/examples/img_bipbop_adv_example_fmp4/master.m3u8',
);

_controller.addListener(() {
Expand Down Expand Up @@ -824,7 +824,7 @@ class _TestRemoteVideoState extends State<_TestRemoteVideo> {
void initState() {
super.initState();
_controller = VideoPlayerController.network(
'https://bitdash-a.akamaihd.net/content/sintel/hls/playlist.m3u8',
'https://test-streams.mux.dev/x36xhzz/x36xhzz.m3u8',
);

_controller.addListener(() {
Expand Down
2 changes: 1 addition & 1 deletion packages/video_player_avplay/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: video_player_avplay
description: Flutter plugin for displaying inline video on Tizen TV devices.
homepage: https://github.com/flutter-tizen/plugins
repository: https://github.com/flutter-tizen/plugins/tree/master/packages/video_player_avplay
version: 0.5.25
version: 0.5.26

environment:
sdk: ">=3.1.0 <4.0.0"
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified packages/video_player_avplay/tizen/lib/armel/6.0/libdash.so
Binary file not shown.
Binary file not shown.
Binary file modified packages/video_player_avplay/tizen/lib/armel/6.0/libgstdash.so
Binary file not shown.
Binary file modified packages/video_player_avplay/tizen/lib/armel/6.0/libgsthls.so
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified packages/video_player_avplay/tizen/lib/armel/6.0/libhls.so
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified packages/video_player_avplay/tizen/lib/armel/6.5/libdash.so
Binary file not shown.
Binary file not shown.
Binary file modified packages/video_player_avplay/tizen/lib/armel/6.5/libgstdash.so
Binary file not shown.
Binary file modified packages/video_player_avplay/tizen/lib/armel/6.5/libgsthls.so
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified packages/video_player_avplay/tizen/lib/armel/6.5/libhls.so
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified packages/video_player_avplay/tizen/lib/armel/7.0/libdash.so
Binary file not shown.
Binary file not shown.
Binary file modified packages/video_player_avplay/tizen/lib/armel/7.0/libgstdash.so
Binary file not shown.
Binary file modified packages/video_player_avplay/tizen/lib/armel/7.0/libgsthls.so
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified packages/video_player_avplay/tizen/lib/armel/7.0/libhls.so
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified packages/video_player_avplay/tizen/lib/armel/8.0/libdash.so
Binary file not shown.
Binary file not shown.
Binary file modified packages/video_player_avplay/tizen/lib/armel/8.0/libgstdash.so
Binary file not shown.
Binary file modified packages/video_player_avplay/tizen/lib/armel/8.0/libgsthls.so
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified packages/video_player_avplay/tizen/lib/armel/8.0/libhls.so
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified packages/video_player_avplay/tizen/lib/armel/9.0/libdash.so
Binary file not shown.
Binary file not shown.
Binary file modified packages/video_player_avplay/tizen/lib/armel/9.0/libgstdash.so
Binary file not shown.
Binary file modified packages/video_player_avplay/tizen/lib/armel/9.0/libgsthls.so
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified packages/video_player_avplay/tizen/lib/armel/9.0/libhls.so
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/video_player_avplay/tizen/project_def.prop
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ USER_CPP_INC_FILES =
# Linker options
USER_LIB_DIRS = lib/${BUILD_ARCH}/${API_VERSION}
USER_LFLAGS = -Wl,-rpath='$$ORIGIN'
USER_LIBS = plusplayer-wrapper gstsubtitle_tvplus gstsubtitleparse_tvplus plusplayercore_tvplus tracksource_tvplus plusplayer_tvplus dashplusplayer_tvplus
USER_LIBS = stdc++ plusplayer-wrapper gstsubtitle_tvplus gstsubtitleparse_tvplus plusplayercore_tvplus tracksource_tvplus plusplayer_tvplus dashplusplayer_tvplus
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"debug": {
"curl_debug": false
"curl_debug": false,
"open_http_header": false
},
"streaming": {
"TargetTimeMs": 0,
"SegDownTimeUS": 0,
"TrunDownUnitTimeMS": 500,
"multiQueueDuration": 0,
"engineBufferDurationMs": 0,
"maxConnectionTimeout": 15,
Expand All @@ -14,6 +18,7 @@
"maxTransferVideoBufferByte": 10485760,
"maxTransferAudioBufferByte": 5242880,
"noSwitchForStartbitrateHighestUs": 10000000,
"playback_rate" : 1.0,
"abr": {
"rule_name": "abrDynamic",
"bandwidthSafetyFactor": 0.9,
Expand All @@ -23,11 +28,10 @@
"rule_name": "AVG"
},
"advertisement": {
"SCTE35": false
"SCTE35": true
}
},
"accessibility": {
"audio_description": false
}
}

3 changes: 2 additions & 1 deletion packages/video_player_avplay/tizen/res/plusplayer.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"ai_lagacy_fallback_option" : 1,
"ai_lagacy_fallback_switch_threshold" : 75.0,
"ai_lagacy_fallback_rebuf_threshold" : 50.0,
"ai_switch_slot" : 30
"ai_switch_slot" : 30,
"audio_seamless_switch" : false
}