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:
- - Tensorflow
- - NCSDK
- - Caffe
+ - Tensorflow
+ - NCSDK
+ - Caffe
ML Hardware:
- - Intel Movidius Neural Compute Stick
- - NVIDIA Jetson
+ - Intel Movidius Neural Compute Stick
+ - NVIDIA Jetson
Subscribers control
- Amazon Kinesis Video Streams integration
+ Amazon Kinesis Video Streams integration
+
Admin panel
Docker Image
+ Use cases:
+
+ - Broadcast media content
+ - YouTube remove AD
+ - Insert your logo to the stream, watermark
+ - Record/Timeshift video
+ - Play own playlist
+ - Mosaic, view many streams in same time on single window
+ - Video effects in streams or files
+ - Insert AD into stream
+ - Subtitles to text conversions and vise versa
+ - EPG scanning
+ - Streams find bot, with quality analysis, test m3u file streams
+ - Record and broadcast video from cameras
+ - Detect objects in real-time video and send email/push notifications
+ - Objects classification, open doors, time tracking, lock/unlock devices
+ - Fire/Smoke detection with notifications
+ - Livepeer mining crypto
+ - CCTV Monitoring service
+
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 %}