mangui / flashls

HLS Flash Plugin/Player (Chromeless,OSMF,FlowPlayer,mediaelement.js,video.js,Clappr)
http://www.flashls.org
Mozilla Public License 2.0
751 stars 264 forks source link

Grintplayer/SMP: How to switch bitrate manually and reload playlist #61

Closed phamvinhthanh closed 10 years ago

phamvinhthanh commented 10 years ago

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.

mangui commented 10 years ago

adaptive streaming requires that playlists are aligned on keyframes and timestamps. furthermore your use case is not clear at all ?

phamvinhthanh commented 10 years ago

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.

phamvinhthanh commented 10 years ago

this is option I need: autoDynamicStreamSwitch : "false" from issue https://github.com/mangui/flashls/issues/39

Thanks, Mangui.