I’m doing a video conference website. The use case is a user are showing camera and everyone already see here camera. It mean the connection is stable. And user want to share screen. After I have screen stream, I add track to peerConnection but remote computer not fire ontrack event. Here is my code after I got screen stream: Please
Tag: video-streaming
How Video streaming is implemented in popular online education websites
I need to build a web based video player. Something like coursera/udemy. I would like to know the following. Where we can store videos (Blob,Db..etc)? Say I uploaded video in Blob storage. How can I make sure nobody is able to download this videos? What should be an ideal video streaming architecture(BE+FE) if I am expecting 500 concurrent users? Do
Detecting that the peer’s browser was closed in a webrtc videochat
I’ve been implementing a webrtc videochat. Everything is working smoothly except for the case when the peer closes the browser. I’ve been trying to handle this event by implementing an onended callback on the remote mediastream. Though, this callback does not seem to ever be called. How can I detect that the peer’s browser has been closed or that the