Node Carplay npm package
Table of Contents
This is a small react app wrapped in electron. It loads an electron app that awaits the carlinkit adapter to be plugged into an iphone. On detecting the phone its sends the h264 stream to a websocket, that then gets sent to a jsmpeg player instance.
This project would not of been possible without electric monks work on a python version. It also heavily uses node-usb jsmpeg player
You need to have a calinkit adapter link
The target machine should have FFMPEG/FFPLAY installed and working.
Download correct package from releases
chmod +x {AppImage}
sudo ./{AppImage} --no-sandbox
- Enabled hardware accelleration
- Replace jsmpeg with lighter alternative
- Make wireless operational
- Integrate microphone
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Your Name - Rhys Morgan - rhysm134@gmail.com