How to add Resolution and dynamic bitrare option in Pipeline #2063
Unanswered
parthjenex
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Everyone,
I have compiled and built the code for my Jetson Orin device.
Per my current requirement, I want to add resolution and dynamic bitrate in the pipeline.
for that I have changed the pipeline of this https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c/blob/main/samples/kvsWebrtcClientMasterGstSample.c file in the case RTSP source of PVOID sendGstreamerAudioVideo(PVOID args) function
and added resolution parameter. after changing the final pipeline, it looks like this.
after building and compiling the SDK when I ran the executable I got this error
Opening in BLOCKING MODE NvMMLiteOpen : Block : BlockType = 279 NvMMLiteBlockCreate : Block : BlockType = 279
attaching a log file for better reference
log.txt
so my question is how can I change the pipeline to get my desired resolution and allow dynamic bitrate ?
Beta Was this translation helpful? Give feedback.
All reactions