Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
349 views
in Technique[技术] by (71.8m points)

nginx - Stream to a few servers streamer proxy

I am streaming live event using nginx with rtmp module with OBS but now I have a lot viewers and my server is not enough. I want to add 2 server for my viewers using HLS and OBS to trasnmit and video.js to see in the browser

                     --- streamer server1 ---|
OBS ---- Encoder-----|                       |----> proxy http 
         Proxy       --- streamer server2 ---|

I am using nginx. Is it posibble to do ?

TIA

question from:https://stackoverflow.com/questions/65713880/stream-to-a-few-servers-streamer-proxy

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

What you have diagrammed is possible and provides HA but you could scale a lot higher using caching. That is the whole point of HLS, it is compatible with all the HTTP caching infrastructure. Depending on size of your pipe the reverse-caching-proxy should be able to handle a huge number of requests.

OBS ------- streamer server (nginx) ----> reverse-caching-proxy (nginx) or CDN Provider -> Viewer

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...