RTL-SDR not sending to Broadcastify

Status
Not open for further replies.

K4RMN

Member
Joined
Jun 10, 2014
Messages
76
Ok, so I was following the instructions here: https://wiki.radioreference.com/index.php/Raspberry_Pi_RTL-SDR_Broadcastify and when I go to start my feed to check the audio and such, this is what happens:

Code:
pi@raspberrypi:~ $ /usr/local/bin/rtl_fm -d 1 -M fm -f 460.475M -p 0 -l 50 -g 40 -t 2 -E pad -s 12k | /usr/bin/lame -r -s 12 --resample 22.05 -m m -b 16 --cbr --lowpass 4 - - | /usr/bin/ezstream -c /etc/ezstream_bcfy.xml > /var/log/bcfy2.log 2>&1 &
[1] 2105
-bash: /var/log/bcfy2.log: Permission denied
pi@raspberrypi:~ $ Found 2 device(s):
  0:  Realtek, RTL2838UHIDIR, SN: 00000001
  1:  Realtek, RTL2838UHIDIR, SN: 00000001

Using device 1: Generic RTL2832U OEM
Found Rafael Micro R820T tuner
Tuner gain set to 40.20 dB.
Tuned to 460727000 Hz.
Oversampling input by: 84x.
Oversampling output by: 1x.
Buffer size: 8.13ms
Exact sample rate is: 1008000.009613 Hz
Sampling at 1008000 S/s.
Output at 12000 Hz.

Even with the & it is not running in the background, and if I press enter I get back to a blank command line, and a few seconds later I get this:

Code:
Signal caught, exiting!

User cancel, exiting...

[1]+  Exit 1                  /usr/local/bin/rtl_fm -d 1 -M fm -f 460.475M -p 0 -l 50 -g 40 -t 2 -E pad -s 12k | /usr/bin/lame -r -s 12 --resample 22.05 -m m -b 16 --cbr --lowpass 4 - - | /usr/bin/ezstream -c /etc/ezstream_bcfy.xml > /var/log/bcfy2.log 2>&1

If I strip out the pass to the logfile there at the end, stopping with the ezstream XML, I get this:

Code:
pi@raspberrypi:/etc/lighttpd $ /usr/local/bin/rtl_fm -d 1 -M fm -f 460.475M -p 0 -l 50 -g 40 -t 2 -E pad -s 12k | /usr/bin/lame -r -s 12 --resample 22.05 -m m -b 16 --cbr --lowpass 4 - - | /usr/bin/ezstream -c /etc/ezstream_bcfy.xml
Found 2 device(s):
  0:  Realtek, RTL2838UHIDIR, SN: 00000001
  1:  Realtek, RTL2838UHIDIR, SN: 00000001

Using device 1: Generic RTL2832U OEM
ezstream: Connected to http://audio1.broadcastify.com:80/(password hidden)
ezstream: Streaming from standard input
Found Rafael Micro R820T tuner
Tuner gain set to 40.20 dB.
Tuned to 460727000 Hz.
Oversampling input by: 84x.
Oversampling output by: 1x.
Buffer size: 8.13ms
Exact sample rate is: 1008000.009613 Hz
Sampling at 1008000 S/s.
Output at 12000 Hz.

At this point, the stream shows as online on Broadcastify, but no audio is heard. Additionally, lame never seems to fire up except after I kill rtl_fm or ezstream. I've also tried running with sudo, same results.
 
Status
Not open for further replies.
Top