문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top