Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 809485

Summary: media-plugins/gst-plugins-webrtc lacks sctp
Product: Gentoo Linux Reporter: Stefan de Konink <stefan>
Component: Current packagesAssignee: GStreamer package maintainers <gstreamer>
Status: RESOLVED FIXED    
Severity: normal Keywords: PullRequest
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/22131
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 812836    
Attachments: Suggested ebuild

Description Stefan de Konink 2021-08-21 23:46:58 UTC
Created attachment 734971 [details]
Suggested ebuild

The gstreamer webrtc code explicitly checks for plugins upon the creation of a data channel. Without it no data channel can be created.

https://github.com/GStreamer/gst-plugins-bad/blob/master/ext/webrtc/gstwebrtcbin.c#L5876


I have validated that the following works.

GST_PLUGINS_ENABLED="webrtc sctp webrtcdsp"
GST_PLUGINS_BUILD_DIR="webrtc sctp webrtcdsp"
Comment 1 Larry the Git Cow gentoo-dev 2021-09-15 01:30:20 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67bd5c2bf68b4eab4a1f13b77abd170a6ddedb62

commit 67bd5c2bf68b4eab4a1f13b77abd170a6ddedb62
Author:     Haelwenn (lanodan) Monnier <contact@hacktivis.me>
AuthorDate: 2021-08-22 05:39:53 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-09-15 01:30:08 +0000

    media-plugins/gst-plugins-webrtc: Depend on media-plugins/gst-plugins-sctp
    
    Closes: https://bugs.gentoo.org/809485
    Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
    Closes: https://github.com/gentoo/gentoo/pull/22131
    Signed-off-by: Sam James <sam@gentoo.org>

 ...tc-1.18.4.ebuild => gst-plugins-webrtc-1.18.4-r1.ebuild} | 13 +++++++++++++
 1 file changed, 13 insertions(+)