Table of Contents

LMCE Video Streaming app

Required:

Install

Install ffmpeg:

copy this script: https://gist.github.com/xdamman/e4f713c8cd1a389a5917

make it executable: chmod +x this_script.sh

Checkout lmcevideo app:

cd owncloud/apps/
svn co http://svn.linuxmce.org/svn/people/ochorocho/owncloud/lmcevideo/

Enable video App in owncloud interface.

Files and folders

data
-> tmp
-> -> USERNAME
-> -> -> VIDEONAME
-> -> -> -> stream.m3u8
-> -> -> -> stream0000.ts
-> -> -> -> stream0001.ts
-> -> -> -> streamXXXX.ts

If you get permission denied, create a htaccess in data/tmp/ make sure “require all granted” and “allow from all” is set.