[Bug 775757] mpdparser: Parse MPD Anchor "t" and "period" parameters

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Dec 7 14:00:09 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=775757

--- Comment #3 from Seungha Yang <sh.yang at lge.com> ---
If URI has MPD Anchor which is a sort of URI Media Fragment, playback should
start
from the position corresponding to parsed MPD Anchor.
Note that, if there are any syntax error in MPD Anchor, the URI Media Fragment
will be ignored.

<UseCase>
(without MPD Anchor)
gst-play-1.0
http://dash.akamaized.net/dash264/TestCases/1a/netflix/exMPD_BIP_TC1.mpd
==> Normal playback

(with MPD Anchor, "t=90,95")
gst-play-1.0
http://dash.akamaized.net/dash264/TestCases/1a/netflix/exMPD_BIP_TC1.mpd#t=90,95
==> Playback starts at 90sec and ends at 95sec.

-- 
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