miegl / PiFmAdv

Advanced Raspberry Pi FM transmitter with RDS encoding
GNU General Public License v3.0
484 stars 82 forks source link

Problem with Streaming #65

Closed hlzmeister closed 4 years ago

hlzmeister commented 4 years ago

hi, i have a problem with sox...if i use Pi_Fm_Rds sox work, but if i use Pi_Fm_Adv the program start but don't trasmitted anything. i have tried this link http://stream.srg-ssr.ch/m/rsp/mp3_128 too , but nothing! i need use Pi_Fm_Adv because has many options. How can i fix it? thanks.

broken2048 commented 4 years ago

If you need to pipe that stream to pi_fm_adv, and sox isn't required, this may be the easiest way. _sudo mpg123 --stdout http://stream.srg-ssr.ch/m/rsp/mp3_128 | sudo ./pi_fmadv --srate 44100 --nochan 2 --freq 100.5 --audio -

miegl commented 4 years ago

Closing, open a new issue if needed.