tried (and failed) to get a white rectangle placeholder drawing, also streaming btw
This commit is contained in:
5
server-gst.sh
Normal file
5
server-gst.sh
Normal 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.
|
||||
Reference in New Issue
Block a user