I'm very new to ffmpeg
. Consider http://example.com/live
is a remote stream source. I want to get the stream from that source and then broadcast it as MPEG-TS, HLS and RTMP to my users. I know ffmpeg can send data to a rtmp/udp/tcp server. But the whole process is ambiguous to me.
Long story short, how can I get the stream from remote source and then broadcast it as MPEG-TS, HLS and RTMP?
Thanks.