diff --git a/gobot-gui/ffmpeg_decode.bash b/gobot-gui/ffmpeg_decode.bash new file mode 100755 index 0000000..a23d94e --- /dev/null +++ b/gobot-gui/ffmpeg_decode.bash @@ -0,0 +1,3 @@ +#!/bin/bash + +ffmpeg -i udp://localhost:1234 -f h264 - | cat \ No newline at end of file diff --git a/gobot-gui/ffmpeg_script.bash b/gobot-gui/ffmpeg_script.bash new file mode 100755 index 0000000..d098f45 --- /dev/null +++ b/gobot-gui/ffmpeg_script.bash @@ -0,0 +1,2 @@ +#!/usr/bin/bash +ffmpeg -re -video_size 1280x720 -i /dev/video8 -c:v libx264 -tune zerolatency -g 5 -f h264 udp://localhost:1234 \ No newline at end of file diff --git a/gobot-gui/src/main.py b/gobot-gui/src/main.py new file mode 100644 index 0000000..b00a77a --- /dev/null +++ b/gobot-gui/src/main.py @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fb8aa63b0db251d039d6571b76ac359c8344f78fbefdfdc7d002bf310bf9453 +size 5494 diff --git a/gobot-gui/test_video.mp4 b/gobot-gui/test_video.mp4 new file mode 100644 index 0000000..2f77d2f Binary files /dev/null and b/gobot-gui/test_video.mp4 differ