Use online videos as the input stream to Jetson Nano

Hello
I was wondering if it is possible to use an online video (like a youtube video) as an input stream to jetson nano?
I was looking at the Hello-AI project page here
but could not figure out how to do it, so I was wondering if anyone can provide an example, please?

Thank you

Hi,
A general use-case is RTSP sources. So that we can run gstreamer command like:

$ gst-launch-1.0 uridecodebin uri='rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov' ! nvoverlaysink

For youtube source, would need other users to share experience.

1 Like