libpeer
1.0.0
libpeer是一個用C寫的WebRTC實現,使用BSD套接字開發。該庫旨在將 IoT/嵌入式設備視訊/音訊串流與 WebRTC 集成,例如 ESP32 和 Raspberry Pi
$ sudo apt -y install git cmake
$ git clone --recursive https://github.com/sepfy/libpeer
$ cd libpeer
$ cmake -S . -B build && cmake --build build
$ wget http://www.live555.com/liveMedia/public/264/test.264 # Download test video file
$ wget https://mauvecloud.net/sounds/alaw08m.wav # Download test audio file
$ ./generic/sample/sample