[PLUG-AV] YouTube Streaming

Jason Nicholls jason at mindsocket.com.au
Mon Aug 3 07:28:24 UTC 2015


Nice work Leon!

Assuming the AV get together happened on Sat - apologies for my absence
since it was a bit too short notice and we (family) had some thing on. Any
summary of what was accomplished and todo from the meet?



On Sat, Aug 1, 2015 at 7:09 PM, Leon Wright <techman83 at gmail.com> wrote:

> AV Crew,
>
> So I got motivated:
>
> VBR="2500k"
> FPS="25"
> QUAL="medium"
> YOUTUBE_URL="rtmp://a.rtmp.youtube.com/live2"
> SOURCE=$1
> KEY="goes_here"
>
> avconv \
>     -i "$SOURCE" -deinterlace \
>     -vcodec libx264 -pix_fmt yuv420p -vf scale=-1:480 -preset $QUAL -r
> $FPS -g $(($FPS * 2)) -b:v $VBR \
>     -acodec libmp3lame -ar 44100 -threads 6 -qscale 3 -b:a 712000 -bufsize
> 512k \
>     -f flv "$YOUTUBE_URL/$KEY"
>
> I'm currently streaming a conference video to youtube and watching it back
> on youtube. It works pretty good!
>
> Leon
> --
> DRM 'manages access' in the same way that jail 'manages freedom.'
>
> _______________________________________________
> AV mailing list
> AV at plug.org.au
> http://lists.plug.org.au/mailman/listinfo/av
>
>


-- 
Jason Nicholls
jason at mindsocket.com.au
0430 314 857
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.plug.org.au/pipermail/av/attachments/20150803/cbbbbb23/attachment.html>


More information about the AV mailing list