Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) • DeepStream Version6.3 • JetPack Version (valid for Jetson only)5.1.3 • 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)
Hello, I’m just accomplished to watch the output of video with bbox using RTSP protocol using ethernet cam and nvidia’s sample video.
But my next step is getting this video(with bbox) to see other player(VLC player or opencv).
Can you give me any advise for this target?
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
you set in type=4 in [sinkx] of /source4…. deepstream-app will set up a rtsp server. the thirdparty system can pull the rtsp stream generated by deeptream-app.
if you want to use other protocol. deepstream-app code is opensource. you can modify create_sink_bin of opt\nvidia\deepstream\deepstream\sources\apps\apps-common\src\deepstream_sink_bin.c to customize.
*** DeepStream: Launched RTSP Streaming at rtsp://localhost:8554/ds-test ***
As the log shown, after deepstream started, the app will print the rtsp address. the port is configurable in [sinkx] . any player which supports rtsp protocol can play rtsp address.
Hello,
Im trying to fast the RTSP video streaming using ‘sync’, because of 2 secs delay occured.
But the manual mentioned that when I use the RTSP, sync=1(Synchronously) is unavailable.
Is there any advise to fast the RTSP video streaming??
if using nveglglessink, does the output video have delay?
if no, the issue is related to rtspserver and player. to rule out the network issue, if playing the output rtsp on the machine which is running deepsteream, does the player still have 2 secs delay?
from the screenshot, the latency of whole pipeline is 144ms, which is minimal…
about “I just run the command and still have 2~3 seconds delay.”, Yes, I can see the right has about some delay compared the left. is the left the result of “deepstream-app -c source4_1080p_dec_infer-resnet_tracker_sgie_tiled_display_int8.txt”? what is the start command-line of the right? was the right play the RTSP url of Camera or generated by the left?
if the right was playing the rtsp url generated by the left? did you try other players?