Home:ALL Converter>Change video codec from VP8 to VP9 with native webRTC

Change video codec from VP8 to VP9 with native webRTC

Ask Time:2016-06-27T18:14:15         Author:Perelan

Json Formatter

I'm trying to figure out how to change the video codec on webRTC from vp8 to vp9, and do not find a suiting answer to this anywhere. May someone lead/show me how its done? Thanks

Author:Perelan,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/38051303/change-video-codec-from-vp8-to-vp9-with-native-webrtc
Lasse Lumiaho :

I think you would need to munge SDP to make it happen. To my understanding the idea is that the endpoints negotiate the best possible codecs to be used.\n\nThe VP9 release news has some hints on how to change the preferred codec from VP8 to VP9 https://developers.google.com/web/updates/2016/01/vp9-webrtc?hl=en.",
2016-06-29T07:31:35
yy