Skip to content

Commit 77d0865

Browse files
committed
Revert "AP-314: ensure latest dash.js loads"
This reverts commit 6499474. Upstream dash.js has fixed their URL resolution, so this isn't needed any more. See-also: avplayer#8 Ref: AP-314
1 parent abb7e36 commit 77d0865

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/views/player/_player_head_additional.erb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@
3838
// (when the HLS stream contains WebVTT captions)
3939
hls: { enableWebVTT: false },
4040
iconSprite: "/assets/icons/mejs-controls.svg",
41-
// workaround for AP-314
42-
dash: { path: "https://cdn.dashjs.org/latest/legacy/umd/dash.all.min.js" },
4341
success: function (mediaElement, originalNode, instance) {
4442
if (typeof dashjs !== "undefined") {
4543
// workaround for mediaelement/mediaelement#2964

0 commit comments

Comments
 (0)