me-no-dev / react-carplay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Carplay

Node Carplay npm package

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

About The Project

node carplay Screen Shot

example video

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.

Built With

This project would not of been possible without electric monks work on a python version. It also heavily uses node-usb jsmpeg player

Getting Started

Prerequisites

You need to have a calinkit adapter link

The target machine should have FFMPEG/FFPLAY installed and working.

Installation

Download correct package from releases

Usage

  • chmod +x {AppImage}
  • sudo ./{AppImage} --no-sandbox

Roadmap

  • Enabled hardware accelleration
  • Replace jsmpeg with lighter alternative
  • Make wireless operational
  • Integrate microphone

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Your Name - Rhys Morgan - rhysm134@gmail.com

About

License:MIT License


Languages

Language:JavaScript 68.9%Language:HTML 21.5%Language:CSS 5.3%Language:Shell 4.3%