Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Sign in / Register
F
ffmpeg
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Packages
    • Packages
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • submodule
  • ffmpeg
  • Repository

Switch branch/tag
  • ffmpeg
  • libavformat
  • udp.c
Find file
BlameHistoryPermalink
  • Marton Balint's avatar
    avformat/udp: always use IP_ADD_SOURCE_MEMBERSHIP for subscribing to an UDP… · ab0812c1
    Marton Balint authored Sep 21, 2018
    avformat/udp: always use IP_ADD_SOURCE_MEMBERSHIP for subscribing to an UDP multicast source group in IPv4
    
    That alone supports specifying the interface based on its address. Getting the
    interface index from the local address seems quite a bit of work in a platform
    independent way...
    
    Obviously for IPv6 we still always use MCAST_JOIN_SOURCE_GROUP.
    
    As a side effect this also fixes ticket #7459.
    Signed-off-by: 's avatarMarton Balint <cus@passwd.hu>
    ab0812c1
udp.c 39.5 KB
EditWeb IDE

Replace udp.c

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.