Add HLS m3u8 test streaming video file#178
Conversation
|
It would be useful to add longer video to example to test issues with video_player in bad internet condition. At least 2 minutes if it possible so buffer couldn't fill up. I'm going to contribute with this in flutter/plugins#4693 |
Is there some reason that needs to be HLS and not mp4 or other video format? |
|
We recently switched webview_flutter tests from external URLs to an in-test web server. That's the way we should be moving with video_player as well (it just hasn't been done yet) so more complex use cases like really slow loading should be done via a test server rather than adding more complex assets here. |
Add a HTTP Live Streaming (HLS)
.m3u8file to test in the video_player plugin flutter/flutter#97206Created from the existing
bee.mp4video:Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.