Comment #4 on issue 180632 by
dalecur...@chromium.org: Support streaming
What does gracefully mean in this case? The media element will issue an
error event if the file is not supported. It's up to the application
translating the .m3u file to handle.
Currently we don't support any kind of playlists (though MediaSource might
have something which could be coopted to do this, +acolwell would know
more). The general reason is that playlists represent lists of local
files, so what does that mean on the web? Plus this functionality is
easily added in JavaScript using the existing <audio> tag.