pycarplay icon indicating copy to clipboard operation
pycarplay copied to clipboard

Audio streaming to host

Open iDoka opened this issue 4 years ago • 3 comments

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)

iDoka avatar Mar 11 '20 20:03 iDoka

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.

electric-monk avatar Mar 11 '20 20:03 electric-monk

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

iDoka avatar Mar 12 '20 10:03 iDoka

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?

lodi12 avatar Mar 24 '20 11:03 lodi12