How to output DeepStream pipeline to HLS (hlssink) on Jetson Nano?

DeepStream 7.1 GA does not support Jetson Nano. Please provide correct information.

Please refer to DeepStream SDK FAQ - Intelligent Video Analytics / DeepStream SDK - NVIDIA Developer Forums for how to deploy usb camera into DeepStream pipeline.

  1. There are lots of c++ DeepStream samples C/C++ Sample Apps Source Details — DeepStream documentation, you can refer to them.
  2. Since you have known how to run with hlssink plugin, you just need to use it as what you have known. The mpegtsmux is needed after h264 video encoder to provide ts stream for HLS. For your low latency settings, we will suggest you to set baseline profile and relatively small idrinterval of the nvv4l2h264enc. For hlssink plugin settings, please refer to GStreamer community.