HLS or HTTP Live Streaming is an HTTP-based adaptive bitrate video streaming protocol. It is most popular format for streaming over internet (OTT services). Read more about HLS Protocol
http://address
http://address:port/path
http://login:password@address:port/path#options
This is common HTTP address. Astra supports https as well.
login:password
– login and password for HTTP authentication. Supports Basic and Digest authentication methodsaddress
– IPv4 server address or domain nameport
– port number. Default: 80
for http and 443
for httpspath
– the path to the resource. Default: /
Options:
ua=Name
– custom User-Agent headertimeout=N
- timeout for HLS segments loading. By default, timeout depend of the segment durationdebug
- log response headers. Also should be turned on debug in the log messagesbandwidth=N
- select stream with defined bandwidth. By default, astra select stream with maximal bandwidth valueTo set up HLS input in Astra, just write your source address to the Input field.