User Tools

Site Tools


lmce_video

LMCE Video Streaming app

Required:

  • OwnCloud 8
  • PHP 5.4
  • Ubuntu 14.04 or 12.04
  • ffmpeg

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.

lmce_video.txt · Last modified: 2015/02/16 16:31 by admin