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

Enable "zero sample output" for streaming to the server with squelch #2

Open
kovalroma opened this issue Sep 13, 2016 · 1 comment
Open

Comments

@kovalroma
Copy link

There is a problem when streaming from rtl_fm using ezstream with squelch.
For example this is a command
rtl_fm -f 145.575M -s 16k -l 0 | lame --scale 2 --lowpass 4.0 --highpass 0.2 -r -s 16.0 -m m - - | ezstream -c /etc/ezstream.xml

When squelch is enabled the stream stops when the squelch is triggered. When rtl_fm is squelched it does not generate any data, probably causing lame and ezstream to fail.

Mr. Wilson created a simple little change for rtl_fm which outputs values of 0 (instead of nothing) when the output is squelched.
Here is more information
http://lists.osmocom.org/pipermail/osmocom-sdr/2015-November/000138.html
and
http://www.rtl-sdr.com/forum/viewtopic.php?f=7&t=141

Can I ask you to apply his code ?

@pinkavaj
Copy link
Owner

Should be solved in https://github.com/keenerd/rtl-sdr

@pinkavaj pinkavaj reopened this Nov 23, 2016
pinkavaj pushed a commit that referenced this issue Oct 3, 2022
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