Hi folks, There is anyone with some idea what I can do differently in the receiver side. I try to check Jetson Orin and I have exactly the same problem.
I try the following experiemnt just take from udpsrc to .ts file with the following pipeline:
gst-launch-1.0 -v udpsrc uri=udp://234.0.0.0:46002 caps="application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)MP2T, payload=(int)33" ! rtpmp2tdepay ! filesink location=received_packets.ts
and for some reason, it looks like nothing since the size of the file is always 0_.
gst-launch-1.0 udpsrc uri=udp://234.0.0.0:46002 caps="application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)MP2T, payload=(int)33" ! rtpmp2tdepay ! tsdemux ! queue ! h264parse ! nvv4l2decoder enable-max-performance=1 ! nvvideoconvert ! autovideosink
~
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.