P25_LA
Member
I pulled OP25 from boatbod's github repo and it's working well on Ubuntu 18.04. I can decode P25 phase 1 with the -U command line parameter and I can hear decoded voice through my laptop headphones. But, I try to use the -w -W <host> options and I can't use vlc.exe to hear the raw audio packets on the remote host. I'm using the "vlc.exe --clock-jitter=500 --network-caching=0 --demux=rawaud --rawaud-channels 1 --rawaud-samplerate 8000 udp://@:23456 " command as in the readme on github, and I've tried it on two different machines. I'm using the -l http:127.0.0.1:8080 option with rx.py and I tried not plotting.
On the remote machine when I try to decode the UDP packets as audio I hear occasional bursts of what sounds like static when the station is transmitting. I can tell packets are arriving because in Wireshark I see UDP traffic on port 23456 coming from the laptop with the SDR receiving.
I also tried telling rx.py to send packets to 127.0.0.1 and in another terminal shell I run audio.py and I hear the same thing. As audio.py runs it prints PCM underrun messages. On the computer where I'm running vlc.exe I've tried various sample rates but nothing seems to make voice audio come through.
What could I be doing wrong? Thanks.
On the remote machine when I try to decode the UDP packets as audio I hear occasional bursts of what sounds like static when the station is transmitting. I can tell packets are arriving because in Wireshark I see UDP traffic on port 23456 coming from the laptop with the SDR receiving.
I also tried telling rx.py to send packets to 127.0.0.1 and in another terminal shell I run audio.py and I hear the same thing. As audio.py runs it prints PCM underrun messages. On the computer where I'm running vlc.exe I've tried various sample rates but nothing seems to make voice audio come through.
What could I be doing wrong? Thanks.