On Mon, Jul 23, 2018 at 3:35 PM, Kenneth Kouba <[email protected]> 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. _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
