marcoslucianops / DeepStream-Yolo

NVIDIA DeepStream SDK 7.0 / 6.4 / 6.3 / 6.2 / 6.1.1 / 6.1 / 6.0.1 / 6.0 / 5.1 implementation for YOLO models
MIT License
1.45k stars 357 forks source link

using RTSP error #380

Closed LuckyPandaa closed 1 year ago

LuckyPandaa commented 1 year ago

This is my deepstream_app_config.txt `[source0] enable=1 type=4 uri=rtsp://192.168.1.113:8554/1 drop-frame-interval=2 rtsp-reconnect-interval-sec=60 rtsp-reconnect-attempts=10 udp-buffer-size=2000000 gpu-id=0 cudadec-memtype=0

[sink0] enable=1 type=4 codec=1 sync=0 enc-type=0 bitrate=4000000 profile=0 rtsp-port=8233 udp-port=5400` When i runned deepstream-app -c deepstream_app_config.txt, it had a error like this Screenshot from 2023-06-14 18-05-28 But vlc play is ok

marcoslucianops commented 1 year ago

Test with

[source0]
enable=1
type=3
uri=rtsp://192.168.1.113:8554/1
drop-frame-interval=2
num-sources=1
gpu-id=0
cudadec-memtype=0
LuckyPandaa commented 1 year ago

Thanks,it works!