tried (and failed) to get a white rectangle placeholder drawing, also streaming btw

This commit is contained in:
Rhys Tumelty
2026-08-24 16:18:39 +01:00
parent dacbb2e043
commit 97ff779911
17 changed files with 163 additions and 23 deletions

5
server-gst.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
gst-launch-1.0 filesrc location=$1 ! qtdemux name=demux \
demux.video_0 ! queue ! h264parse ! mpegtsmux name=mux ! udpsink host=127.0.0.1 port=5000 \
demux.audio_0 ! queue ! aacparse ! mux.