Hi,
I want to use the RTSP streaming config. Janus is running on my localhost computer fine, admin UI has been started. RTSP stream is opened at least I see it from the CL when I start Janus.
RTSP stream is playing in VLC without issues.
However, upon actually starting the playback in the browser (Firefox 64 on ubuntu 18LTS), Janus on the CL prints:
[ERR] [sdp.c:janus_sdp_process:351] [4431169589714920] SDP missing mandatory information
[ERR] [sdp.c:janus_sdp_process:352] [4431169589714920] (nil), (nil), 0x7f570801d660, 0x7f570801c800
[ERR] [janus.c:janus_process_incoming_request:1269] Error processing SDP
My SDP is here:
v=0
o=- 1559081105958468 1 IN IP4 [a.b.c.d]
s=Mountpoint 99
t=0 0
a=group:BUNDLE video
a=msid-semantic: WMS janus
m=video 9 UDP/TLS/RTP/SAVPF 96
c=IN IP4 [a.b.c.d]
a=sendonly
a=mid:video
a=rtcp-mux
a=ice-ufrag:[yyy]
a=ice-pwd:[xxx]
a=ice-options:trickle
a=fingerprint:sha-256 [FINGERPRINT]
a=setup:actpass
a=rtpmap:96 H264/90000
a=fmtp:96 profile-level-id=ffffc028;sprop-parameter-sets=Z0LAKJ2oHgCJ+WEAAAMAAQAAAwAyhA==,aO48gA==
a=rtcp-fb:96 nack
a=rtcp-fb:96 nack pli
a=rtcp-fb:96 goog-remb
a=ssrc:484996940 cname:janus
a=ssrc:484996940 msid:janus janusv0
a=ssrc:484996940 mslabel:janus
a=ssrc:484996940 label:janusv0
a=candidate:1 1 udp 2013266431 192.168.2.121 41393 typ host
a=end-of-candidates
What shall I try next to resolve this problem?
PS.: there might be some topic with a solution however I was not able to find it based on the CL error text. In this case, sorry.
Hope someone could guide me to the right direction with this.
Thanks!