Difference between revisions of "WebRTC"

From Lost In Wonderlands
Jump to: navigation, search
(Tutorials)
(Articles)
 
(15 intermediate revisions by the same user not shown)
Line 18: Line 18:
 
* [[item1]]
 
* [[item1]]
 
* [[item1]]
 
* [[item1]]
 +
 +
 +
== How Hard IS WebRTC  ? ==
 +
* http://webrtcbydralex.com/index.php/2018/10/14/libwebrtc-is-open-source-how-hard-can-it-be/
 +
 +
 +
== WebRTC Norms ==
 +
 +
=== W3C ===
 +
* https://www.w3.org/groups/wg/webrtc
 +
* https://www.w3.org/community/ortc/
 +
* https://w3c.github.io/webrtc-pc/
 +
 +
=== RFC ===
 +
* https://tools.ietf.org/html/rfc6464
 +
 +
 +
=== Mozilla ===
 +
* https://developer.mozilla.org/en-US/docs/Glossary/WebRTC
  
 
== WebRTC ==
 
== WebRTC ==
Line 37: Line 56:
 
=== [https://webrtc.googlesource.com/src/+log, commits] ===
 
=== [https://webrtc.googlesource.com/src/+log, 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://tools.ietf.org/html/rfc6464
+
 
+
=== WebRTC Native API ===
+
 
* https://webrtc.googlesource.com/src/+/refs/heads/master/docs/faq.md
 
* https://webrtc.googlesource.com/src/+/refs/heads/master/docs/faq.md
  
Line 60: Line 72:
 
* https://webrtc.googlesource.com/src/+/refs/heads/master/docs/native-code/ios/index.md
 
* https://webrtc.googlesource.com/src/+/refs/heads/master/docs/native-code/ios/index.md
 
* http://technoverse.free.fr/index.php?title=WebRTC&action=edit&section=3
 
* http://technoverse.free.fr/index.php?title=WebRTC&action=edit&section=3
 +
 +
 +
== GN / Ninja ==
 +
 +
=== GN ===
 +
* https://gn.googlesource.com/gn/+/master/docs/reference.md#var_target_os
 +
* https://www.chromium.org/developers/gn-build-configuration
 +
 +
=== Ninja ===
 +
 +
* https://ninja-build.org/
 +
 +
 +
see also
 +
* http://gittup.org/tup/
 +
* https://github.com/apenwarr/redo
 +
* https://www.perforce.com/documentation/jam-documentation
  
 
== Building WebRTC ==
 
== Building WebRTC ==
 +
https://gn.googlesource.com/gn/+/master/docs/reference.md#var_target_os
 
=== WebRTC on Chromium ===
 
=== WebRTC on Chromium ===
 
=== WebRTC on Safari ===
 
=== WebRTC on Safari ===
Line 75: Line 105:
  
 
=== WebRTC on Windows ===
 
=== WebRTC on Windows ===
 
+
* https://github.com/ipop-project/ipop-project.github.io/wiki/Build-WebRTC-Libraries-for-Windows
  
 
==== troubleshootings ====
 
==== troubleshootings ====
Line 89: Line 119:
  
 
=== WebRTC on Android ===
 
=== WebRTC on Android ===
 
 
 
 
 
 
  
 
== WebRTC codecs ==
 
== WebRTC codecs ==
Line 107: Line 131:
 
* https://github.com/CoSMoSoftware
 
* https://github.com/CoSMoSoftware
 
* https://github.com/CoSMoSoftware/CSM-IE-WebRTC-plugin
 
* https://github.com/CoSMoSoftware/CSM-IE-WebRTC-plugin
 +
* https://github.com/CoSMoSoftware/OBS-studio-webrtc/
 +
 +
==== blogs ====
 +
* http://webrtcbydralex.com/index.php/2018/10/09/cosmo-software-is-now-2-years-old-webrtc/
 +
* http://webrtcbydralex.com/index.php/2020/07/26/native-libwebrtc-for-windows-winrtc/
 +
* http://webrtcbydralex.com/index.php/2019/07/10/webrtc-101-fetch-the-source/
 +
* http://webrtcbydralex.com/index.php/2017/07/06/webrtc-history-in-the-making-apple-and-google-webrtc-meeting/
 +
* http://webrtcbydralex.com/index.php/2020/07/26/native-libwebrtc-for-windows-winrtc/
 +
* http://webrtcbydralex.com/index.php/2020/07/26/native-libwebrtc-for-windows-winrtc/
 +
* http://webrtcbydralex.com/index.php/2020/09/30/whip-make-webrtc-easy-to-use-for-media-platforms-ingest/
 +
* https://medium.com/@medooze/whip-webrtc-meets-the-broadcasting-world-86772eba8ae7
 +
* http://webrtcbydralex.com/index.php/2018/12/12/hot-n-easy-webrtc-fuzz/
 +
* https://www.meetecho.com/blog/whip-janus/?fbclid=IwAR0KLxqmobNFqG4Im969qcCnO0KOeputEA_SdVEqB3ViN6x9LMOS1qLQd7w
  
 
=== MicroSoft ===
 
=== MicroSoft ===
 
* https://mspoweruser.com/microsoft-announces-support-for-webrtc-and-ortc-in-uwp-apps/
 
* https://mspoweruser.com/microsoft-announces-support-for-webrtc-and-ortc-in-uwp-apps/
 +
* http://webrtcbydralex.com/index.php/2020/07/26/native-libwebrtc-for-windows-winrtc/
 +
* https://developer.mozilla.org/fr/docs/Web/API/WebRTC_API
  
 
==== the fork ====
 
==== the fork ====
Line 131: Line 170:
  
 
== Articles==
 
== Articles==
 +
* https://bloggeek.me/lyra-satin-webrtc-voice-codecs/
  
 
== Blogs ==
 
== Blogs ==

Latest revision as of 09:09, 20 April 2021

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



How Hard IS WebRTC  ?


WebRTC Norms

W3C

RFC


Mozilla

WebRTC

issues

BSD License

commits

WebRTC Native API


GN / Ninja

GN

Ninja


see also

Building WebRTC

https://gn.googlesource.com/gn/+/master/docs/reference.md#var_target_os

WebRTC on Chromium

WebRTC on Safari

WebRTC on Mozilla

WebRTC on Webkit

WebRTC on Qt

WebRTC in Xamarin

WebRTC on Windows

troubleshootings

WebRTC on GNU/Linux

WebRTC on macOS

WebRTC on iOS

WebRTC on iPadOS

WebRTC on tvOS

WebRTC on Android

WebRTC codecs

WebRTC Distrib and forks

Cosmo

blogs

MicroSoft

the fork

github

Intel

Tutorials

Articles

Blogs

Tools link

Books