DaneLLL:
Hi,
Seems to be an issue in vlc installed on Jetson Nano. We use VLC player on x86 PC.
On Nano, please try uridecodebin:
$ gst-launch-1.0 uridecodebin uri=rtsp://127.0.0.1:8554/test ! nvvidconv ! 'video/x-raw(memory:NVMM),width=1920,height=1080' ! nvoverlaysink
If your TV supports 4K resolution, you can remove nvvidconv which does downscale to 1080p.
$ gst-launch-1.0 uridecodebin uri=rtsp://127.0.0.1:8554/test ! nvoverlaysink
Hi,
Thanks! It finally worked.
Btw, can I set latency in this command somehow?
gst-launch-1.0 uridecodebin uri=rtsp://127.0.0.1:8554/test ! nvoverlaysink
It has a latency of around 1.5sec with 1280x720, and for 3840x2160 it has a latency of 7 seconds.
DaneLLL
December 4, 2019, 10:36am
22
hi,
With ‘sudo jetson_clocks’ being executed, the system has been in max performance. It can be heavy for Jetson Nano to run simultaneous 4K encoding and decoding. Suggest you run on two machines. One is as server and the other is as client.
DaneLLL:
hi,
With ‘sudo jetson_clocks’ being executed, the system has been in max performance. It can be heavy for Jetson Nano to run simultaneous 4K encoding and decoding. Suggest you run on two machines. One is as a server and the other is as a client.
I get these results then I use Jetson Nano as a server and another PC as a client.
I think the problem may be with the communication, maybe I could use different encoding?
DaneLLL:
hi,
With ‘sudo jetson_clocks’ being executed, the system has been in max performance. It can be heavy for Jetson Nano to run simultaneous 4K encoding and decoding. Suggest you run on two machines. One is as a server and the other is as a client.
I get these results then I use Jetson Nano as a server and another PC as a client.
I think the problem may be with the communication, maybe I could use different encoding?
DaneLLL
December 5, 2019, 2:49am
25
Hi,
Running 4K streaming with E-Con See3CAM_CU135, the latency is ~1.8 second. FYI.
External Media
Left is the source and right is received video through VLC player.
Well, then I guess the problem is solved.
It’s just a matter of finding the right encoder/decoder combination for my camera?
I’m getting around 7 seconds latency for 1280thex720 30fps and 3480x2160 5fps won’t even move for the first 15 seconds…
Btw, I’ve also tried the whole setup with Jetson TX2 and the results are the same, not sure how, but they are the same…