Question / Help Stream for 2 webpages

SCAREX

New Member
I would like to know if it's possible to stream for 2 webpages (like Twitch and Youtube) ? If yes, how can I do it ? If no, is there a plugin who can do it for me ?
 

WhatNoWebsite

New Member
In theory yes.

Stream to YouTube Live and then embed that feed. I currently feed a live video Hangout into Facebook (as a page tab & also as an embedded video), a couple of websites & Google+.
 

Jack0r

The Helping Squad
Currently OBS only allows you to stream to one location at a time, so the easiest solution is to setup a small nginx server and stream to that. The server then gives you the option to push this stream to any number of locations. The only limit is your upload speed.

For Linux nginx:
http://blog.hemp-society.de/2013/08/ngi ... ation.html
For Windows nginx:
http://blog.hemp-society.de/2013/08/ngi ... ndows.html

And on this forum:
How to set up your own private RTMP server using nginx
http://obsproject.com/forum/viewtopic.php?f=18&t=2651
Private RTMP server (preconfigured virtualbox image)
http://obsproject.com/forum/viewtopic.php?f=18&t=5873

Last but not least, for the configuration you can also check:
http://blog.hemp-society.de/2013/08/ngi ... sible.html
 
Top