Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
themeRDark
hls_player_width=848
hls_player_height=480
video_filter_enable_fps=true

Using HTTP/2 and HTTP/1

According to specification, LL HLS must be played using HTTP/2, i.e. via secure connection

Code Block
themeRDark
https://wsc:8445/test/test.m3u8

It is also possible to use HTTP/1 via unsecure connection with WCS

Code Block
themeRDark
http://wsc:8082/test/test.m3u8

Note that LL HLS via HTTP/1 works in main browsers except Safari, and this feature is not recommended to use in production.

LL HLS segments folder

By default, LL HLS segments are written to streams subdolder to the folder

...