did stuff
This commit is contained in:
3
gobot-gui/ffmpeg_decode.bash
Executable file
3
gobot-gui/ffmpeg_decode.bash
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
ffmpeg -i udp://localhost:1234 -f h264 - | cat
|
||||||
2
gobot-gui/ffmpeg_script.bash
Executable file
2
gobot-gui/ffmpeg_script.bash
Executable file
@@ -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
|
||||||
BIN
gobot-gui/src/main.py
(Stored with Git LFS)
Normal file
BIN
gobot-gui/src/main.py
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
gobot-gui/test_video.mp4
Normal file
BIN
gobot-gui/test_video.mp4
Normal file
Binary file not shown.
Reference in New Issue
Block a user