Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
How to stream with FFmpeg to ilive.toHi, 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" 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 |
#2
|
|||
|
|||
Re: How to stream with FFmpeg to ilive.toHello, i would like to know that too.
thank you |
Tags: streaming |
Thread Tools | |
Display Modes | |
|
|