Where is the ball video coming from and how do I send video from my camera instead? #1891
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, the ball moving around the screen pattern are sample frames from https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c/tree/master/samples/h264SampleFrames. You need to use the master sample with gstreamer to pull the frames from the camera -- pass in You can read more about that in the WebRTC workshop here |
Beta Was this translation helpful? Give feedback.
Hi, the ball moving around the screen pattern are sample frames from https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c/tree/master/samples/h264SampleFrames. You need to use the master sample with gstreamer to pull the frames from the camera -- pass in
devicesrc
instead: https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c?tab=readme-ov-file#sample-kvswebrtcclientmastergstsampleYou can read more about that in the WebRTC workshop here
https://catalog.us-east-1.prod.workshops.aws/workshops/b95b9381-baf0-4bef-ba31-63817d54c2a6/en-US/6-webrtc-sdk/2-running