Encoding and streaming video+audio to UDP

dmitrijs2005 dmitrijs2005 at gmail.com
Sun Jul 27 23:50:30 PDT 2014


Thank you, Tim, you have been very helpful!
Well, my last command (with some improvements) looks like this:

gst-launch-1.0 -e \
mpegtsmux alignment=7 name=mux ! \
rndbuffersize max=1316 min=1316 ! \
udpsink host=127.0.0.1 port=5000 sync=false \
decklinksrc mode=10 name=src \
src. ! audio/x-raw ! queue leaky=1 !  audioconvert ! \
voaacenc bitrate=128 ! aacparse ! mux. \
src. -v ! videoscale ! videoconvert !  video/x-raw,format=\(string\)I420,
width=640,height=360 ! queue leaky=1 ! videoconvert ! \
x264enc bitrate=1000 ! h264parse ! mux.

But now I'm experiencing issues with audio and video synchronization
What should I do to improve the situation?



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Encoding-and-streaming-video-audio-to-UDP-tp4668052p4668083.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list