Build a home camera with Raspberry Pi. Support camera video streaming and two-way audio communication.
- Install Raspberry Pi OS Lite Image
- Install dependencies
$ sudo apt update
$ sudo apt install -y gstreamer1.0-libcamera gstreamer1.0-alsa gstreamer1.0-tools gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-plugins-good libgstreamer1.0-dev git cmake$ git clone --recursive https://github.com/sepfy/libpeer
$ cd libpeer/examples/raspberrypi
$ mkdir build && cd build
$ cmake ..
$ make- Copy URL from the test website
$ ./raspberrypi -u <URL>- Click Connect button on the website