hlssink
James
jam at tigger.ws
Thu Sep 23 22:29:05 UTC 2021
Hi
I've got a pipeline
gst-launch-1.0 $@ v4l2src device=/dev/video2 ! \
video/x-h264,width=1920,height=1080,framerate=30/1 ! \
h264parse ! \
tee name=t \
t. ! queue ! avdec_h264 ! xvimagesink sync=false \
t. ! queue ! avdec_h264 ! xvimagesink sync=true \
t. ! queue max-size-buffers=0 max-size-bytes=0 max-size-time=1000000000 ! \
mux. pulsesrc device=0 ! \
queue ! \
audioconvert ! \
audioresample ! audio/x-raw, rate=48000 ! \
queue ! \
avenc_aac ! \
queue ! \
mux. mp4mux name=mux ! \
filesink location=try10.mp4
I want to add a hlssink2 element that picks up video at t. and the audio. ie pulsesrc to another tee.
Can someone show me how to write the pipeline
Thanks
james
More information about the gstreamer-devel
mailing list