meetecho / janus-gateway

Janus WebRTC Server
https://janus.conf.meetecho.com
GNU General Public License v3.0
8.25k stars 2.48k forks source link

Janus not including track SSRC in answer SDP #1483

Closed tobiasfriden closed 5 years ago

tobiasfriden commented 5 years ago

Im am trying to connect with Janus using the python library aiortc. However, it requires that the track SSRC is included in the answer sdp, which seems to not be the case with janus.

Outgoing SDP: https://pastebin.com/3m885fVg Received SDP from Janus: https://pastebin.com/079markx

More discussion here: https://github.com/jlaine/aiortc/issues/114

lminiero commented 5 years ago

If we're not going to send anything (I see recvonly in the Janus SDP) we don't advertise any SSRC. Not a bug, closing.