Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gst-plugins-good gst-plugins-good
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 646
    • Issues 646
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 72
    • Merge requests 72
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamerGStreamer
  • gst-plugins-goodgst-plugins-good
  • Issues
  • #572
Closed
Open
Issue created Mar 06, 2019 by Nicolas Dufresne@ndufresneMaintainer

udpsrc: Does not filter base on iface when filtering incoming multicast packets

udpsrc will bind to address ANY when receiving multicast packets. The side effect is that it will receive packet from all the multicast group on same port that has been join on the same system. To workaround this, we udpsrc will skip packets that aren't from the multicast address we are expecting them.

This filtering is incomplete, since the same multicast address may exist through two network interface, and may not be related. We also need to filter base on the interface whenever there is one or more interface in "multicast-iface" property.

Assignee
Assign to
Time tracking