Skip to main content

Thread: ffmpeg streaming to justin.tv - fps goes down


i want stream desktopsession justin.tv. therefore use ffmpeg:

code:
#!/bin/bash api_key="live_*****************" fps="30"  inres='1920x1080' outres='720x480'  ffmpeg -f x11grab -s "$inres" -r "$fps" -i :0.0 \        -f alsa -i pulse -vcodec libx264  -s "$outres"  \        -acodec libmp3lame -ab 64k -ar 22050 -threads 0 \        -f flv "rtmp://live.justin.tv/app/$api_key" exit
but after while have ca. 9fps.

hope able me.

please provide plain, unscripted ffmpeg command , complete console output.


Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Multimedia Software [all variants] ffmpeg streaming to justin.tv - fps goes down


Ubuntu

Comments

Popular posts from this blog

Thread: gpg: Conflicting Commands

Adobe Acrobat Pro , Terminal Server Use

when i try using AE CC 3d camera tracker after the first step it says "Analysis solve failed." help?