@@ -401,7 +401,21 @@ multistream-test: {
401
401
"type" : "<audio|video|data>",
402
402
"mid" : "<unique mid to assign to this stream in negotiated PeerConnections>",
403
403
"msid" : "<msid to add to the m-line, if needed>",
404
+ "label", "<optional label to name the track>",
405
+ "mcast", "<multicast group for receiving packets, if any>",
406
+ "iface", "<network interface or IP address to bind to, if any (binds to all otherwise)>",
404
407
"port" : <port to bind to, to receive media to relay>",
408
+ "rtcpport", <port to bind to for receiving and sending audio RTCP feedback, if any>,
409
+ "pt", <RTP payload type (audio/video only)>,
410
+ "codec", "<name of the codec that will be used for this track (audio/video only)>",
411
+ "fmtp", "<codec specific parameters, if any (audio/video only)>",
412
+ "skew", <true|false (whether the plugin should perform skew
413
+ analysis and compensation on incoming RTP streams, EXPERIMENTAL)>
414
+ "simulcast", <true|false (do|don't enable video simulcasting)>,
415
+ "port2", <second local port for receiving video frames (only for RTP video, and simulcasting)>,
416
+ "port3", <third local port for receiving video frames (only for RTP video, and simulcasting)>,
417
+ "svc", <true|false (whether the RTP video will have SVC support; works only for VP9-SVC, default=false)>,
418
+ "datatype", "<text|binary (type of data this mountpoint will relay, default=text)>",
405
419
...
406
420
}.
407
421
... other streams, if any ...
0 commit comments