Digitas
Digitas
@vchen-frick you need to set the plugin path, so mediaelement knows where to look: https://github.com/mediaelement/mediaelement/blob/master/docs/installation.md#2-add-script-and-stylesheet ``` $('video, audio').mediaelementplayer({ // Do not forget to put a final slash (/) pluginPath: 'https://cdnjs.com/libraries/mediaelement/',...
@vocationeers can you make a pull request with this code? Then I would test and merge it for the next version.
@nsdanny2k I can't reproduce the problem. Can you add an example page or maybe a codepen, where the issue is happening?
Hello @jaapmarcus, yes we are trying to pick up the support for this project. We are starting with closing some of the already resolved issues, to get an overview of...
@superboys2017 can you provide a codepen example? For me it seems like the variable **duurt** is not a real number, that's why you have the output of NaN. If you...
@irieislaw4 currently this is not implemented and needs to be added as a new property.
Thanks for the pull request.
@micker I'm not quite sure if understand your question correctly, but I think what you want is that the videoplayer currently playing gets a fixed position in a corner of...
@mathbarlow can you give us an example maybe in something like codepen, so I can have a look?
I don't think there is a specific test for the dash options, but there is automated testing integrated. For video sources the test is here:https://github.com/mediaelement/mediaelement/blob/d8a667fd65560093fb227700a82805600ec9e8e3/test/player.tests.js#L95