It's possible to embed media that isn't HLS by passing a mimetype that isn't
application/x-mpegURL into
embedBensPlayer:
embedBensPlayer('2018/03/201803-trivium_oh_fuck.mp3','audio/mpeg');
Assuming that works (not actually tested it yet), we'll still load the HLS plugin, which will slightly delay start up time, for no good reason.
So, the embed code should check the specified mime-type and skip the HLS plugin if it doesn't look like it's going to be required.
Activity
2019-03-27 12:56:21
View Commit | View Changes
2019-03-27 13:12:21
View Commit | View Changes
2019-03-27 13:12:21
View Commit | View Changes
2019-03-27 13:16:35
2019-03-27 13:16:35
2019-03-27 13:16:38