ffissore / presentz.js

A js library to show synchronized video and slides presentations, powering presentz.org
http://presentz.org/
GNU Lesser General Public License v3.0
143 stars 20 forks source link

Mediaelement.js in slides containing video instead of images #22

Closed digitHall closed 7 years ago

digitHall commented 10 years ago

Hi! Thanks for great presentz.js! Need some help: I'm working on a project that synchronizes slides with videos and using the super-duper PRESENTZ.JS. Some of my slides are videos, so I'm using image plugin for images and iframe for videos. My problem is that I can't find a way to use mediaelement.js in those slides containing videos and so those slides/videos don't work in some browsers. I tried to google it, but with no success. Can you help me?

ffissore commented 10 years ago

You need to write a plugin to show video as slides. There is Html5Video class: you should write a VideoSlide class that properly shows videos where slides are usually displayed. I'll be happy to merge a pull request if you come up with some code to share

digitHall commented 10 years ago

I'll try to do it, but it ain't gonna be easy for me. But, when that day comes (soon, i hope), I'll be happy to share. See you then!