Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 94b821a

Browse files
committed
Try with webm videos
1 parent d16898d commit 94b821a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/video_player/video_player_web/example/integration_test/video_player_web_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ void main() {
2424
DataSource(
2525
sourceType: DataSourceType.network,
2626
uri:
27-
'https://flutter.github.io/assets-for-api-docs/assets/videos/bee.mp4',
27+
'https://github.com/flutter/plugins/blob/main/packages/video_player/video_player/example/assets/Butterfly-209.webm?raw=true',
2828
),
2929
)
3030
.then((int? textureId) => textureId!);
@@ -40,7 +40,7 @@ void main() {
4040
DataSource(
4141
sourceType: DataSourceType.network,
4242
uri:
43-
'https://flutter.github.io/assets-for-api-docs/assets/videos/bee.mp4'),
43+
'https://github.com/flutter/plugins/blob/main/packages/video_player/video_player/example/assets/Butterfly-209.webm?raw=true'),
4444
),
4545
completion(isNonZero));
4646
});

0 commit comments

Comments
 (0)