1.[JPS1.0GA_DeepStream] How to enable DeepStream RTSP output for AI NVR workflow
Option 1:
Modify compose_agx.yaml to below in deepstream services command and then re-deploy AI NVR.
sh -c ‘deepstream-test5-app -c /ds-config-files/pn26/ds-config-0_agx.txt 2>&1 | grep --line-buffered . | tee -a /log/deepstream.log’
Option 2:
Modify DeepStream Service Maker configure file to enable RTSP output based on below configure file. Then re-deploy AI NVR.
ds-config-0_agx.yaml (3.4 KB)
ds-config-0_nx16.yaml (3.7 KB)
ds-config_nano.yaml (3.2 KB)
Playback the DeepStream RTSP output on Jetson with below command line:
gst-play-1.0 rtsp://localhost:8555/ds-test
Related Topics:
[Deepstream docker restarts every time in nvidia metropolis]
[What is the URL and port to see the Deepstream Output on the VLC media player in Jetson platform services?]