--
You received this message because you are subscribed to the Google Groups "meetecho-janus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meetecho-janu...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to meetecho-janus+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to meetecho-janu...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to meetecho-janu...@googlegroups.com.
NSPR_LOG_MODULES=signaling:5,mtransport:9,mediapipeline:9 R_LOG_LEVEL=9 R_LOG_DESTINATION=stderr ./firefox > /pah/to/new-webrtc-log 2>&1
To unsubscribe from this group and stop receiving emails from it, send an email to meetecho-janu...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to meetecho-janu...@googlegroups.com.
I've just pushed a change that allows you to specify fmtp codec parameters in the configuration file as well, a bit like your patches did.
I've also done a quick test with Firefox and an H.264 mountpoint in Janus with data coming from Gstreamer (setting profile="baseline" in the encoder settings) and I can confirm that nothing is displayed. The issue is definitely not DTLS nor any of the underlying protocols either, as all the negotiation and media setup phases go fine. I couldn't find any issue in the logs either, so no info on whether or not it's the encoded stream itself that the H.264 decoder in Firefox is not digesting for some reason. At this point, I guess that only Firefox developers can direct us to what's not going as expected.
Lorenzo
To unsubscribe from this group and stop receiving emails from it, send an email to meetecho-janu...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "meetecho-janus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meetecho-janu...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "meetecho-janus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meetecho-janu...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "meetecho-janus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meetecho-janu...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "meetecho-janus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meetecho-janu...@googlegroups.com.
[h264-sample]type = rtpid = 1234description = H.264 live stream coming from gstreamer
audio = novideo = yes
videoport = 8004
videopt = 126videortpmap = H264/90000
videofmtp = profile-level-id=42e01f\;packetization-mode=1
gst-launch \videotestsrc ! video/x-raw-rgb,width=640,height=480,framerate=30/1 ! \
videoscale ! videorate ! ffmpegcolorspace ! timeoverlay ! \
x264enc bitrate=256000 profile=1 tune=zerolatency ! \rtph264pay ! udpsink host=127.0.0.1 port=8004
Lorenzo
...To unsubscribe from this group and stop receiving emails from it, send an email to <a href="javascript:" target="_blank" gdf-obfuscated-mailto="iz61xJO7kLEJ" onmousedown="this.href='javascri
...
...
[h264-my]
type = rtp
id = 11
description = H.264 live stream coming from remote gstreamer
audio = no
video = yes
videoport = 3000
videopt = 96
videortpmap = H264/90000
videofmtp = profile-level-id=42A01E\;packetization-mode=1\;sprop-parameter-sets=Z2QAKK2EBUViuKxUdCAqKxXFYqOhAVFYrisVHQgKisVxWKjoQFRWK4rFR0ICorFcVio6ECSFITk8nyfk/k/J8nm5s00IEkKQnJ5Pk/J/J+T5PNzZprQFAeyA,aO48sA==
...m=video 3000 RTP/AVP./configure --prefix=/opt/janus
make
make install...
...
"v=0
o=- 12969545507 12969545507 IN IP4 127.0.0.1
s=Streaming Test t=0 0
a=group:BUNDLE video
a=msid-semantic: WMS janus
m=video 1 RTP/SAVPF 96
a=mid:video
c=IN IP4 192.168.1.16
a=sendrecv
a=rtcp-mux
a=rtpmap:96 H264/90000
a=fmtp:96 profile-level-id=42A01E;packetization-mode=1;sprop-parameter-sets=Z2QAKK2EBUViuKxUdCAqKxX
a=sendonly
a=ice-ufrag:p3OY
a=ice-pwd:p6VCWZZQL0heBr26yVu9BC
a=ice-options:trickle
a=fingerprint:sha-256 C5:5F:DA:7D:84:47:B1:BF:6B:55:16:62:48:31:3E:D3:F1:7B:25:89:92:4A:4B:4D:4D:D9:D5:AF:EA:D8:15:44
a=setup:actpass
a=connection:new
a=ssrc:3478568839 cname:janusvideo
a=ssrc:3478568839 msid:janus janusv0
a=ssrc:3478568839 mslabel:janus
a=ssrc:3478568839 label:janusv0
a=candidate:1 1 udp 2013266431 192.168.1.16 34691 typ host
a=candidate:1 2 udp 2013266430 192.168.1.16 55056 typ host "Z2QAKK2EBUViuKxUdCAqKxXFYqOhAVFYrisVHQgKisVxWKjoQFRWK4rFR0ICorFcVio6ECSFITk8nyfk/k/J8nm5s00IEkKQnJ5Pk/J/J+T5PNzZprQFAeyA\,aO48sA\=\=...
...
Creating plugin result...
Destroying plugin result...
Request completed, freeing data
Request to watch mountpoint/stream 10
Going to offer this SDP:
v=0
o=- 25413978346 25413978346 IN IP4 127.0.0.1
s=Streaming Test
t=0 0
m=video 3000 RTP/AVP 126
c=IN IP4 1.1.1.1
a=rtpmap:126 H264/90000
a=fmtp:126 profile-level-id=42e01f;packetization-mode=1;sprop-parameter-sets=Z2QAKK2EBUViuKxUdCAqKxa=sendonly
Pushing event: {
"streaming": "event",
"result": {
"status": "preparing"
}
}
......
...
v=0
o=- 29646209393 29646209393 IN IP4 127.0.0.1
s=Streaming Test
t=0 0
a=group:BUNDLE video
a=msid-semantic: WMS janus
m=video 3000 RTP/AVP 96
c=IN IP4 192.168.1.16
a=mid:video
a=sendonly
a=rtcp-mux
a=rtpmap:96 H264/90000
a=fmtp:96 profile-level-id=42A01E;packetization-mode=1;sprop-parameter-sets=Z2QAKK2EBUViuKxUdCAqKxXFYqOhAVFYrisVHQgKisVxWKjoQFRWK4rFR0ICorFcVio6ECSFITk8nyfk/k/J8nm5s00IEkKQnJ5Pk/J/J+T5PNzZprQFAeyA,aO48sA==
a=ice-ufrag:bEWQ
a=ice-pwd:ZZL35EeDXcUXhg2ZmjAHS8
a=ice-options:trickle
a=fingerprint:sha-256 C5:5F:DA:7D:84:47:B1:BF:6B:55:16:62:48:31:3E:D3:F1:7B:25:89:92:4A:4B:4D:4D:D9:D5:AF:EA:D8:15:44
a=setup:actpass
a=connection:new
a=ssrc:3293263322 cname:janusvideo
a=ssrc:3293263322 msid:janus janusv0
a=ssrc:3293263322 mslabel:janus
a=ssrc:3293263322 label:janusv0
a=candidate:1 1 udp 2013266431 192.168.1.16 41871 typ host
a=candidate:1 2 udp 2013266430 192.168.1.16 55700 typ hostv=0
o=Mozilla-SIPUA-34.0 23415 0 IN IP4 0.0.0.0
s=SIP Call
t=0 0
a=ice-ufrag:9af107ea
a=ice-pwd:0645a159fc9fe424cc1477817133fbe8
a=fingerprint:sha-256 07:7A:64:F9:98:3E:17:F5:40:6A:74:6E:0D:BE:8B:6B:CB:24:DF:BB:FB:0F:81:91:F6:AE:78:16:F3:07:00:A7
m=video 9 RTP/AVP 96
c=IN IP4 0.0.0.0
a=rtpmap:96 H264/90000
a=fmtp:96 profile-level-id=42e01f;packetization-mode=1
a=recvonly
a=setup:active
a=rtcp-mux...
gst-launch v4l2src always-copy=false chain-ipipe=true ! video/x-raw-yuv,format='(fourcc)'NV12, width=640, height=480, framerate='(fraction)'15/1 ! dmaiaccel ! dmaienc_h264 outputBufferSize=0 ddrbuf=true copyOutput=false encodingpreset=2 profile=66 level=31 entropy=0 t8x8intra=0 aud=false headers=false bytestream=false seqscaling=0 ratecontrol=1 maxbitrate=256000 targetbitrate=256000 intraframeinterval=1 idrinterval=1 airrate=0 ! rtph264pay config-interval=1 ! queue ! udpsink port=3000 host=192.168.1.16 sync=false