markondej / fm_transmitter

Raspberry Pi as FM transmitter
1.32k stars 292 forks source link

fm_transmitter doens't exit after finish playback #67

Closed mchilli closed 5 days ago

mchilli commented 6 years ago

Hi there, can anyone help me? i use this command: avconv -i "/path/to/file.mp3" -f wav -flags bitexact -ar 22.05k -ac 1 - | sudo ./fm_transmitter -f 98.5 - and to stream a file via stdin to fm_transmitter, works absolutly fine. But if the soundfile has ended, the program doens't exit. Maybe there isn't an EOF when streaming over stdin and the program will loop forever. But how i can solve this?

tetsaicn commented 5 years ago

same problem (

markondej commented 5 years ago

will fix this soon