Question

I am student and I'd like to write my master thesis about WebRTC. I wish that it would be connected with media (e.g. video codecs). Unfortunately the only supported video codec in WebRTC is V8. During last couple of days I was searching documentation and internet and I could not find anything which would be suitable for master thesis. Maybe you guys, have some interesting ideas?

Was it helpful?

Solution

Have a look at the WebRTC google group topics filtered with video codec.

Because I wrote my bachelor thesis about WebRTC & SIP I know that WebRTC supported video codec isn't only VP8. It pepends on the codec availibility at the clients (for example two browsers).

The process of Session Description Protocol (SDP) exchange takes care of the finally used media codecs.

Currently there isn't a lot of documentation or litature of WebRTC. I got the most information out of different RFCs at the IETF.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top