Nv4l2h265decoder 0/1 framerate

Hello,
I am trying to build a pipeline that receives a h265 enconded stream (udpsrc ! rtph265pay ! nv4l2h265decoder ! queue ! tee name=t ! appsink t. ! “webrtc stuff”), sent by another gstreamer pipeline, in a udpsrc, decodes it and pushes it to an appsink. In the nv4l2h265decoder exit the framerate is 0/1:

Tried the same pipeline but with a avdec_h265 and the framerate was 25/1.

Is this a bug or am I doing something wrong?

Hi,
Please check if you can run the command and see video preview:

gst-launch-1.0 udpsrc ! rtph265depay ! h265parse ! nvv4l2decoder ! nvoverlaysink

If yes, you nay try to link like:

udpsrc ! rtph265depay ! h265parse ! nvv4l2decoder ! tee name=t ! queue ! appsink t. ! queue ! ...

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.