We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 9eeb185Copy full SHA for 9eeb185
README.md
@@ -0,0 +1,13 @@
1
+# WebRTC API for insertable Streams of Media
2
+
3
+(not to be confused with the MediaStreams API)
4
5
+This repository contains a '''proposal''' for an API that allows the
6
+insertion of user-defined processing steps in the pipeline that
7
+handles media in a WebRTC context.
8
9
+In order to allow such processing, it defines a number of extensions
10
+to the objects defined in WEBRTC-PC and MEDIACAPTURE-MAIN, and also
11
+draws upon definitions from WEBRTC-CODEC.
12
13
0 commit comments