After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 794811 - webrtcbin: make more robust and allow SDP without mid and direction attributes
webrtcbin: make more robust and allow SDP without mid and direction attributes
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.14.0
Other All
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-03-29 14:13 UTC by Daniel F
Modified: 2018-11-03 14:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Daniel F 2018-03-29 14:13:56 UTC
I was trying to establish WebRTC session between GStreamer and FreeSwitch (1.6.20~64bit). It turned out that FreeSwitch does not include mid and direction attributes in its SDP. GStreamer was trying to strictly follow JSEP standard, and was rejecting that SDP. Please make it more robust and start accepting such incorrect SDPs.

When direction attribute is missing, you can revert to RFC 4566 behaviour:
"If none of the attributes "sendonly", "recvonly", "inactive",
and "sendrecv" is present, "sendrecv" SHOULD be assumed as the
default for sessions that are not of the conference type
"broadcast" or "H332" (see below)."

SDP without a=mid can be accepted when RTP bundling is not needed (e.g. when there is only one stream).
Comment 1 GStreamer system administrator 2018-11-03 14:20:21 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/679.