From 55fd60ed99ade987418c0bce18abcfcbd3e99858 Mon Sep 17 00:00:00 2001 From: topilski Date: Wed, 18 Sep 2019 16:38:48 +0300 Subject: [PATCH] Update Index --- app/templates/index.html | 40 +++++++++++++++++++++++++++++++++------- 1 file changed, 33 insertions(+), 7 deletions(-) diff --git a/app/templates/index.html b/app/templates/index.html index adef165..9018cce 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -51,26 +51,48 @@
  • Channels on demand
  • HTTP Live Streaming (HLS) server-side support
  • - Public API, client server communication via JSON RPC + Public API, client server communication via JSON + RPC
  • Protocol gzip compression
  • Deep learning video analysis
  • Supported deep learning frameworks:
  • ML Hardware:
  • Subscribers control
  • -
  • Amazon Kinesis Video Streams integration
  • +
  • Amazon Kinesis Video Streams integration +
  • Admin panel
  • Docker Image
  • +

    Use cases:

    +

    Machine learning video analysis:

    Visit our client site: fastotv.com

    @@ -126,5 +148,9 @@ else if (video.canPlayType('application/vnd.apple.mpegurl')) video.play(); }); } + + + + {% endblock %}