IoT Lab KVS WebRTC WorkShop
View the Project on GitHub iotlabtpe/Amazon-KVS-WebRTC-WorkShop
Hardware requirements:
Software requirements:
Quick setup of Raspberry Pi 4, we assume that you are familiar with Linux commands and you can login via ssh connection.
Run the command sudo raspi-config and follow the steps to configure Raspberry Pi Camera. Save and reboot:



sudo apt install -y cmake g++ pkg-config gstreamer1.0-tools libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-plugins-ugly
sudo apt install -y libssl-dev libcurl4-openssl-dev liblog4cplus-1.1-9 liblog4cplus-dev libcap-dev
cd ~
git clone --recurse https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c.git
mkdir -p amazon-kinesis-video-streams-webrtc-sdk-c/build
cd amazon-kinesis-video-streams-webrtc-sdk-c/build
#It will take a while to run cmake
cmake ..
make -j4
