flowplayer / flowplayer-mpegdash

MIT License
8 stars 13 forks source link

Build with webpack #12

Closed phloxic closed 8 years ago

phloxic commented 8 years ago

Tested with:

See: https://github.com/flowplayer/flowplayer-hlsjs/issues/23

Result is bigger (344k vs 312k) than with concatenation of dash.mediaplayer.min.js release; probably because some 'reduced version' of dashjs.all.min.js (dash.mediaplayer.min.js + dash.protection.min.js?) is compiled instead of just dash.mediaplayer.min.js

require('dashjs').MediaPlayer builds, but throws errors when used.

Maybe distribute dash.all.debug.js for debugging.

phloxic commented 8 years ago

@nnarhinen - thoughts?

phloxic commented 8 years ago

@nnarhinen - I'm going ahead with this, albeit with a cherry-pick, therefore closing the PR.