- Joined
- Apr 28, 2024
- Messages
- 4
Hi...I've been working on this for a while and have had no luck. I'm someone who likes to try and read everything available and figure it out on my own but haven't been able to this time.
I was able to get op25 working with local audio and was working on enabling remote audio using icecast. I believe the issue is with not calling liquidsoap correctly and hoping I'm just missing something obvious.
I am using multi_rx.py. I am able to connect to the icecast2 admin page but get no status and no active mountpoints are shown. Looking at the icecast log I see the following error:
/usr/share/icecast2/web/mount
WARN admin/admin_handle_request Admin command metadata on non-existent source /mount
It does look like liquidsoap is running as when checking the version I get
Liquidsoap 2.2.4-1+dev
Copyright (c) 2003-2023 Savonet team
Liquidsoap is open-source software, released under GNU General Public License.
See <Liquidsoap - Audio & Video Streaming Language> for more information.
I check the liquidsoap log directory and it's empty. So that is why I think I may not be calling it
Here are the relevant sections from the config file.
Any help would be appreciate. Just let me know if you want me to post any more information. Thanks!
I was able to get op25 working with local audio and was working on enabling remote audio using icecast. I believe the issue is with not calling liquidsoap correctly and hoping I'm just missing something obvious.
I am using multi_rx.py. I am able to connect to the icecast2 admin page but get no status and no active mountpoints are shown. Looking at the icecast log I see the following error:
/usr/share/icecast2/web/mount
WARN admin/admin_handle_request Admin command metadata on non-existent source /mount
It does look like liquidsoap is running as when checking the version I get
Liquidsoap 2.2.4-1+dev
Copyright (c) 2003-2023 Savonet team
Liquidsoap is open-source software, released under GNU General Public License.
See <Liquidsoap - Audio & Video Streaming Language> for more information.
I check the liquidsoap log directory and it's empty. So that is why I think I may not be calling it
Here are the relevant sections from the config file.
Code:
"metadata": {
"module": "icemeta.py",
"streams": [
{
"stream_name": "stream_0",
"meta_format_idle": "[idle]",
"meta_format_tgid": "[%TGID%]",
"meta_format_tag": "[%TGID%] %TAG%",
"icecastServerAddress": "192.168.1.1:8000",
"icecastMountpoint": "mount",
"icecastMountExt": ".m3u",
"icecastPass": "password",
"delay": 0.0
}
]
},
"audio": {
"module": "",
"instances": [
{
"instance_name": "audio0",
"device_name": "default",
"udp_port": 23456,
"audio_gain": 1.0,
"number_channels": 1
}
]
},
Any help would be appreciate. Just let me know if you want me to post any more information. Thanks!