Open basemosama opened 10 months ago
It's using ffmpeg hls demuxer, it will try to download all tracks regardless current bandwidth, and there is no option to download only one track. can you compare with mpv player?
Yes, same issue buffering take long time making the experience not pleasent comparing to other players, Exoplayer for example works fine. The player needs decide only one track based on the bandwith.
It's a bug of ffmpeg. I wrote an js hls player that can select the track based on bandwidth, maybe I can rewrite it to use in this project.
Yes, If you can it will be really helpful.
Is there any way, we can specify a certain video and audio track for now for the example to only play the first track without trying to load all tracks ? Thanks
no, ffmpeg has no such option.
Describe the bug
When trying to play an m3u8 video with multiple audio and video tracks The player Takes long time in buffering as it will play for 2 seconds than buffer for like 5 seconds Making the video unplayable.
This only happens for videos with multiple tracks, other videos work as expected.
Here is a sample video that was tested.
http://sample.vodobox.com/planete_interdite/planete_interdite_alternate.m3u8
What is the solution for this problem?
Here is some logs:
Log