Orin Nano ds5 output RTSP killed

hello,

i am testing Orin Nano with test5, enc with software and output RTSP stream, but after few hours it will be killed and device died, i have to restart device.

what’s problem for RTSP out?

i would like to ask if Orin Nano is a stable product and can i use it by mass production? pls ensure that.

thank you

my Jetpack is 6.2.2, and deepstream-7.1, i used 1 source IP camera with test5, then output RTSP

Hello @wilicyy!

Based on the title and content of your topic, it looks like it may receive better visibility and feedback in a different category. We took the liberty of moving it for you.

If this was an incorrect assessment, please send me a direct message.

Disclaimer: this moderation suggestion and message were generated with AI assistance.

Since the Orin Nano lacks a hardware encoder, it relies solely on software encoding.

Software encoding consumes a significant amount of CPU resources; I suspect the process was terminated—or “killed”—due to either CPU overheating or excessive memory usage.Did you set it to MANX mode?

Try lowering the encoding resolution and frame rate, as well as adjusting the x264enc profile, to reduce CPU usage.

not trouble for CPU overheating because i used 3 treads only and get all CPU under 40% when running, and 15W is ok no need MANX, it should be problem of infer and memory, i am tring to fix that.

Okay, as a tip: after a system reboot, you might consider navigating to /sys/fs/pstore/ to view the system logs from before the restart.
This may require modifying the kernel startup parameters, GPT contain a lot of relevant information on it.

ok thank you very much.

it needs few days to test everything and doing that.