-
Hello, I am attempting to use the gstreamer sample. It is working well with the default x264enc. However, I'm interested in trying vp8enc. I'm using the pipeline listed in the comments, but when running I get:
over and over again. seems like writeFrame is expecting a h264 frame, which i'm obviously not using anymore. are there other changes required to get vp8 encoding working? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You also need to set up the appropriate transceivers: https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c/blob/v1.7.3/samples/Common.c#L497. Have you done this? |
Beta Was this translation helpful? Give feedback.
You also need to set up the appropriate transceivers:
https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c/blob/v1.7.3/samples/Common.c#L497. Have you done this?