I have created video server application using NodeJs. I am able to serve all the static application files, upload videos as expected. But I am not able to watch same media file simultaneously on two different clients. It does not start playing a media in different browser until it stopped or paused on earlier client. Issue occurs only when I try to play same file on different clients.
I tried using http server range requests, express, connect, vid-server modules.
I tried using nginx, lighthttp for the serving media file.
Could you please suggest me how to serve large(upto 1.5 gb) media files to multiple clients simultaneously.