mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-15 13:35:30 +00:00
No input on multicast udp source #844
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?
Originally created by @pszemus on GitHub (Sep 15, 2025).
CCextractor built from master is stuck on waiting for source data when the input is a multicast address.
This works:
This doesn't:
It worked fine with a non-rust built from
3f44115(broken by a commit that disabled non-rust builds: commitba59eb0)@pszemus commented on GitHub (Sep 15, 2025):
I think there is a bug in setting the
sourceaddress. Please see the "Warning" message above.Also, if I set
let source = None;here: https://github.com/CCExtractor/ccextractor/blob/master/src/rust/lib_ccxr/src/net/source.rs#L203 the code begins to work with onlyaddressandportset.Will try to send a PR
@pszemus commented on GitHub (Sep 15, 2025):
I've manage to fix/implement the original (C++) format of the
--udpparameter:Updating the PR...