Recently finally updated the PC version of the WEBRTC, summarized under what adjustments, the article from the blog Garden Rtc.blacker, support the original, reproduced please explain the source.
Figure 1: Solution Engineering Structure Comparison:
Description
1, the biggest adjustment is to remove the Videoengine module, the relevant effects are as follows:
1.1, Webrtcdemo inside removed video calls, voice calls still exist, but the removal is a matter of sooner or later, the following demo will be completely removed.
1.2, the former kind of direct call Videengine,voiceengine interface to operate, upgrade after the new version of the pain, to change too much content.
Figure II: After upgrading the new version of the Peerconnectionclient video can not see, why?
Description
1, the video is not enabled by default DTLS caused by the new version. Just comment it out.
2, there are places where the semaphore mechanism is removed, which means that it is easier to debug and look at the code later.
Figure three: A lot of people care about H264 realized?
Description
1, H264 is supported on iOS, but it is only an interface, but it has to be implemented on its own.
More new features to be seen and supplemented ....
Android IOS WebRTC Audio Video Development summary (three or four)