Webm header data

Lee Matthews lma at spaceapplications.com
Fri Jun 27 07:41:51 PDT 2014


Thanks Sebastian. Do you have any suggestions as to how I may save my video stream to disk?

I presume I'd have the same problem if I used ogg theora instead of vp8 webm ?

----- Original Message -----
From: "Sebastian Dröge" <sebastian at centricular.com>
To: "Discussion of the development of and with GStreamer" <gstreamer-devel at lists.freedesktop.org>
Sent: Friday, 27 June, 2014 4:26:17 PM
Subject: Re: Webm header data

On Fr, 2014-06-27 at 16:16 +0200, Lee Matthews wrote:
> Hi,
> 
> I'm streaming vp8 video using the webm container. I also wish to be able to start/stop recording the video at a given point. I have a tee element after the webmmux element and I add a branch (queue ! filesink) dynamically. It is saving data, but it appears to be missing the webm header information and the resulting file is not playing. 
> 
> Does anyone know how is it possible to obtain the webm header data at a random point in the video stream ?

Yes, it's in the caps in the "streamheader" field after webmmux.
multisocketsink and other elements are using that to allow new clients
to connect at a later time, but filesink is not going to do anything
with it right now.

-- 
Sebastian Dröge, Centricular Ltd - http://www.centricular.com
Expertise, Straight from the Source

_______________________________________________
gstreamer-devel mailing list
gstreamer-devel at lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


More information about the gstreamer-devel mailing list