Hi Janusers,
I am RTP forwarding from an audio room (or video room) to a streaming plugin endpoint created like this
{
"request": "create",
"secret": self.janusAdminSectret,
"type": 'rtp',
"id": parseInt(self.audioRoomID),
"is_private": true,
"audio": true,
"video": false,
"audioport": 0, //passing 0 gets a free random port
"audiopt": 96,
"audiortpmap": 'OPUS/48000/2'
}
I am sometimes always getting the same "random" port back. say 10000. (and of course the port is being used by a previous mount-point) and I get the infamous
[mp-1012] New audio stream! (ssrc=3487809223) over and over again...
this is on a fresh 0.9.1 version f Janus, but I saw it happening on 0.7.3 as well.