mediaelement-plugins
mediaelement-plugins copied to clipboard
Plugins for the main mediaelement project
It would be helpful to see an example or sample code of the vast/vpaid plugin working. I have tried setting the vastAdsType, vastAdTagUrl as well as adsPrerollMediaUrl[] but the best...
I'm relatively new to MEJS( and JQuery for that matter )and I've been trying to get the playlist working. I can get it to display everything EXCEPT the playlist button....
It seems the "ended" event is not always fired at the end of a media played through a chromecast device, this event is detected by checking if currentTime is upper...
I'm using mediaelement to make audio playlists on my website which is great, bu whenever I enable Ajax on my theme everything works fine except mediaelementjs, it down't load at...
when resuming a video on chromecast it starts from the beginning, i expected a startTime to be set when continuing watching on the chromecast
I haven't really used mejs before, so I'm walking into this kind of blind. We added a video playlist to a website that I am helping keep updated, and we...
Hi. My website recently error with audito time > 1 hour. Playlist always stop at 1:00:00 [playlist here](https://audiotruyen.org/tien-hiep/truong-tam-phong-di-gioi-du.html)
example [stream](https://svt1-a.akamaized.net/se/svt1/master.m3u8)
Is it possible to use the VAST, Ad and Postroll plugins with YouTube videos?
```html var player = new MediaElementPlayer('watchill-video-player', { features: ['playpause','loop','progress','current','duration','speed','volume','fullscreen'], pluginPath: "{{ URL::asset('mediaelement/plugins/dist') }}/", shimScriptAccess: 'always', success: function(mediaElement, originalNode) { } }); ``` Hello, i'm using mediaelementplayer for my laravel project....