"deepstream_test1_rtsp_out" not able to stream on VLC Media Player

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) GPU
• DeepStream Version 7.0
• JetPack Version (valid for Jetson only)
• TensorRT Version 8.6.0.12
• NVIDIA GPU Driver Version (valid for GPU only) 546.12
• Issue Type( questions, new requirements, bugs)

i have been testing the deepstream_test1_rtsp_out, and not being able to stream it in vlc media player, im running docker using wsl and everything is being setup in the docker and even though the output seems running well and showing results of detection of people, but still not able to stream it on VLC via localhost IP address.
the command im using to run this: python3 deepstream_test1_rtsp_out.py -i …/…/…/…/samples/streams/sample_720p.h264

image

This is just a network problem. Does your vlc work on windows? Are windows and wsl in the same network group? Can you use ffplay to play directly in docker?