-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
HLS streaming playback speed is 1.5x for mobile devices with no option to change #3155
Comments
Just tested with the latest docker image. Same issue. |
@aler9 Do you think this is an issue with the HLS player, or the devices themselves. I read that you can set “playbackrate” for HLS but haven’t been able to solve the issue yet. |
Any thoughts on this? It’s fairly important to get this functioning properly, otherwise I’ll look elsewhere for a streaming solution. |
This is reproducible still in 1.8.3. I can reproduce it in some very specific scenarios (navigate away and back quickly or start/stopping the player quickly) on both mobile and desktop. This has to do with this line here as I can tweak the playback speed that the HLS player bumps to by changing that line. |
Still reproducible in 1.8.4. |
A heads up that I built an image based on that fix, and it works great. I don't have the skill to maintain, so here's a fix until this is incorporated in the actual images. https://hub.docker.com/r/therysin/mediamtx/ Source is forked on my profile. |
This issue is mentioned in release v1.9.1 🚀 |
I am still experiencing this issue with the current build version. |
Which version are you using?
v1.6.0
Which operating system are you using?
Describe the issue
When viewing a stream via HLS from mobile devices (ios ipados safari,brave,chrome etc) the playback speed will default to 1.5x and cannot be changed for it seems the first 10 seconds of most recent playback. If you skip back 10 seconds, or pause until there is a 10 second gap, the speed will go back to 1x also without the ability to change.
The HLS stream works fine for desktop using brave browser. Other browsers are not tested
This is with all three variants of HLS, and storing in RAM or directory.
Describe how to replicate the issue
Did you attach the server logs?
no.
There are no related logs. Logs all show properly...stream started and is muxing to HLS
Did you attach a network dump?
no
The text was updated successfully, but these errors were encountered: