Hi Lorenzo:
I have the same issue. The streaming plugin works fine with streams send by gstreamer. But it doesn't work with the stream generated by ffmpeg libs, which is playable with vlc.
My sdp file and streaming.cfg:
;streaming.cfg
[h264-sample]
type = rtp
id = 10
description = H.264 live stream coming from spice
audio = no
video = yes
videoport = 8004
videomcast = 225.225.225.225
videopt = 96
videortpmap = H264/90000
videofmtp = sprop-parameter-sets=Z0LAKNoB4AiflhAAAAMAEAAAAwMo8YMq,aM48gA==\; profile-level-id=42c028
h264.sdp
c=IN IP4 225.225.225.225
a=tool:libavformat 57.25.100
m=video 8004 RTP/AVP 96
b=AS:4000
a=rtpmap:96 H264/90000
a=fmtp:96 packetization-mode=1; sprop-parameter-sets=Z0LAKNoB4AiflhAAAAMAEAAAAwMo8YMq,aM48gA==; profile-level-id=42C028
I have no idea whether it's the problem with the stream itself or janus doesn't support the codec.
Thanks!
Pan
在 2016年7月15日星期五 UTC+8下午3:50:42,Lorenzo Miniero写道: