mirror of
https://github.com/fastogt/fastocloud_admin.git
synced 2025-03-09 23:38:52 +00:00
Update Index
This commit is contained in:
parent
17e1eeeeee
commit
55fd60ed99
1 changed files with 33 additions and 7 deletions
|
@ -51,26 +51,48 @@
|
||||||
<li>Channels on demand</li>
|
<li>Channels on demand</li>
|
||||||
<li>HTTP Live Streaming (HLS) server-side support</li>
|
<li>HTTP Live Streaming (HLS) server-side support</li>
|
||||||
<li>
|
<li>
|
||||||
Public API, client server communication via <a href="https://www.jsonrpc.org/specification">JSON RPC</a>
|
Public API, client server communication via <a href="https://www.jsonrpc.org/specification">JSON
|
||||||
|
RPC</a>
|
||||||
</li>
|
</li>
|
||||||
<li>Protocol gzip compression</li>
|
<li>Protocol gzip compression</li>
|
||||||
<li>Deep learning video analysis</li>
|
<li>Deep learning video analysis</li>
|
||||||
<li>Supported deep learning frameworks:</li>
|
<li>Supported deep learning frameworks:</li>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Tensorflow</li>
|
<li>Tensorflow</li>
|
||||||
<li>NCSDK</li>
|
<li>NCSDK</li>
|
||||||
<li>Caffe</li>
|
<li>Caffe</li>
|
||||||
</ul>
|
</ul>
|
||||||
<li>ML Hardware:</li>
|
<li>ML Hardware:</li>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Intel Movidius Neural Compute Stick</li>
|
<li>Intel Movidius Neural Compute Stick</li>
|
||||||
<li>NVIDIA Jetson</li>
|
<li>NVIDIA Jetson</li>
|
||||||
</ul>
|
</ul>
|
||||||
<li>Subscribers control</li>
|
<li>Subscribers control</li>
|
||||||
<li><a href="https://aws.amazon.com/kinesis/video-streams">Amazon Kinesis Video Streams integration</a></li>
|
<li><a href="https://aws.amazon.com/kinesis/video-streams">Amazon Kinesis Video Streams integration</a>
|
||||||
|
</li>
|
||||||
<li><a href="https://hub.docker.com/r/fastogt/iptv_admin">Admin panel</a></li>
|
<li><a href="https://hub.docker.com/r/fastogt/iptv_admin">Admin panel</a></li>
|
||||||
<li><a href="https://hub.docker.com/r/fastogt/fastocloud">Docker Image</a></li>
|
<li><a href="https://hub.docker.com/r/fastogt/fastocloud">Docker Image</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<h2>Use cases:</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Broadcast media content</li>
|
||||||
|
<li>YouTube remove AD</li>
|
||||||
|
<li>Insert your logo to the stream, watermark</li>
|
||||||
|
<li>Record/Timeshift video</li>
|
||||||
|
<li>Play own playlist</li>
|
||||||
|
<li>Mosaic, view many streams in same time on single window</li>
|
||||||
|
<li>Video effects in streams or files</li>
|
||||||
|
<li>Insert AD into stream</li>
|
||||||
|
<li>Subtitles to text conversions and vise versa</li>
|
||||||
|
<li>EPG scanning</li>
|
||||||
|
<li>Streams find bot, with quality analysis, test m3u file streams</li>
|
||||||
|
<li>Record and broadcast video from cameras</li>
|
||||||
|
<li>Detect objects in real-time video and send email/push notifications</li>
|
||||||
|
<li>Objects classification, open doors, time tracking, lock/unlock devices</li>
|
||||||
|
<li>Fire/Smoke detection with notifications</li>
|
||||||
|
<li>Livepeer mining crypto</li>
|
||||||
|
<li>CCTV Monitoring service</li>
|
||||||
|
</ul>
|
||||||
<h2>Machine learning video analysis:</h2>
|
<h2>Machine learning video analysis:</h2>
|
||||||
<video id="video" controls></video>
|
<video id="video" controls></video>
|
||||||
<h2>Visit our client site: <a href="https://fastotv.com">fastotv.com</a></h2>
|
<h2>Visit our client site: <a href="https://fastotv.com">fastotv.com</a></h2>
|
||||||
|
@ -126,5 +148,9 @@ else if (video.canPlayType('application/vnd.apple.mpegurl'))
|
||||||
video.play();
|
video.play();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue