HTTP-based protocol for video streaming. Astra receives continuous stream from the server in HTTP response.
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 starting receive content from the server. By default 10
secondsdebug
- log response headers. Debug should also be enabled in the log settingsbuffer_time=N
- specifies the size of the temporary buffer for receiving stream and synchronizing the bitrate. Astra downloads stream data to the buffer at maximum speed, then sends data evenly for processingno_sync
- is a short option for buffer_time=0
turns synchronization off and downloads stream data without any limitsTo set up HTTP MPEG-TS input in Astra, just write your source address to the Input field.