GNOME Bugzilla – Bug 741096
hlssink: remove unnecessary title on EXTINF tag
Last modified: 2014-12-04 16:52:45 UTC
According to HLS draft 14 the remainder of the line following the comma on EXTINF tag is not required.
Created attachment 292113 [details] [review] Patch to remove hardcoded fake title in hlssink. This patch removes the fake title and saves some bytes on the playlist.
This was even in the very first draft of the spec. Thanks! commit c306e0dfa74301322cedd7ec9714592bcb583702 Author: Flávio Ribeiro <email@flavioribeiro.com> Date: Thu Dec 4 02:12:08 2014 -0200 hlssink: remove unnecessary title on EXTINF tag According to the HLS spec the remainder of the line following the comma on EXTINF tag is not required. This patch removes the fake title and saves some bytes on the playlist. https://bugzilla.gnome.org/show_bug.cgi?id=741096