-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow either forced or fail mode, or auto-find the first one valid. Co-authored-by: Chris Kennedy <[email protected]>
- Loading branch information
1 parent
168c920
commit b02b361
Showing
2 changed files
with
66 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,22 @@ | ||
#RUST_LOG="info" | ||
## rsCap Configuration | ||
RUST_LOG="info" # debug, info, error | ||
|
||
#DEBUG=true | ||
#SILENT=true | ||
|
||
USE_WIRELESS=true # Allow wireless interface usage | ||
|
||
# ZeroMQ output host and port to TCP Publish | ||
TARGET_IP="127.0.0.1" | ||
TARGET_PORT=5556 | ||
SOURCE_DEVICE="en0" | ||
SOURCE_DEVICE_IP="0.0.0.0" | ||
|
||
# Pcap device to listen to, empty for autodetection | ||
SOURCE_DEVICE="" | ||
|
||
# Pcap filter for MpegTS multicast host and port | ||
SOURCE_IP="224.0.0.200" | ||
SOURCE_PORT=10000 | ||
#DEBUG=true | ||
#SILENT=true | ||
OUTPUT_FILE=output.ts | ||
|
||
# Output file name for client capture from ZeroMQ output | ||
OUTPUT_FILE=capture.ts | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters