mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
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/1059
Author: @ShouryaAggarwal
Created: 12/21/2018
Status: ✅ Merged
Merged: 12/26/2018
Merged by: @cfsmp3
Base:
master← Head:Win_multicast_fix📝 Commits (3)
c47d3f3Fixed udp multicast stream issue on windowsaa03f9aOptimized OS detection for source multicast.943f32eMoved the udp read code to networking.c file📊 Changes
3 files changed (+43 additions, -4 deletions)
View changed files
📝
src/lib_ccx/file_functions.c(+2 -2)📝
src/lib_ccx/networking.c(+40 -2)📝
src/lib_ccx/networking.h(+1 -0)📄 Description
Please prefix your pull request with one of the following: [FEATURE] [FIX] [IMPROVEMENT].
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
So I read that in windows we need to bind to INADDR_ANY only while joining the multicast group, so I left it at that only. Now while receiving the stream from udp multicast, I peak at the header file and match the source ip with the provided ip and only continue if the IPs match. I have tested it on windows using ffmpeg stream system. Let me know if any more changes need to be done.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.