Add flv and rtmp to the ffmpeg binary
It is possible to live stream directly to youtube or twitch.tv from the camera itself. To live stream you can execute the following ffmpeg command. Make sure to put in your live streaming key.
ffmpeg -rtsp_transport tcp -i rtsp://127.0.0.1:8554/video3/unicast -c:v copy -f flv rtmp://live.twitch.tv/app/live_***
There are reports that this does not work with youtube and this feature may be removed in a future version due to space constraints.