Streaming live camera feed from Jetson Nano production board to different devices(desktop or Mobile)

I am using a Jetson Nano production board to capture a live feed from a camera.

If someone wants to see this live feed from the Jetson Nano production board to different devices .

How can I show this live feed to different devices such as desktop computers or mobile devices.

So, What is the recommended method or protocol to stream the live feed from the Jetson Nano to different devices?

Are there any specific libraries, frameworks, or tools that are commonly used for live streaming from a Jetson Nano?

Hi Sachin,

The following guide can show you some GStreamer pipelines that you can use to stream from the Jetson Nano to a PC (the framework also supports mobile devices).:

The following link shows how to stream using the RTP and the RTSP protocols.

Although not included in that link, another alternative for streaming is webrtc which is another protocol which interfaces very well with browsers.

Regards,
Emmanuel

1 Like

Thanks for sharing valuable information .

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