Stream timestamps

Lee Matthews lma at spaceapplications.com
Wed Jun 18 04:03:32 PDT 2014


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 ?

Thanks
Lee


More information about the gstreamer-devel mailing list