Is it possible to pull a RTMP stream from one server and broadcast it to another?

后端 未结 2 1567
谎友^
谎友^ 2021-01-06 09:28

I essentially have a situation where I need to pull a stream from one Wowza media server and publish it to a Red5 or Flash Media Server instance with FFMPEG. Is there a comm

2条回答
  •  难免孤独
    2021-01-06 10:13

    try typing in this way: $ffmpeg -i "[InputSourceAddress]" -f [Outputfileformat] "[OutputSourceAddress]" The input source address can be in type rtmp, or rtsp/m3u8/etc.

提交回复
热议问题