Changes

Jump to: navigation, search

Create HLS Broadcast

8 bytes added, 14:51, 27 April 2017
Start support node
There are some special flags for HLS broadcasts:
*'''--hide-hls-segments''': don't send info about HLS segments (chunks) URLs over into P2Pnetwork. With this flag clients will never access original HLS server (neither manifest nor chunks).
*'''--hls-skip-metadata-broadcast''': send info about HLS segments URLs to directly connected peers only and prevent sending this info into P2P pool. Use this flag if you want to limit number of clients who has direct access to your original HLS server.
*'''--hls-skip-data''': don't download HLS segments (chunks) on the support node. If you set this flag then support node will handle only HLS manifest. Chunks should be downloaded from original HLS server.
Be careful: specifying both <tt>--hide-hls-segments</tt> and <tt>--hls-skip-data</tt> options at the same time makes no sense.

Navigation menu