WebM with audio and video more than 20 seconds latency

sam shmayev shmayev at gmail.com
Fri Oct 19 13:24:55 PDT 2012


Hi,

I stream video and audio in WebM container.
Video: VP8
Audio: Vorbis

gst-launch
videotestsrc ! video/x-raw-rgb,framerate=5/1 ! ffmpegcolorspace ! vp8enc !
queue ! mux.
audiotestsrc ! audioconvert ! audioresample ! vorbisenc ! queue ! mux.
webmmux name=mux ! tcpserversink port=8555 host=localhost

Client side simple HTML5 video tag <video src="http://localhost:8555
"></video>

Problem:

It takes more than 20 seconds to play video with audio on the client side.
Without audio it takes just 1-2 seconds to start.

So what do you think?

Any ideas appreciated.

Thanks, Sam

-- 
*S.Shmayev*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20121019/c88ce386/attachment.html>


More information about the gstreamer-devel mailing list