View Single Post
  #1  
Old 07-20-2013, 07:29 AM
RateD RateD is offline
VIP Member
 
Join Date: Aug 2012
Posts: 23
RateD is on a distinguished road
Default

How to stream with FFmpeg to ilive.to


Hi, I would like to know how I can stream to ilive.to with FFmpeg

I am using this code right now

Code:
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

Code:
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
Reply With Quote