markondej / fm_transmitter

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

how to read "fifo" file? #11

Closed SJ50 closed 1 year ago

SJ50 commented 9 years ago

with shairport I am piping airplay out put to fifo file named "airpipe" sudo shairport-sync -v -a testp -o pipe -- ~/airpipe than I am starting fm_transmitter with sudo ~/fm_transmitter_original/fm_transmitter ~/airpipe 103 and I am getting this error Error: Error while opening /home/pi/airpipe, WAVE file expected

markondej commented 9 years ago

Named pipes are not supported yet, but reported in issue #8. Work is in progress....

SJ50 commented 9 years ago

Ok Thank you for clarifying.