Videofile
Maintained by
Jonas Nockert
Easy cross-browser compatibility videos using Video.js.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
This player works very well. Thanks a lot for your nice work!
May I know if it is possible to include the function of switching video quality (e.g. HD & CC)? It consumes lots of data if it is viewed by phone. Thanks!
Foot
-Derek
All best, Jonas
Does this plugin work with moodle 2.8?
I've been using videofile resource for months. I love it and truly need it for our website. Thank you !
I'd like to add videofiles to the book resource, so I can have videos on the pages/chapters of each book.
How can I do that?
Already tried:
- View page source, copy the videofile code and paste it on the WYSIWYG editor of the chapter.
PROBLEMS:
1. skin won't work
2. 'Try mp4' feature pulls a HEAVY quicktime player, instead of opening the file in full page mode.
Thank you.
+ for enhancing by adding options/setting for autoplay and for hiding download link.
Is it possible to update video.js to latest release from developers site without altering plugin?
Thank you in advance.
Thanks for the suggestion and also many thanks for the heads up with full screen mode : )
.videofile .video-js {
margin: 0 auto;
max-width: 640px;
max-height: 480px;
}
One problem with my hack I've just discovered is that when I full-screen the HTML5 player, it still listens to the max-width and max-height, making it a floating 640x480 window at the top of the screen, rather than a full-screen window.
I guess this is something to test for if you decide to implement my suggestion.