Skip to content
Advertisement

How to stream 4k video in jetson xavier using udpsink in gstreamer

I am using a jetson xavier NX and i have connected 4k camera to it. I want to stream 4k video using gstreamer and RTP and store the streamed video data as an mkv file on another jetson. However my data is getting compressed a lot and I am not able to send it in 4k even though 4k is supported by the camera and by gstreamer.

JavaScript
JavaScript

I tried changing the resolution to 3840×2160 on the sender side but it didnt seem to work. What am i doing wrong

Advertisement

Answer

There is a maximum width of 4096 for HW encoder.

Within this limitation, you may use:

JavaScript
JavaScript
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement