1
0
Fork 0
mirror of https://github.com/fastogt/fastocloud_admin.git synced 2025-03-09 23:38:52 +00:00
This commit is contained in:
topilski 2019-08-23 02:28:07 -04:00
parent 29ff49c8e3
commit de6c648994
3 changed files with 8 additions and 5 deletions

View file

@ -1,3 +1,6 @@
1.6.0 /
[Alexandr Topilski]
1.5.0 / August 22, 2019
[Alexandr Topilski]
- Display OS

View file

@ -4,4 +4,4 @@ PUBLIC_CONFIG = {'site': {'title': 'FastoCloud', 'keywords': 'video,cloud,iptv,s
'contact_address': 'Republic of Belarus, Minsk, Stadionnay str. 5',
'community_channel': 'https://discord.gg/cnUXsws',
'partners':[{'company': 'Tathya Technologies Pvt Ltd (OPC)', 'website': 'https://tathyatechnologies.com', 'country':'India, Bangladesh'}]},
'project': {'version': '1.5.0', 'version_type': 'release'}}
'project': {'version': '1.6.0', 'version_type': 'rc'}}

View file

@ -39,11 +39,13 @@
<li>Channels on demand</li>
<li>HTTP Live Streaming (HLS) server-side support</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>Protocol gzip compression</li>
<li>Deep learning video analysis (Paid, demo by request)</li>
<li>Subscribers control</li>
<li><a href="https://aws.amazon.com/kinesis/video-streams"></a>Amazon Kinesis Video Streams integration</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>
</ul>
<h2>Machine learning video analysis:</h2>
@ -101,7 +103,5 @@ else if (video.canPlayType('application/vnd.apple.mpegurl'))
video.play();
});
}
</script>
{% endblock %}