Screen streaming under docker environment (#674)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
This commit is contained in:
8
run_streaming.sh
Executable file
8
run_streaming.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Starting streaming..."
|
||||
|
||||
while true; do
|
||||
xwd -root | xwdtopnm | pnmtopng > /tmp/skyvern_screenshot.png
|
||||
sleep 1
|
||||
done
|
||||
Reference in New Issue
Block a user