[Bug 768460] dashdemux: Problems playing youtube streams
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sun Oct 2 14:27:55 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=768460
--- Comment #15 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
Note for future debuggers:
Occasionally this stream sends a different availabilityStartTime (and then goes
back to normal), which might cause dashdemux's logic to break.
availabilityStartTime: 2016/09/29 06:44:10.000000 (normal)
availabilityStartTime: 2016/10/01 22:20:06.000000 (bad)
When the second value is received it causes our client to wait for a fragment
to be available in the server, as the jump if rather large, it believes it has
to wait for 65+ hours. Oops.
Not sure if we have any option other than check for such large waits and ignore
them.
--
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