Tiago Mendes
unread,Mar 29, 2026, 5:33:47 PM (6 days ago) Mar 29Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Sipwise rtpengine
Hi,
I'm using rtpengine mr11.5.2.0 and trying to use the publish/subscribe ng commands with video (H.264) for a 1:N streaming use case.
Publish with m=audio works fine, but publish with m=video consistently returns "Failed to create SDP". The same SDP works with the offer command.
Here is the SDP I'm sending:
v=0
o=- 0 0 IN IP4 172.16.10.14
s=-
c=IN IP4 172.16.10.14
t=0 0
m=video 5004 RTP/AVP 96
a=rtpmap:96 H264/90000
a=sendrecv
Results:
- ng publish with m=audio: ok
- ng publish with m=video: "Failed to create SDP"
- ng offer with m=video: ok (ports allocated, SDP returned)
Is publish/subscribe expected to work with video-only media lines, or is it limited to audio?
Thanks,
Tiago Mendes