Question / Help Two servers?

Joelemason

New Member
What I'm wanting to do for reasons not important to scope of question is have two servers.

1. Web server for website, viewing content, members, etc.

2. Streaming handler, upload to and serve videos.

What I'm wanting to do with OBS is configure it to request info from the website as to the specifics and streaming key etc. Via json response and then take that info to stream to the other server.

I would assume this functionality is probably already possible, but if it is not, how might I implement this? I wasn't wanting to stream to the web server and then rebound it to the streaming server.

I'm attempting to create a service like twitch as cheaply as possible and this configuration of seperating the website and database from the streaming server will minimize the cost of start up by a fair amount. Later on I'll do it differently but for now this is my best solution.

If any of you read this and have some alternative ideas, I'm all ears.

Thank you for your time.
 
Top