Skip to content

Commit 33b50f8

Browse files
authored
bug :RTSP stream | added sleep of 5 secs | (#637)
Resolves: #633
1 parent b4f1b71 commit 33b50f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ touch /tmp/results/gst-launch_"$cid"_gst.log
129129
chown 1000:1000 /tmp/results/gst-launch_"$cid"_gst.log
130130
touch /tmp/results/pipeline"$cid"_gst.log
131131
chown 1000:1000 /tmp/results/pipeline"$cid"_gst.log
132-
132+
sleep 5
133133
cl_cache_dir="/home/pipeline-server/.cl-cache" \
134134
DISPLAY="$DISPLAY" \
135135
RESULT_DIR="/tmp/result" \

0 commit comments

Comments
 (0)