Skip to content

Commit bf57107

Browse files
Update video_player readme to change sample video to https (flutter#3546)
1 parent cb309bc commit bf57107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/video_player/video_player/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class _VideoAppState extends State<VideoApp> {
7777
void initState() {
7878
super.initState();
7979
_controller = VideoPlayerController.network(
80-
'http://www.sample-videos.com/video123/mp4/720/big_buck_bunny_720p_20mb.mp4')
80+
'https://www.sample-videos.com/video123/mp4/720/big_buck_bunny_720p_20mb.mp4')
8181
..initialize().then((_) {
8282
// Ensure the first frame is shown after the video is initialized, even before the play button has been pressed.
8383
setState(() {});

0 commit comments

Comments
 (0)