Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 809485 - media-plugins/gst-plugins-webrtc lacks sctp
Summary: media-plugins/gst-plugins-webrtc lacks sctp
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: GStreamer package maintainers
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: 812836
  Show dependency tree
 
Reported: 2021-08-21 23:46 UTC by Stefan de Konink
Modified: 2021-09-15 01:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Suggested ebuild (gst-plugins-webrtc-1.18.4-r1.ebuild,833 bytes, text/plain)
2021-08-21 23:46 UTC, Stefan de Konink
Details

Note You need to log in before you can comment on or make changes to this bug.
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(+)