{% extends 'layouts/layout.html' %} {% block title %} {{ config['PUBLIC_CONFIG'].site.title }} {% endblock %} {% block styles %} {{ super() }} {% endblock %} {% block content %}

IPTV/Video cloud admin panel for server

Features:

  • Cross-platform (Linux, MacOSX, FreeBSD, Raspbian/Armbian)
  • GPU/CPU Encode/Decode/Post Processing
  • Relays
  • Timeshifts
  • Catchups
  • Playlists
  • Restream/Transcode from online streaming services like Youtube, Twitch
  • Mozaic
  • Many Outputs
  • Physical Inputs
  • Streaming Protocols
  • File Formats
  • Presets
  • Vods server-side support
  • Channels on demand
  • HTTP Live Streaming (HLS) server-side support
  • Public API, client server communication via JSON RPC
  • Protocol gzip compression
  • Deep learning video analysis (Paid, demo by request)
  • Supported deep learning frameworks:
    • Tensorflow
    • NCSDK
    • Caffe
  • ML Hardware:
    • Intel Movidius Neural Compute Stick
    • NVIDIA Jetson
  • Subscribers control
  • Amazon Kinesis Video Streams integration
  • Admin panel
  • Docker Image

Machine learning video analysis:

Visit our client site: fastotv.com

Connect to our community for realtime help: Community channel

{% endblock %} {% block scripts %} {{ super() }} {% endblock %}