[Bug 758994] New: HLS Streaming do not add gaps between two timestamped Video files
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Dec 3 06:26:16 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=758994
Bug ID: 758994
Summary: HLS Streaming do not add gaps between two timestamped
Video files
Classification: Platform
Product: GStreamer
Version: 1.6.0
OS: Windows
Status: NEW
Severity: normal
Priority: Normal
Component: don't know
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: cszymczyk at supra-elektronik.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
I use this Pipeline: playbin uri="http://pathToHls/Test.m3u8"
***Test.m3u8***
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-TARGETDURATION:60
#EXTINF:60.78618
#EXT-X-DISCONTINUITY
#EXT-X-PROGRAM-DATE-TIME:2015-11-13T16:59:31.909382+00:00
#EXT-X-KEY:METHOD=NONE
Media/testVideo1.mts
#EXTINF:60.79618
#EXT-X-DISCONTINUITY
#EXT-X-PROGRAM-DATE-TIME:2015-11-13T17:15:33.610382+00:00
#EXT-X-KEY:METHOD=NONE
Media/testVideo2.mts
#EXT-X-ENDLIST
Everything works, but i just receive a Duration of both files (=121582ms), but
it should be (121582ms + ~901214ms (Gap) = 1022796ms) and GStreamer should jump
with the value of Position, when it reaches the gap.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list