Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
gst-plugins-good
gst-plugins-good
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 618
    • Issues 618
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 108
    • Merge Requests 108
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GStreamer
  • gst-plugins-goodgst-plugins-good
  • Issues
  • #715

Closed
Open
Opened Apr 08, 2020 by Christopher Lee@clee681

udp: support for IPv6 addresses

Hello,

Do the udpsrc and udpsink elements support IPv6? When specifying localhost as the host for the udpsink element with the below /etc/hosts file, it seems like gstreamer is not able to handle the ::1 IPv6 address. Not sure if this is a 🐛 or if IPv6 is just not supported yet.

/etc/hosts

127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4
::1         localhost localhost.localdomain localhost6 localhost6.localdomain6

Gstreamer logs

INFO  multiudpsink gstmultiudpsink.c:1387:gst_multiudpsink_start:<udpsink1> Failed to create IPv6 socket: Unable to create socket: Address family not supported by protocol
WARN  multiudpsink gstmultiudpsink.c:1285:gst_multiudpsink_configure_client:<udpsink1> error: Invalid address family (got 10)
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: gstreamer/gst-plugins-good#715