[FFmpeg-user] Transcode rtmp to rtsp
Kenneth Kouba
kkouba at orlandpark.org
Mon Jul 23 23:30:52 EEST 2018
Is h.264 the same and can ffmpeg re broadcast this. Ie. Rtmp to h.264?
Regards,
Ken Kouba
Sr. Systems Analyst
Orland Park Police
708-364-4908
-----Original Message-----
From: ffmpeg-user [mailto:ffmpeg-user-bounces at ffmpeg.org] On Behalf Of Micael Silva
Sent: Monday, July 23, 2018 3:12 PM
To: FFmpeg user questions
Subject: Re: [FFmpeg-user] Transcode rtmp to rtsp
On Mon, Jul 23, 2018 at 4:59 PM, Kenneth Kouba <kkouba at orlandpark.org>
wrote:
> Micael,
> Ok but if the ffmpeg server is also the broadcast server, thanks.
>
> Regards,
> Ken Kouba
> Sr. Systems Analyst
> Orland Park Police
> 708-364-4908
>
>
>
> -----Original Message-----
> From: ffmpeg-user [mailto:ffmpeg-user-bounces at ffmpeg.org] On Behalf Of
> Micael Silva
> Sent: Monday, July 23, 2018 2:30 PM
> To: FFmpeg user questions
> Subject: Re: [FFmpeg-user] Transcode rtmp to rtsp
>
> 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.
>
>
I was neve be able to successful use ffmpeg, in this case ffserver, to act as RTSP server, but anyway it was dropped from the ffmpeg package in 4.0 as stated in https://ffmpeg.org/index.html#ffserv Instead you can use other solutions like Wowza Server that can by itself input RTMP and output many protocols including RTSP or try free projects like https://github.com/revmischa/rtsp-server
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user at ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".
More information about the ffmpeg-user
mailing list