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

Is frequency scanning working ? #86

Open
wvthoog opened this issue Oct 2, 2020 · 0 comments
Open

Is frequency scanning working ? #86

wvthoog opened this issue Oct 2, 2020 · 0 comments

Comments

@wvthoog
Copy link

wvthoog commented Oct 2, 2020

Hi,

i'm using rx_fm and ffmpeg to scan and pipe nautical vhf transmissions to my server. But it seems it only locks to one frequency and does not initiatie a scan. Figured this out by using a second RTL-SDR and seeing several transmission pass by within the submitted range. Tried using multiple frequencies and passing a range.

So these are the commands i used.

Multiple frequencies:
rx_fm -f 156.200M -f 156.300M -f 156.423M -f 156.575M -f 156.650M -f 156.725M -f 156.975M -M fm -s 12k -g 50 -l 10 - | ffmpeg -f s16le -sample_rate 12k -i pipe:0 -acodec libmp3lame -b:a 64k -f rtp rtp://home.server:2121

Range:
rx_fm -f 156M:160M:25k -M fm -s 12k -g 50 -l 10 - | ffmpeg -f s16le -sample_rate 12k -i pipe:0 -acodec libmp3lame -b:a 64k -f rtp rtp://home.serverl:2121

Any help is highly appreciated

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

1 participant