Difference between revisions of "WebRTC"
From Lost In Wonderlands
(→codecs) |
(→WebRTC codecs) |
||
Line 87: | Line 87: | ||
* https://developers.google.com/web/updates/2016/01/vp9-webrtc/ | * https://developers.google.com/web/updates/2016/01/vp9-webrtc/ | ||
* https://www.webmproject.org | * https://www.webmproject.org | ||
+ | |||
+ | == WebRTC Distrib and forks == | ||
+ | |||
+ | === Cosmo === | ||
+ | * https://cosmosoftware.io/ | ||
+ | |||
+ | === MicroSoft === | ||
+ | * https://mspoweruser.com/microsoft-announces-support-for-webrtc-and-ortc-in-uwp-apps/ | ||
+ | |||
+ | === Intel === | ||
+ | * https://software.intel.com/sites/products/documentation/webrtc/windows/index.html | ||
+ | |||
+ | == Tutorials == | ||
+ | |||
+ | * https://fr.slideshare.net/alexpiwi5/iitrtc-2017-qt-webrtc-tutorial-qt-janus-client | ||
+ | * https://www.codeproject.com/Articles/1073738/Building-a-Video-Chat-Web-App-with-WebRTC | ||
+ | * http://opentelecom.it/aggregator/sources/7?page=2 | ||
== Articles== | == Articles== |
Revision as of 11:24, 14 October 2020
Contents
WebRTC
NeXT Steps
here everything has yet to be done !
coming soon :
Everything You Always Wanted to Know on Subject... (But Were Afraid to Ask)
a collection of links of interest
See also
WebRTC
- https://fr.wikipedia.org/wiki/WebRTC
- https://en.wikipedia.org/wiki/WebRTC
- https://webrtc.org
- https://webrtc.googlesource.com/src/
- https://webrtc.github.io/samples/
- https://www.html5rocks.com/en/tutorials/webrtc/basics/
- https://github.com/webrtc
- https://webrtc.github.io/samples/
issues
BSD License
commits
webRTC Web API
- https://developer.mozilla.org/en-US/docs/Glossary/WebRTC
- https://w3c.github.io/webrtc-pc/
- https://www.w3.org/community/ortc/
RFC
WebRTC Native API
- https://webrtc.googlesource.com/src/+/refs/heads/master/docs/native-code/index.md
- https://webrtc.googlesource.com/src/+/refs/heads/master/docs/native-code/development/prerequisite-sw/index.md
- https://commondatastorage.googleapis.com/chrome-infra-docs/flat/depot_tools/docs/html/depot_tools_tutorial.html#_setting_up
- https://webrtc.googlesource.com/src/+/refs/heads/master/docs/native-code/development/index.md
- https://webrtc.googlesource.com/src/+/refs/heads/master/docs/native-code/rtp-hdrext/index.md
- https://webrtc.googlesource.com/src/+/refs/heads/master/docs/native-code/android/index.md
- https://webrtc.googlesource.com/src/+/refs/heads/master/docs/native-code/ios/index.md
- https://gn.googlesource.com/gn/+/master/docs/reference.md#IDE-options
- https://ninja-build.org
- https://webrtc.googlesource.com/src/+/refs/heads/master/docs/native-code/ios/index.md
- http://technoverse.free.fr/index.php?title=WebRTC&action=edit§ion=3
Building WebRTC
WebRTC on Chromium
WebRTC on Safari
WebRTC on Mozilla
WebRTC on Webkit
WebRTC on Qt
WebRTC on Windows
WebRTC on GNU/Linux
WebRTC on macOS
WebRTC on iOS
WebRTC on iPadOS
WebRTC on tvOS
WebRTC on Android
WebRTC codecs
- https://opus-codec.org
- https://developers.google.com/web/updates/2016/01/vp9-webrtc/
- https://www.webmproject.org
WebRTC Distrib and forks
Cosmo
MicroSoft
Intel
Tutorials
- https://fr.slideshare.net/alexpiwi5/iitrtc-2017-qt-webrtc-tutorial-qt-janus-client
- https://www.codeproject.com/Articles/1073738/Building-a-Video-Chat-Web-App-with-WebRTC
- http://opentelecom.it/aggregator/sources/7?page=2