Skip to content

Instantly share code, notes, and snippets.

@jackwillis
Created July 16, 2014 00:32
Show Gist options
  • Save jackwillis/f6fc79c22c61eb85fa43 to your computer and use it in GitHub Desktop.
Save jackwillis/f6fc79c22c61eb85fa43 to your computer and use it in GitHub Desktop.
Streaming RTL-SDR over a network
#!/bin/sh
play -r 32k -t raw -e s -b 16 -c 1 -V1 -
alias wort='rtl_fm -f 89.9M -M wbfm -s 32k'
alias wxj87='rtl_fm -f 162.55M -N -s 32k'
#!/bin/sh
lame -r --signed -m m -s 32000 -q 9 - - | cvlc - --sout '#standard{access=http,mux=raw,dst=:8080}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment