Skip to content

Http Live Streaming

Luke edited this page Sep 6, 2013 · 5 revisions

Media Browser supports the Http Live Streaming protocol, also known as HLS.

The url's are:

  • /Videos/{Id}/stream.m3u8
  • /Audio/{Id}/stream.m3u8

For a complete list or parameters, see the built-in documentation as well as:

Audio Streaming

Video Streaming

Currently we do not support HLS adaptive bitrate streaming, although this is in the backlog for a future release.

Baseline Stream

To include a baseline, audio-only stream in the HLS master playlist, use the following parameters:

  • AppendBaselineStream
  • BaselineStreamAudioBitRate

For example, AppendBaselineStream=true&BaselineStreamAudioBitRate=64000