[FFmpeg-user] Transcode rtmp to rtsp

Micael Silva micaelsilva at gmail.com
Mon Jul 23 22:30:28 EEST 2018


On Mon, Jul 23, 2018 at 3:35 PM, Kenneth Kouba <kkouba at orlandpark.org>
wrote:

> I need a way to take live stream from an rtmp source and rebroadcast it as
> rtsp, is this possible. What would the cli look like?
>
> Regards,
> Ken Kouba
> Sr. Systems Analyst
> Orland Park Police
> 708-364-4908
> [OPPDlogoHiResNewSmall]
>
>
ffmpeg -i rtmp://server/app/playpath -c copy rtsp://server/path

In this case ffmpeg is publishing to a RTSP server, not acting as one.


More information about the ffmpeg-user mailing list