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-10-02 16:18:37 +0300
committerBjörn <bjoern.korella@markenfilm-crossing.de>2015-10-02 16:18:37 +0300
commit90acc86bec8ee6e7dd7b34a5d576d2798bf35c4b (patch)
tree323f89dbbbc4a3abca25e6f6aa43f951561ea3ee /README.md
parent43a4e1ba072bbd27cc709100d59d34ca7af81a31 (diff)
update README.md (xsendfile)
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 3 insertions, 12 deletions
diff --git a/README.md b/README.md
index 8520ed0..9ae2e5a 100644
--- a/README.md
+++ b/README.md
@@ -7,18 +7,9 @@ A responsive video player for ownCloud using a skinned version of Video.js.
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>
-````
+You need the *xsendfile* module installed on your web server for ownCloud video playback to work in Safari. Installation instructions for Apache on Debian-based distributions:
+
+https://doc.owncloud.org/server/7.0/admin_manual/configuration/serving_static_files_configuration.html
## 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.