Welcome again to webRTC tutorial session . This is my first WebRTC programming post for creating a basic webRTC application . I hope you have already went though some of the webRTC posts which i have shared already .Read More
streaming
Why you need a signaling server in WebRTC application – You can think it
I hope you can recollect the memory of signaling server in WebRTC through my last post . WebRTC can be implemented on any device, it’s just a protocol; it’s not tied exclusively to browsers. WebRTC knows how to talk directly to another peer user without a signalling server, but it doesn’t know how to discover peer user . WebRTC doesn’t solve discovery (nor should it).
what is adaptive streaming and how it works on video player ?
Today let’s discuss another powerful and most used technology Adaptive streaming. Most of them very familiar about streaming a video. Isn’t? Most of you are very used with some of the popular streaming sites like YouTube, Netflix, Amazon, HBO etc.