Jetson pull stream&push stream solution

Jetson pull stream, push stream solution, requirements: rtsp stream pull + reasoning + draw the result on the picture + mqtt sends detection results + push stream, third-party software can directly stream

Hi,
For instant solution, you may try gstreamer to construct your use-case. There are existing plugins like rtspsrc, rtph264depay and you can use them for extracting h264 stream out and send to decoder.

If you prefer constructing the use-case on your own, you can try jetson_multimedia_api. We have samples in

/usr/src/jetson_multimedia_api

There are samples for demonstrating hardware functions, such as video decoding, encoding, access decoded buffers through CUDA, rendering video frames. But you would need to implement software stacks for RTSP.

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