After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 794105 - splitmuxsink: Video files made when using matroskamux as the muxer cannot seek properly
splitmuxsink: Video files made when using matroskamux as the muxer cannot see...
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
1.x
Other Windows
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-03-06 08:05 UTC by Ervin
Modified: 2018-11-03 15:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ervin 2018-03-06 08:05:56 UTC
Subsequent files generated after the first when using the following pipeline are unable to seek correctly on players such as Films & TV on Windows 10. (VLC however was able to seek correctly.)

gst-launch-1.0 rtspsrc location=rtsp://xxx.xxx.xxx.xxx:xxxx/file1 ! queue ! rtph264depay ! h264parse config-interval=-1 ! splitmuxsink muxer=matroskamux max-size-time=60000000000 location=C:/tmp/file_%d.mkv

When seeking incorrectly, the duration would appear as the time since the pipeline started over the file interval, such as 1:00/0:59 for the second file and 2:00/0:59 for the third and so on.

This issue does not appear on the default muxer (mp4muxer) however.
Comment 1 GStreamer system administrator 2018-11-03 15:27:05 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/449.