Skip to content

Commit 61a4d2c

Browse files
committed
Added more details to Streaming plugin docs
1 parent 4fc066f commit 61a4d2c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/plugins/janus_streaming.c

+14
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,21 @@ multistream-test: {
401401
"type" : "<audio|video|data>",
402402
"mid" : "<unique mid to assign to this stream in negotiated PeerConnections>",
403403
"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)>",
404407
"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)>",
405419
...
406420
}.
407421
... other streams, if any ...

0 commit comments

Comments
 (0)