Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

How to stream with FFmpeg to ilive.to

(http://stream-recorder.com/forum/showthread.php?t=16509)

RateD 07-20-2013 07:29 AM

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

jorgejesus 03-09-2014 03:46 PM

Re: How to stream with FFmpeg to ilive.to


 
Hello, i would like to know that too.
thank you


All times are GMT -6. The time now is 01:29 PM.