Pushing a stream to other servers
Copying a stream to other servers (push)
You can tell Flussonic to copy a stream to other servers, for instance, to a CDN, by using the push
directive:
stream breakingnews { url publish://; push rtmp://cdn1/myapp/breakingnews; push tshttp://cdn2/breakingnews; push hls://cdn3/breakingnews; }
The push
directive supports RTMP, HTTP MPEG-TS, and HLS protocols.