Stream timestamps
Lee Matthews
lma at spaceapplications.com
Wed Jun 18 04:46:58 PDT 2014
Thank you Tim. Setting my pipeline to
souphttpsrc location=http://localhost:7921 ! matroskademux ! webmmux ! filesink location=test.webm
solved it !!
----- Original Message -----
From: "Tim Müller" <tim at centricular.com>
To: gstreamer-devel at lists.freedesktop.org
Sent: Wednesday, 18 June, 2014 1:31:51 PM
Subject: Re: Stream timestamps
On Wed, 2014-06-18 at 13:03 +0200, Lee Matthews wrote:
Hi,
> I connect to a vp8 webm video stream using gstreamer in order to save the stream to a file.
>
> I use the following pipeline :
>
> souphttpsrc location=http://localhost:7921 ! filesink location=test.webm
>
> When playing the file back, it would appear that the test.webm contains timestamps relative to the start of the original stream, not relative to the start of the recording. This seems to cause problems for some video players such as VLC.
>
> Is there any why that I can reset the timestamps to zero in the above pipeline ?
Not easily. If you know the streams that are contained in the file you
could try remuxing them before writing them to file.
Cheers
-Tim
--
Tim Müller, Centricular Ltd - http://www.centricular.com
_______________________________________________
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