Skip to main content

Video stream server (HLS, HTTP, HTTP-FLV, time-shift, image server)

Project description

Document status: Early draft

Depends:

python: 2.6 at least bottle: 0.11.5 at least paste: 1.7.5.1 at least requests: 2.3.0 at least ffmpeg imagemagick

Installation:

* adduser fluunt
* mkdir /var/log/fluunt
* mkdir -p /mnt/vod/fluunt
* mkdir -p /mnt/vod/fluunt/pvr/ts
* mkdir -p /mnt/vod/fluunt/videos
* # Alternative 1:
* cd /opt
* git clone https://github.com/psaavedra/fluunt.git fluunt
* chown -R fluunt.fluunt /opt/fluunt
* # End Alternative 1
* # Alternative 2:
* pip install fluunt
* # End Alternative 2
* chown -R fluunt.fluunt /var/log/fluunt
* chown -R fluunt.fluunt /mnt/vod/fluunt

just for fluunt-image-server:

* mkdir -p /mnt/images/fluunt/
* mkdir -p /mnt/images/fluunt/local
* chown -R fluunt.fluunt /mnt/images

fluunt-server watchdog (just for manual git installation):

(cronjobs)
0   7,2 * * * root /opt/fluunt/tools/fluunt-watchdog 127.0.0.1 8000 /mnt/vod/fluunt /pvr/ts check.txt force > /dev/null 2&>1
*/1 * * * *   root /opt/fluunt/tools/fluunt-watchdog 127.0.0.1 8000 /mnt/vod/fluunt /pvr/ts check.txt > /dev/null 2&>1
(examples of cronjobs for fluunt-image-server)
5   */2 * * * root rm /mnt/images/fluunt/tmp/* > /dev/null 2>&1
20  0   * * * root find /mnt/images/fluunt/cache/ -mtime 1 -exec rm  {} \;  > /dev/null 2>&1

fluunt-server start (just for manual git installation):

/opt/fluunt/tools/fluunt-watchdog 127.0.0.1 8000 /mnt/vod/fluunt /pvr/ts check.txt force
fluunt-image-server start::
/opt/fluunt/tools/fluunt-image-server –loglevel 30 -i 0.0.0.0 -p 5555

-w /mnt/images/fluunt/ -l /mnt/images/fluunt/local/ -L /var/log/fluunt/flunnt-image-server.log –accesslogfile=/var/log/fluunt/flunnt-image-server_access.log –defaultcachetime=36000

Logs (just for manual git installation):

(logrotate)
/var/log/fluunt/*.log {
daily
missingok
rotate 52
compress
delaycompress
# notifempty
create 640 fluunt fluunt
sharedscripts
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fluunt-1.0.0.tar.gz (24.3 kB view details)

Uploaded Source

File details

Details for the file fluunt-1.0.0.tar.gz.

File metadata

  • Download URL: fluunt-1.0.0.tar.gz
  • Upload date:
  • Size: 24.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for fluunt-1.0.0.tar.gz
Algorithm Hash digest
SHA256 feed56c8fe6d517b115ab8c9674e6237f423915a184a711f8cadbd4eadda6f65
MD5 18f9dcd6af76c334027e7cf3fe71c649
BLAKE2b-256 febab6c764ad349983ab80b9684753683f4814554d00ec923878d278f5440d5b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page