On my setup I only track one P25 system with a single dongle.
Only broadcast to broadcastify, no need for audio coming out of the device(RBPi 3b+)
I've tried a couple times to make the change from rx to multi_rx but can't get it to work.
This is what I'm running now:
My meta.json
I have a trunk.tsv that defines the system, another tsv file with ID and tag names used to send the proper id to broadcastify, and another file with a whitelist of IDs.
How should the cfg.json look like?
And what would the command to run it be? I guess it would be just replace the rx.py and its parameters to multi_rx.py without parameters correct?
Thanks in advance.
Only broadcast to broadcastify, no need for audio coming out of the device(RBPi 3b+)
I've tried a couple times to make the change from rx to multi_rx but can't get it to work.
This is what I'm running now:
Code:
./rx.py --nocrypt --args "rtl" -N 'LNA:29' -l 'http:0.0.0.0:8080' -S 57600 -q 17 -d -200 -X -T trunk.tsv -V -2 -M meta.json -w 2>stderr.2
My meta.json
Code:
{"icecastPass": "myPass", "icecastMountpoint": "myMountPoint", "icecastServerAddress": "broadcastifyURL", "delay": "0.0", "icecastMountExt": ".m3u"}
I have a trunk.tsv that defines the system, another tsv file with ID and tag names used to send the proper id to broadcastify, and another file with a whitelist of IDs.
How should the cfg.json look like?
And what would the command to run it be? I guess it would be just replace the rx.py and its parameters to multi_rx.py without parameters correct?
Thanks in advance.