PDA

View Full Version : can someone help me with ffmpeg


PayNow
05-08-2013, 09:34 AM
hello i have build my ffmpeg with librtmp but in restreaming i getting an error


built on May 8 2013 19:12:01 with gcc 4.4.5 (Debian 4.4.5-8)
configuration: --enable-gpl --enable-libass --enable-libfaac --enable-libfdk-aac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libspeex --enable-librtmp --enable-libtheora --enable-libvorbis --enable-libvpx --enable-x11grab --enable-libx264 --enable-nonfree --enable-version3

ffmpeg -i "rtmp://rtmp.livetv.test.com pageUrl=http://www.livetv.com swfurl=http://www.livetv.com/player.swf" -re -isync -acodec libfaac -ab 128000 -ar 32000 -vcodec libx264 -b 600k -f flv rtmp://localhost/live/test

I have wowza installed on my server

error

Option re (read input at native frame rate) cannot be applied to output file rtmp://localhost/live/test -- you are trying to apply an input option to an output file or vice versa. Move this option before the file it belongs to.
Error parsing options for output file rtmp://localhost/live/test.
Error opening output files: Invalid argument



Please someone help me

Thank You