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
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
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel