mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-18 12:03:00 +00:00
[PR #802] [MERGED] [FEATURE] Support for Source-Specific Multicast #1615
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/802
Author: @squarebracket
Created: 10/31/2017
Status: ✅ Merged
Merged: 12/24/2017
Merged by: @cfsmp3
Base:
master← Head:master📝 Commits (3)
1dd4201Support for Source-Specific Multicastd38246efixing whitespace issues1f23402updating changelog📊 Changes
9 files changed (+81 additions, -10 deletions)
View changed files
📝
docs/CHANGES.TXT(+4 -0)📝
src/GUI/popups.c(+1 -1)📝
src/lib_ccx/ccx_common_option.c(+1 -0)📝
src/lib_ccx/ccx_common_option.h(+1 -0)📝
src/lib_ccx/ccx_demuxer.c(+1 -1)📝
src/lib_ccx/networking.c(+51 -5)📝
src/lib_ccx/networking.h(+1 -1)📝
src/lib_ccx/params.c(+18 -1)📝
src/lib_ccx/params_dump.c(+3 -1)📄 Description
My familiarity with the project is as follows (check one):
This is a simple change to allow for binding to source-specific multicast UDP feeds.
I've modified the GUI to allow for enough characters to bind to a SSM address, but it doesn't seem to work, even for simple UDP feeds. Can anyone confirm that the GUI works with UDP?
Also, I tried to validate that it works with Windows, but was unable. I see the packets in wireshark, but all of
ccextractor,vlc, andmpvdo not seem to get anything. If someone with more Windows-fu can validate that would be great.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.