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 %}