Shubham
Shubham
> 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...
Assign this issue to me
> Hi, > > I had setup a video server with nginx and rtmp module. Streamers use OBS to send stream. All works fine but if streamer has an internet...
lets take a demo socket.on("endstream", () => { console.log("End Stream Socket Event"); if (ffmpegProcess.stdin.writable) { endStream=true; ffmpegProcess.stdin.end(); console.log(`Stream Ended`); } else { console.log(`Stream Not Found or Already Ended`); } });...
> how to play record_suffix _%d%m%Y_%H%M%S.flv; multi files? Use Amazon S3 for storing that and then download that files on local and play
> Hello guys, maybe it's a noobish question but how can I compile or build this module to nginx on Windows the commands are not working on my cmd or...