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
networking
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.
WebRTC technology – Complete A to Z beginners Guide
This is one of the another tutorial of WebRTC series . If you are new to this technology , Don’t worry ! you are in right place .This post will help you to understand A-Z about WebRTC . Now i think you might have some quick question arising from your mind . What is this technology really about ? Why should i use this technology ?
Importance of Application server in Web technology
Today let us discuss about two powerful terms in web technology . I think most of them are familiar with these two terms .The first one is Application server and the other one is Web server . Application server is a term that sometime mixed with web server . Isn’t ?