Replies: 3 comments 5 replies
-
I haven't used
Also, it doesn't work how? Is the audio bad or no sound at all? Perhaps use |
Beta Was this translation helpful? Give feedback.
-
@rcarsey1 Did you ever get this to work? I'm trying the same thing on Windows VLC and I can't get it to work. I've confirmed that capturing the UDP traffic into a file and then playing that file works correctly, but VLC directly listening on a UDP socket never works. Does anyone else know of another player that would work on Windows? |
Beta Was this translation helpful? Give feedback.
-
In case anyone is still looking for an easy way to play the raw audio stream on Windows. I was able to get it to work with FFMpeg's FFPlay utility with the following command line: |
Beta Was this translation helpful? Give feedback.
-
Ideally, I would like to play the stream without buffering delays, etc. which typically occur when rtl_airband encodes and sends to an Icecast server, which in turn sends to a player (usually with its own buffer).
I've been trying to use the new UDP stream feature and have rtl_airband send to a machine which uses VLC to pick it up and play it. Here seems to be VLC's raw options (the rawaud section)
https://wiki.videolan.org/VLC_command-line_help/
It would seem that this should work: (i verified that NFM was not compiled into my binary)
.\vlc --demux=rawaud --rawaud-channels=1 --rawaud-samplerate=8000 --rawaud-fourcc=fl32 udp://@:1234
Anyhow, if we can figure this out, I'd like to update the wiki because VLC is a staple amonst
Beta Was this translation helpful? Give feedback.
All reactions