I am using the latest updated Ubuntu 12.04 and I would like to know how I can stream my second monitor to an RTMP address. (Twitch.tv)
Is there any kind of streaming on Linux I can set up, or an up to date guide that shows how to do it in 12.04?
I am using the latest updated Ubuntu 12.04 and I would like to know how I can stream my second monitor to an RTMP address. (Twitch.tv)
Is there any kind of streaming on Linux I can set up, or an up to date guide that shows how to do it in 12.04?
Red5
This is a free RTMP server for recording and streaming to a Flash client. Its features according to the project's home page are:
The application is mainly intended to setup your own RTMP server. We have no experience on how to set up sending a stream to a remote streaming server and if we are able to do this for Twitch.tv. Some documentation exists on the project's home page indicating that this can be done.
A (somehow quite nested) documentation can be found on the projects pages:
You can stream directly to an RMTP address using
ffmpeg
oravconv
provided you have the necessary authentication (stream key).An condensed example of using
ffmpeg
to stream to the Twitch.tv RMTP server would be as follows:For more information on how to stream to popular platforms like twitch.tv and justin.tv see this askubuntu answer.
A gist of an extended version of the above script can be found here: https://gist.github.com/oseparovic/2db2aaa737cd37e7c068
A good google search finds a bit. Best to do that first. Anyhow its not easy but take a look at this: http://michaelchinen.com/2011/06/27/justin-tv-streaming-in-linux/