Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UDP Stream issue #538

Closed
iz4tow opened this issue Jul 1, 2024 · 1 comment
Closed

UDP Stream issue #538

iz4tow opened this issue Jul 1, 2024 · 1 comment

Comments

@iz4tow
Copy link

iz4tow commented Jul 1, 2024

Good afternoon,
I encountered an issue using UDP device on direwolf

Scenario

Audio sender: Windows 10 host with ffmpeg

Receiver: Ubuntu Desktop 22.04 with direwolf last release build from github today

On Windows host (audio sender)

ffmpeg -f dshow -i audio="Line 1 (Virtual Audio Cable)" -c 1 -acodec pcm_s16le -b:a 44100 -f mpegts udp://192.168.56.1:12000

I tried playing a test.wav generated with gen_packet and tested with atest.

On Ubuntu

If I try to listen the stream with VLC I can hear it loud and clear, but with direwolf with this command

direwolf -n 1 -a 10 -r 44100  udp:12000

Output:

Dire Wolf version 1.7
Includes optional support for:  hamlib cm108-ptt

Reading config file direwolf.conf
Audio input device for receive: udp:12000  (channel 0)
Audio out device for transmit: null  (channel 0)
Channel 0: Demodulator + option can't be combined with multiple frequencies.
Channel 0: 300 baud, AFSK 1600 & 1800 Hz, A+, 44100 sample rate / 4.
Note: PTT not configured for channel 0. (Ignore this if using VOX.)
Ready to accept AGW client application 0 on port 8000 ...
Ready to accept KISS TCP client application 0 on port 8001 ...

ADEVICE0: Sample rate approx. 10.0 k, 0 errors, receive audio level CH0 195


ADEVICE0: Sample rate approx. 9.8 k, 0 errors, receive audio level CH0 194


ADEVICE0: Sample rate approx. 10.0 k, 0 errors, receive audio level CH0 195


ADEVICE0: Sample rate approx. 10.0 k, 0 errors, receive audio level CH0 194


ADEVICE0: Sample rate approx. 10.0 k, 0 errors, receive audio level CH0 194

But...no decoding!

@dranch
Copy link
Collaborator

dranch commented Jul 2, 2024

A github issue is intended for reporting a bug or requesting a feature, not asking for support. Instead, please join https://groups.io/g/direwolf and first search the archives for say "udp" and you will find a lot of examples such as https://groups.io/g/direwolf/topic/105984656#msg9570 . If you still need help, please post your message there and include the relevant part of of your direwolf.conf file, etc. Please close this issue unless you strongly believe you have found a bug.

@iz4tow iz4tow closed this as completed Jul 2, 2024
@iz4tow iz4tow closed this as not planned Won't fix, can't repro, duplicate, stale Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants