Restreaming video from XSplit to multiple JustinTV/TwitchTV channels in different resolutions and bitrates
Posted
by
lmojzis
on Server Fault
See other posts from Server Fault
or by lmojzis
Published on 2012-08-29T15:37:57Z
Indexed on
2012/08/29
15:39 UTC
Read the original article
Hit count: 255
I have a really simple question but the answer may be a little more complex I guess.
Okay. Let's go. I have an Application called Xsplit Broadcaster (http://www.xsplit.com/). It supports streaming video through RTMP. Now what I want to do is this:
+--(720p)--> TwitchTV FirstChannel
XSplit --(720p RTMP)-->[MyTranscodingServer]--+
+--(360p)--> TwitchTV SecondChannel
Is there a simple way to do this?
Additional info: Both channels accept standard RTMP stream on their RTMP endpoint using either username/password or streamkey. The server operating system is GNU/Linux
© Server Fault or respective owner