pycarplay
pycarplay copied to clipboard
Audio streaming to host
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)
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.
Thanks for your comment. What is your approach for reverse engineering protocol between Autobox" dongle and (Android)-host?
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?