Skip to content

Http Live Streaming

Luke edited this page Jul 4, 2014 · 14 revisions

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

The url is:

  • /Videos/{Id}/master.m3u8

The required paramaters are:

  • Id (in path)
  • MediaSourceId
  • DeviceId

For a complete list of parameters, see the built-in documentation.

All of the optional parameters can be viewed using the swagger documentation.

  • AudioCodec
  • AudioBitrate
  • MaxAudioChannels
  • AudioSampleRate
  • VideoCodec
  • VideoBitrate
  • MaxWidth
  • MaxHeight
  • Profile (h264 profile)
  • Level
  • AudioStreamIndex
  • SubtitleStreamIndex (if burning into the video)
Clone this wiki locally