How to forward muxed video-audio to tcp sink

Bart Koppe bk at a-bort.org
Thu May 8 08:08:54 PDT 2014


Hi,
I've been experimenting with gstreamer for a while now and got quite far
for my level of experience :)
So now I can capture video and sound muxed together from my C920 to a file!

gst-launch-1.0 v4l2src device=/dev/video1 !
video/x-h264,width=1280,height=720,framerate=30/1 ! h264parse ! \
muxout. \
pulsesrc
device="alsa_input.usb-046d_HD_Pro_Webcam_C920_F1894590-02-C920.analog-stereo"
\
! queue ! audioconvert ! voaacenc bitrate=65536 ! \
muxout. \
matroskamux name=muxout streamable=true ! \
filesink location=muxed-long.mp4

As a next step I would like to also stream the muxed audio+video directly
to tcpserversink.
Any tips how to forward the mux to tcp? (and still capture)

Thanks!
Bart


-- 
/\/\/\---------------------------------|
Bart Koppe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20140508/8523c034/attachment.html>


More information about the gstreamer-devel mailing list