Hello,
I am currently struggling to setup my deepstream pipeline.
Hardware Platform: Tesla T4
DeepStream Container Version: 6.1.1-triton
CUDA Version: CUDA Version 11.7
What I am trying to do:
I have a kubernetes cluster where I run a deployment that creates a pod with a Deepstream container and a OpenVPN Client Container. My input is an RTSP Server on my Iphone that is connected to the same OpenVPN Server. I see on my Iphone that the Deepstream container is connected (client = 1).
My issue is the connection to the RTSP Stream that the Deepstream container creates to see its output. My Deepstream Container is reachable (ping test) with my PC that is also connected to the same OpenVPN Server but I am not able to stream its output. ffplay gives me Error 503 (Service Unavailable) and VLC Media is also not able to connect to the RTSP Stream.
Simple Graph:
Iphone → Deepstream Container → My PC
Both arrows are RTSP Streams. First one works.
Here is the log file of my Kubernetes pod:
deepstream_container.log (24.1 KB)
The Error Message is bascially the last 8 Lines:
WARN rtspmedia rtsp-media.c:3272:wait_preroll: failed to preroll pipeline
WARN rtspmedia rtsp-media.c:3652:gst_rtsp_media_prepare: failed to preroll pipeline
ERROR rtspclient rtsp-client.c:1077:find_media: client 0x1eaf5c0: can’t prepare media
ERROR rtspclient rtsp-client.c:2963:handle_describe_request: client 0x1eaf5c0: no media
WARN rtspmedia rtsp-media.c:3272:wait_preroll: failed to preroll pipeline
WARN rtspmedia rtsp-media.c:3652:gst_rtsp_media_prepare: failed to preroll pipeline
ERROR rtspclient rtsp-client.c:1077:find_media: client 0x1eaf6f0: can’t prepare media
ERROR rtspclient rtsp-client.c:2692:handle_setup_request: client 0x1eaf6f0: media ‘/ds-test’ not found
I would be glad if someone could help me find a solution for my issue? :(