Media asset manager designed and implemented for New Ellijay TV
Go to file
Sundog Jones ff5fa5d683 fix refactor 2024-09-09 10:05:19 -04:00
README.md start readme 2024-09-03 12:16:12 -04:00
composer.json initial commit 2024-09-03 10:37:30 -04:00
edl.php initial commit 2024-09-03 10:37:30 -04:00
index.php initial commit 2024-09-03 10:37:30 -04:00
layout.html fix refactor 2024-09-09 10:05:19 -04:00
media.php fix query for filtered media requests 2024-09-03 11:52:04 -04:00
play.php initial commit 2024-09-03 10:37:30 -04:00
tags.php initial commit 2024-09-03 10:37:30 -04:00
update.php initial commit 2024-09-03 10:37:30 -04:00
upload.php initial commit 2024-09-03 10:37:30 -04:00

README.md

NETV MAM

Media Asset Manager for New Ellijay TV

Installation

Requirements

Server:

  • Linux web server with PHP support (tested using nginx and php-fpm on Debian)
  • PHP composer
  • ffmpeg
  • SQLite3

Client:

  • a standard-compliant, javascript-capable web browser (tested using Firefox)

Usage

Developing

Dev Environment Setup

Contributing