zlandmedia
not that florida man
I'm looking to move from SDRTrunk to Trunk-Recorder with my two Calls nodes and with Trunk-Recorder I've run into an issue where it will not run both nodes. This is happening when I use both a Raspberry Pi with Pi OS Lite and WSL inside Windows 10.
When I use the below config.json, I get this error:
And here's my config:
Am I doing anything wrong with my setup here, or is it just not possible to use trunk-recorder with two nodes on one instance?
Thanks,
Zach
When I use the below config.json, I get this error:
Code:
-------------------------------------
PLUGINS
-------------------------------------
[2023-10-07 13:41:45.547093] (info) Setting up plugin - Name: openmhz_uploader Library file: libopenmhz_uploader.so
[2023-10-07 13:41:45.635730] (info) Setting up plugin - Name: broadcastify_uploader Library file: libbroadcastify_uploader.so
[2023-10-07 13:41:45.639467] (info) Broadcastify Server: https://api.broadcastify.com/call-upload
[2023-10-07 13:41:45.643097] (info) Uploading calls for: westSimulcast
[2023-10-07 13:41:45.643141] (info) Uploading calls for: eastSimulcast
[2023-10-07 13:41:45.643153] (info) Setting up plugin - Name: unit_script Library file: libunit_script.so
[2023-10-07 13:41:45.645870] (info) Setting up plugin - Name: stat_socket Library file: libstat_socket.so
[2023-10-07 13:41:45.656807] (info) No plugins configured
[2023-10-07 13:41:45.656882] (info)
[2023-10-07 13:41:45.657724] (info) [westSimulcast] Started with Control Channel: 769.281250 MHz
[2023-10-07 13:41:45.657772] (error) [westSimulcast] Unable to find a source for this System! Control Channel Freq: 769.281250 MHz
[2023-10-07 13:41:45.657782] (error) Unable to setup a System to record, exiting...
And here's my config:
JSON:
{
"ver": 2,
"sources": [{
"center": 770293750,
"rate": 2048000,
"error": 1000,
"gain": 39,
"digitalRecorders": 7,
"driver": "osmosdr",
"device": "rtl=1"
}, {
"center": 772731250,
"rate": 2048000,
"error": 1000,
"gain": 39,
"digitalRecorders": 9,
"driver": "osmosdr",
"device": "rtl=2"
}, {
"center": 774437500,
"rate": 2048000,
"error": 1000,
"gain": 39,
"digitalRecorders": 4,
"driver": "osmosdr",
"device": "rtl=3"
}],
"systems": [{
"modulation": "qpsk",
"control_channels": [769281250, 769806250, 770331250, 771006250, 771731250, 772231250, 772906250, 773481250, 773981250, 774631250],
"type": "p25",
"shortName": "westSimulcast",
"broadcastifyApiKey": "[redacted]",
"broadcastifySystemId": "971",
"audioArchive": false
},{
"modulation": "qpsk",
"control_channels": [769556250, 770581250, 771306250, 771756250, 771981250, 772481250, 773231250, 773731250, 774381250, 774893750],
"type": "p25",
"shortName": "eastSimulcast",
"broadcastifyApiKey": "[redacted]",
"broadcastifySystemId": "2307",
"audioArchive": false
}],
"captureDir": "/home/zach/trunk-recorder/",
"broadcastifyCallsServer": "https://api.broadcastify.com/call-upload",
"controlWarnRate": 5,
"callTimeout": 0.75
}
Am I doing anything wrong with my setup here, or is it just not possible to use trunk-recorder with two nodes on one instance?
Thanks,
Zach