Closed phamvinhthanh closed 10 years ago
adaptive streaming requires that playlists are aligned on keyframes and timestamps. furthermore your use case is not clear at all ?
Hi Mangui,
Because my customers don't have encoder that supports transcode multi-bitrate with keyframe alignment, for example they use xsplit broadcaster, open broadcaster, ... Each bitrate will be pushed to my server (only packaging to HLS) not at the same time. So, I need the player can switch bitrate manually and when switch to other bitrate, the player need to reload playlist.
Best regards, Thanh.
this is option I need: autoDynamicStreamSwitch : "false" from issue https://github.com/mangui/flashls/issues/39
Thanks, Mangui.
Hi Mangui,
Because 2 bitrate are not alignment, so I want manually switch bitrate and each bitrate's playlist will be reload. How can I do that? Please show me which parameters I can set to do that.
Best regards, Thanh.