Skip to content

Commit

Permalink
Added more details to Streaming plugin docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lminiero committed Dec 18, 2024
1 parent 4fc066f commit 61a4d2c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/plugins/janus_streaming.c
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,21 @@ multistream-test: {
"type" : "<audio|video|data>",
"mid" : "<unique mid to assign to this stream in negotiated PeerConnections>",
"msid" : "<msid to add to the m-line, if needed>",
"label", "<optional label to name the track>",
"mcast", "<multicast group for receiving packets, if any>",
"iface", "<network interface or IP address to bind to, if any (binds to all otherwise)>",
"port" : <port to bind to, to receive media to relay>",
"rtcpport", <port to bind to for receiving and sending audio RTCP feedback, if any>,
"pt", <RTP payload type (audio/video only)>,
"codec", "<name of the codec that will be used for this track (audio/video only)>",
"fmtp", "<codec specific parameters, if any (audio/video only)>",
"skew", <true|false (whether the plugin should perform skew
analysis and compensation on incoming RTP streams, EXPERIMENTAL)>
"simulcast", <true|false (do|don't enable video simulcasting)>,
"port2", <second local port for receiving video frames (only for RTP video, and simulcasting)>,
"port3", <third local port for receiving video frames (only for RTP video, and simulcasting)>,
"svc", <true|false (whether the RTP video will have SVC support; works only for VP9-SVC, default=false)>,
"datatype", "<text|binary (type of data this mountpoint will relay, default=text)>",
...
}.
... other streams, if any ...
Expand Down

0 comments on commit 61a4d2c

Please sign in to comment.