arut / nginx-rtmp-module

NGINX-based Media Streaming Server
http://nginx-rtmp.blogspot.com
BSD 2-Clause "Simplified" License
13.22k stars 3.49k forks source link

[Question] How to consume the rtmp stream #1755

Open AnujSsStw opened 4 months ago

AnujSsStw commented 4 months ago

So like I wanted to create a live-streaming site. here's my basic idea

obs -> nginx-rtmp -> [consumer/reciver] -> website so how to send the rtmp stream to consumer for further processing? like forward live broadcasts to my server; as ex-> push my_server so like how do I create my server???

shubham21155102 commented 2 months ago

So like I wanted to create a live-streaming site. here's my basic idea

obs -> nginx-rtmp -> [consumer/reciver] -> website so how to send the rtmp stream to consumer for further processing? like forward live broadcasts to my server; as ex-> push my_server so like how do I create my server???

https://learn.shubhamiitbhu.in/RTMP_Server/ https://medium.com/@resoshubham2002/building-own-rtmp-server-d5e6b10fcfe4 You can refer these