shaka-project / shaka-player

JavaScript player library / DASH & HLS client / MSE-EME player
Apache License 2.0
7.18k stars 1.34k forks source link

low latency live stream, recommended settings? #1287

Closed gabor closed 6 years ago

gabor commented 6 years ago

i'd like to live-stream content with as little latency as possible, even if it causes occasional stutter or choppiness. what configuration options do you recommend?

TheModMaker commented 6 years ago

The important pieces for this kind of a steam would be in the manifest itself. If we're talking about DASH, I would suggest:

You should look at the documentation of your packager to see how to set these values in your live stream.

The only real Player setting that would affect latency would be streaming.rebufferingGoal. It is similar to minBufferTime, setting a smaller value will allow us to play with less content.

ismena commented 6 years ago

@gabor does that help? Please let us know if there's anything else we can do for you! Otherwise we'll go ahead and close the issue.

gabor commented 6 years ago

@ismena thank you, this is enough for me, please feel free to close the issue.