Thread: ffmpeg streaming to justin.tv - fps goes down
i want stream desktopsession justin.tv. therefore use ffmpeg:
but after while have ca. 9fps.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
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
Post a Comment