Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) : T1200
• DeepStream Version : 7.0
• NVIDIA GPU Driver Version (valid for GPU only) : 550
• Issue Type( questions, new requirements, bugs) : I can not reproduce i imagen that i encode in h264
Hi , I am using the deepstream samples docker to try execute this pipeline :
#!/bin/sh
gst-launch-1.0 v4l2src device=“/dev/video0”
! “image/jpeg, width=(int)1280, height=(int)720, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1”
! nvjpegdec
! nvvideoconvert
! nvv4l2h264enc bitrate=50000 control-rate=1 preset-id=3 profile=0 tuning-info-id=1
! rtph264pay
! udpsink host=host.docker.internal port=8005
When i reproduce the image in the client pipeline, I see that the image is wrong.
I am not sure about what parameters i need touch to fix it .
The client pipeline is : gst-launch-1.0 udpsrc port=8005 caps = “application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264, payload=(int)96” ! queue max-size-bytes=2048 ! rtph264depay ! decodebin ! videoconvert ! autovideosink
I think that the problem is in sender part, but i am not sure if the problem is in the encoder or in the videoconvert.
Thank you very much for you clues and advise to fix it.
Kind regards
Mikaut7
PD: I checked with videotestsrc instead the camera , and the pipeline work … so i dont know if i need something to install in the docker or another things