PDA

View Full Version : How to stream with FFmpeg to ilive.to


RateD
07-20-2013, 07:29 AM
Hi, I would like to know how I can stream to ilive.to with FFmpeg

I am using this code right now

ffmpeg -i "file.mp4" -vcodec libx264 --maxrate 300k -r 100 -s 640x480 -deinterlace -acodec copy -ab 64k -ac 1 -ar 44100 -f flv "rtmp://stream.ilive.to/app/jjjdqoniw1qr9ned9t7y"

I get the following error

rtmp server requested close
authenticating publisher
rtmp server requested close
authenticating publisher
rtmp server requested close
authenticating publisher

I have also tried

ffmpeg -i "file.mp4" -vcodec libx264 --maxrate 300k -r 100 -s 640x480 -deinterlace -acodec copy -ab 64k -ac 1 -ar 44100 -f flv "rtmp://stream.ilive.to/app/jjjdqoniw1qr9ned9t7y flashver=FMLE/3.0\20(compatible;\20FMSc/1.0)"


I can stream via Flash Media Encoder but not FFmpeg please help

the website is called ilive.to == its a site like justin.tv etc and free to stream and signup

jorgejesus
03-09-2014, 03:46 PM
Hello, i would like to know that too.
thank you