Skip to content

Commit d148ddc

Browse files
authored
[video_player_avplay] Update plusplayer and libs (#882)
1 parent 608ff03 commit d148ddc

116 files changed

Lines changed: 29 additions & 10 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/video_player_avplay/CHANGELOG.md

Lines changed: 14 additions & 0 deletions

packages/video_player_avplay/README.md

Lines changed: 1 addition & 1 deletion

packages/video_player_avplay/example/lib/main.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class _HlsRomoteVideoState extends State<_HlsRomoteVideo> {
7272
void initState() {
7373
super.initState();
7474
_controller = VideoPlayerController.network(
75-
'https://bitdash-a.akamaihd.net/content/sintel/hls/playlist.m3u8',
75+
'https://test-streams.mux.dev/x36xhzz/x36xhzz.m3u8',
7676
);
7777

7878
_controller.addListener(() {
@@ -392,7 +392,7 @@ class _TrackTestState extends State<_TrackTest> {
392392
super.initState();
393393

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

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

830830
_controller.addListener(() {

packages/video_player_avplay/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: video_player_avplay
22
description: Flutter plugin for displaying inline video on Tizen TV devices.
33
homepage: https://github.com/flutter-tizen/plugins
44
repository: https://github.com/flutter-tizen/plugins/tree/master/packages/video_player_avplay
5-
version: 0.5.25
5+
version: 0.5.26
66

77
environment:
88
sdk: ">=3.1.0 <4.0.0"
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1.22 MB
Binary file not shown.

0 commit comments

Comments
 (0)