You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm using Oven to stream sport's events, especially Ski.
Low latency is key because we display the stream alongside the result on a webpage updated though web socket.
And I can't find a way to keep the player as close to "live" mode as possible. I'd love to disable seek bar completely, If possible.
My client's often stream from places with low bandwidth and unstable connection.
So when I tried HLS Options > Manage Latency with max latency option, the player was sometimes stuck in a buffering loop.
Also, it seems that browser pause video when tab is not on foreground, resulting in player not being "live" when returning
OvenMediaEngine's WebRTC streaming supports ABR, so it can respond even to users' poor network environments.
This will also solve the problem when a tab returns from the background to the foreground.
Hello, I'm using Oven to stream sport's events, especially Ski.
Low latency is key because we display the stream alongside the result on a webpage updated though web socket.
And I can't find a way to keep the player as close to "live" mode as possible. I'd love to disable seek bar completely, If possible.
My client's often stream from places with low bandwidth and unstable connection.
So when I tried HLS Options > Manage Latency with max latency option, the player was sometimes stuck in a buffering loop.
Also, it seems that browser pause video when tab is not on foreground, resulting in player not being "live" when returning
I tried
But it sometime gets stuck and it pause the video.
Do you have any advice for me?
I can update player code if needed, I already customized it to display viewer count.
I stream on OME server with this config:
The text was updated successfully, but these errors were encountered: