Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_videoplayer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn <bjoern.korella@markenfilm-crossing.de>2015-09-17 14:51:24 +0300
committerBjörn <bjoern.korella@markenfilm-crossing.de>2015-09-17 14:51:24 +0300
commit43a4e1ba072bbd27cc709100d59d34ca7af81a31 (patch)
tree57a37fa165116b3f9a4cba01eab89199f361cb88 /README.md
parentc7935ac53eaab5e148a9382d4ea4ba8ebf48fda3 (diff)
add release info
Diffstat (limited to 'README.md')
-rw-r--r--README.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..8520ed0
--- /dev/null
+++ b/README.md
@@ -0,0 +1,31 @@
+# ownCloud Video.js
+![](screenshot.jpg)
+
+A responsive video player for ownCloud using a skinned version of Video.js.
+
+## Installation
+Simply copy the contents of this repository to **$owncloud/apps/files_videojs-sublime** and enable the app.
+
+#### Safari
+You need the *xsendfile* module installed on your web server for ownCloud video playback to work in Safari. Installation instructions for Apache on Ubuntu:
+````
+sudo apt-get install libapache2-mod-xsendfile
+````
+Add these two lines in */etc/apache2/conf-available/owncloud.conf*:
+````
+<Directory /var/www/owncloud>
+ ...
+ SetEnv MOD_X_SENDFILE_ENABLED 1
+ XSendFile On
+</Directory>
+````
+
+## Credits
+The player is a modified version of [this app](https://apps.owncloud.com/content/show.php/Video+Js?content=159670) to make it responsive and improve the UI.
+
+Video.js: http://videojs.com/
+
+Video.js skin: https://github.com/cabin/videojs-sublime-skin
+
+## License
+AGPL