[Libav-user] In libav “rtmp://url live=1” is not working as in FFmpeg
yuvrajkakkar
cybercook.yuvraj at gmail.com
Mon Apr 7 15:58:37 CEST 2014
I am trying to play live rtmp stream, streamed via Red5 server. Command used
is
ffmpeg -i "rtmp://IP/live/1234 live=1" -f flv rtmp://IP/live/1234_56
The above command for live streaming works well with ffmpeg on Window OS.
But unable to stream live rtmp video below command is run on libav ,Ubuntu
OS using avconv tool.
avconv -i "rtmp://IP/live/1234 live=1" -f flv rtmp://IP/live/1234_56
Even i used *rtmp_live* AVOption to play live stream or to replace live=1
parameter as given below-
avconv -i "rtmp://IP/live/1234 rtmp_live" -f flv rtmp://IP/live/1234_56
But this command doesn't work. Please tell me how to use rtmp_live or live=1
with avconv tool
Thanks in advance.
--
View this message in context: http://libav-users.943685.n4.nabble.com/In-libav-rtmp-url-live-1-is-not-working-as-in-FFmpeg-tp4659595.html
Sent from the libav-users mailing list archive at Nabble.com.
More information about the Libav-user
mailing list