morrolinux / mpradio

Morrolinux's Pirate radio (PiFmRDS / PiFmAdv implementation with Bluetooth and mp3 support) - Stream music to your car's FM radio or use it as a Bluetooth speaker via headphone jack
GNU General Public License v3.0
107 stars 17 forks source link

not detecting bluetooth devices #48

Closed dpavle closed 5 years ago

dpavle commented 5 years ago

pi@raspberrypi:~ $ systemctl status mpradio ● mpradio.service - Morrolinux Pirate Radio Loaded: loaded (/etc/systemd/system/mpradio.service; enabled; vendor preset: enabled) Active: active (running) since Wed 2018-10-17 20:08:43 CEST; 1min 53s ago Main PID: 4817 (mpradio) CGroup: /system.slice/mpradio.service ├─4817 /bin/mpradio ├─4835 bash -c dd bs=40k skip=130 if="/pirateradio/migos.mp3" | sox -v 1 -r 44100 -G -t mp3 - -t wav - | /usr/local/bin/pi_fm_rds -ctl /home/pi/rds_ctl -ps "Bad and Boujee (feat. Lil Uzi Vert)" -rt "Bad and Boujee (feat. Lil ├─4836 dd bs=40k skip=130 if=/pirateradio/migos.mp3 ├─4837 sox -v 1 -r 44100 -G -t mp3 - -t wav - └─4838 /usr/local/bin/pi_fm_rds -ctl /home/pi/rds_ctl -ps Bad and Boujee (feat. Lil Uzi Vert) -rt Bad and Boujee (feat. Lil Uzi Vert) -audio - -freq 87.5

Oct 17 20:08:45 raspberrypi bash[4817]: Treble: 0 Oct 17 20:08:45 raspberrypi bash[4817]: no bluetooth device provided, playing mp3s... Oct 17 20:08:45 raspberrypi bash[4817]: CONTROL_PIPE_SETUPAdding: /pirateradio/migos.mp3 Oct 17 20:08:45 raspberrypi bash[4817]: PLAY: /pirateradio/migos.mp3 Oct 17 20:08:45 raspberrypi bash[4817]: FORMAT: mp3 Oct 17 20:08:46 raspberrypi bash[4817]: FILE SIZE: 13837107 DURATION: 343.267 BS: 40 Oct 17 20:08:46 raspberrypi bash[4817]: seeking the track... Oct 17 20:08:46 raspberrypi bash[4817]: setting audio output to fm Oct 17 20:08:46 raspberrypi bash[4817]: CMDLINE: dd bs=40k skip=130 if="/pirateradio/migos.mp3" | sox -v 1 -r 44100 -G -t mp3 - -t wav - | /usr/local/bin/pi_fm_rds -ctl /home/pi/rds_ctl -ps "Bad and Boujee (feat. Lil Uzi Vert)" -rt "Ba Oct 17 20:08:47 raspberrypi bash[4817]: sox WARN wav: Length in output .wav header will be wrong since can't seek to fix it

FAT32 USB connected with 1 .mp3 file and the config file, Bluetooth connected to my phone.

morrolinux commented 5 years ago

Please provide more details and context

dpavle commented 5 years ago

What else do you need?

нед, 28. окт 2018. у 19:24 morrolinux notifications@github.com је написао/ла:

Please provide more details and context

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/morrolinux/mpradio/issues/48#issuecomment-433729131, or mute the thread https://github.com/notifications/unsubscribe-auth/AQ4-ueu98Aqcc36PCtgH5uMyzioJtvlxks5upfZ0gaJpZM4Xk1sK .

morrolinux commented 5 years ago

Should be fixed with #58 Reopen if needed