sdrplay-fm-radio/utilities/stream.sh
2023-05-10 17:03:49 +09:30

5 lines
211 B
Bash
Executable File

#! /bin/bash
#rtl_sdr -f 105.5M -s 1M - | ./fm1s.py | ffmpeg -f s16le -ar 50k -ac 2 -i - -f rtp rtp://localhost:1234
./demo.py | ./fm1s_int16.py | ffmpeg -f s16le -ar 50k -ac 2 -i - -f rtp rtp://localhost:1234