actually i just found a fix for centering the video fr those who are interested...tested and working.
open the file "flowplayer.php" in the folder "\mod\nubesoplayer\views\default\nubesoplayer\"
find:
<a href="<?php echo $video_url; ?>"
style="display:block;width:XXXpx;height:XXXpx"
id="player">
</a>
replace with:
<a href="<?php echo $video_url; ?>"
style="display:block;width:XXXpx;height:XXXpx;margin-left:auto;margin-right:auto;vertical-align:middle"
id="player">
</a>
be sure to replace the "XXXpx" with whatever video size you desire.
(as for video-js in the same folder, i have not tested this, but perhaps try to add
margin-left="auto" margin-right="auto" vertical-align="middle" right after the video resolution.)
Has anyone succesfully uploaded/played .ogv and .webm video files?
As I mentioned in this post (http://community.elgg.org/pg/forum/topic/863797/ogv-and-webm-video-mime-type-not-recognized/) they don't get recognized as video files in file plugin, the file icon after upload is the "generic" one and not "video" icon like on all other videos uploaded.
Is there a need or a way to add this extra mime type to elgg?
Thanks.
@ Nudeler2
Thanks, it's working...
But please tell me which type of videofiles are supported by this plugin?
I've tested *.mp4 <- works
@ Angel Gabriel
I'm still waiting for your update or changetext ... =)
Because I want to try your plugin, too.
@ Nudeler2
Danke!
@ Angel Gabriel
It's working now, thanks, too! =)
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.