IoT Lab KVS WebRTC WorkShop
View the Project on GitHub iotlabtpe/Amazon-KVS-WebRTC-WorkShop
A quick way to run and view the audio/video stream is to use Amazon IAM user. Please follow the steps to create a valid AWS user to access Amazon KVS WebRTC service.






#Use the access key ID and secret access key you created above.
#If you don't setup the region, the defualt region will be us-west-2.
export AWS_DEFAULT_REGION=your_desired_region
export AWS_SECRET_ACCESS_KEY=your_secret_access_key
export AWS_ACCESS_KEY_ID=your_access_key_id
#Optional, to configure debug level. The level is 1 (VERBOSE) t0 7 (SLIENT).
export AWS_KVS_LOG_LEVEL=1
#Make sure your system time is up-to-date. Or you should sync it manually.
date
cd ~/amazon-kinesis-video-streams-webrtc-sdk-c/build
#To run Amazon KVS WebRTC stream local file to the viewer side
./kvsWebrtcClientMaster your_desired_channel_name

cd ~/amazon-kinesis-video-streams-webrtc-sdk-c/build
./kvsWebrtcClientMasterGstSample your_desired_channel_name
