electric-monk / pycarplay

Python Carplay library for the "Autobox" dongles
MIT License
273 stars 37 forks source link

Audio streaming to host #2

Open iDoka opened 4 years ago

iDoka commented 4 years ago

I use my Ubuntu x86 host for playground. I try to stream music from iPhone to host, playing starts but no sound on both devices: iPhone/host

Audio streaming is already implemented or I should additional steps for setup it? (like pulseaudio/alsa/etc py-package install/tuning)

electric-monk commented 4 years ago

The audio arrives in the form of AudioData messages but isn't currently handled. I'll see if I can implement a quick ffmpeg-based playback as a demo.

iDoka commented 4 years ago

Thanks for your comment. What is your approach for reverse engineering protocol between Autobox" dongle and (Android)-host?

lodi12 commented 4 years ago

The audio arrives in the form of AudioData messages but isn't currently handled. I'll see if I can implement a quick ffmpeg-based playback as a demo.

Can you suggest what are the apks file where the different message types are defined?