The RTSP video stream output by deepstream 5.0 can only be viewed by one VLC player and cannot be opened by two people at the same time
VLC rtsp://localhost:8554/ds-test
The RTSP video stream output by deepstream 5.0 can only be viewed by one VLC player and cannot be opened by two people at the same time
VLC rtsp://localhost:8554/ds-test
Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
• DeepStream Version
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
Hi,
For achieving this use-case in deepstream-app, you can enable two RTSP sinks with different port number, in config file. If you successfully set the config file, the prints will be like:
i = 1
*** DeepStream: Launched RTSP Streaming at rtsp://localhost:8554/ds-test ***
i = 2
*** DeepStream: Launched RTSP Streaming at rtsp://localhost:8555/ds-test ***
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.