Jetson Nano stream video in browser

Hi, i use this example

JETSON nano
gst-launch-1.0 -e nvarguscamerasrc ! 'video/x-raw(memory:NVMM), width=1920, height=1080, framerate=30/1' ! nvv4l2h264enc bitrate=8000000 insert-sps-pps=true ! rtph264pay mtu=1400 ! udpsink host=172.27.16.33 port=5000 sync=false async=false

MackBook
gst-launch-1.0 udpsrc port=5000 ! application/x-rtp,encoding-name=H264,payload=96 ! rtph264depay ! h264parse ! queue ! avdec_h264 ! glimagesink sync=false async=false -e

and it works! But I’d also like to develop the idea of streaming video into my browser and I can’t figure out what the next step is.

I’d really appreciate it if you could explain how to do it, like on a localhost.

Hi,
Please try HTTP Live Streaming. You can refer to

have example SimpleHTTPServer ?

he seems to lack a plugin, but I can’t figure out how to install it.

There is no update from you for a period, assuming this is not an issue any more.
Hence we are closing this topic. If need further support, please open a new one.
Thanks

Hi,

You may share the error message so that we can know which plugin is missing.