-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specifying command line options to mpv-player #250
Comments
Hi @wturrell A per station solution does not exist (yet?) Can you please specify a URL to use for my tests? |
BBC Radio 3: this'll exit after some unspecified period of time, maybe 5 minutes, maybe less, just now it took 18: versus this which will keep going: mpv --demuxer-lavf-o=max_reload=1000 http://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_radio_three/bbc_radio_three.isml/bbc_radio_three-audio=320000.m3u8 |
ok, on it... |
So... Here's a quick and temporary way to get it to work Open
or
Please check that using any of these parameters do not negatively impact the playback of any other station; I have had no problem with either of them on a linux system I will leave this one open and keep working on it, and notify yu of that I can come up |
(this is working well so far) |
(I suppose this is a feature request, or maybe just a "how do I" that might be impossible…)
For a while now, in the latest curveball the BBC have thrown at direct stream listeners, the BBC HLS streams keep cutting out after a few minutes - MPV exits with a "terminated abnormally" message.
mpv-player/mpv#13428
https://www.reddit.com/r/mpv/comments/181yu2z/problem_streaming_radio/
There is a fix for this, which is to use mpv-player with the
--loop-playlist=force
or (better, I suspect)--demuxer-lavf-o=max_reload=1000
options - is there anyway we you could enable specifying extra playback options per playlist item?Or switch a particular station to a different player (e.g. someone in that thread suggested ffplay instead..)
Thanks,
William
The text was updated successfully, but these errors were encountered: