[FFmpeg-user] RTMP push using FFMpeg

DopeLabs dopelabs at dubstep.fm
Tue Feb 24 03:55:50 CET 2015


finish with -f flv rtmp://wowzahost <rtmp://wowzahost>.com/appname/streamname

as a quick example, stream copy, encapsulate to flv, and stream to a wowza server…

ffmpeg -i input  -c copy -f flv rtmp://wowzahost.com/appname/streamname <rtmp://wowzahost.com/appname/streamname>



> On Feb 23, 2015, at 1:46 AM, Leo <leo.fernando34 at gmail.com> wrote:
> 
> Hi,
> 
> I'm exploring options in ffmpeg on how to do rtmp push to a wowza media
> server using FFMpeg. I read through some blogs on how to do this. I found
> this can be done through rtmpdump or FFMpeg's native RTMP component. Can
> someone please tell me which could be a better option here? I see no active
> development with rtmpdump libarary since 2010
> 
> Thnaks for your valuable suggestion in advance
> 
> -Leo
> 
> 
> 
> --
> View this message in context: http://ffmpeg-users.933282.n4.nabble.com/RTMP-push-using-FFMpeg-tp4669346.html
> Sent from the FFmpeg-users mailing list archive at Nabble.com.
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user



More information about the ffmpeg-user mailing list