Screen streaming under docker environment (#674)

Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
This commit is contained in:
Kerem Yilmaz
2024-08-12 19:36:24 +03:00
committed by GitHub
parent 9342dfbf2a
commit 3f92c50a8f
12 changed files with 222 additions and 10 deletions

8
run_streaming.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
echo "Starting streaming..."
while true; do
xwd -root | xwdtopnm | pnmtopng > /tmp/skyvern_screenshot.png
sleep 1
done