mirror of
https://github.com/fastogt/fastocloud_admin.git
synced 2025-03-09 23:38:52 +00:00
AWS
This commit is contained in:
parent
29ff49c8e3
commit
de6c648994
3 changed files with 8 additions and 5 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
1.6.0 /
|
||||||
|
[Alexandr Topilski]
|
||||||
|
|
||||||
1.5.0 / August 22, 2019
|
1.5.0 / August 22, 2019
|
||||||
[Alexandr Topilski]
|
[Alexandr Topilski]
|
||||||
- Display OS
|
- Display OS
|
||||||
|
|
|
@ -4,4 +4,4 @@ PUBLIC_CONFIG = {'site': {'title': 'FastoCloud', 'keywords': 'video,cloud,iptv,s
|
||||||
'contact_address': 'Republic of Belarus, Minsk, Stadionnay str. 5',
|
'contact_address': 'Republic of Belarus, Minsk, Stadionnay str. 5',
|
||||||
'community_channel': 'https://discord.gg/cnUXsws',
|
'community_channel': 'https://discord.gg/cnUXsws',
|
||||||
'partners':[{'company': 'Tathya Technologies Pvt Ltd (OPC)', 'website': 'https://tathyatechnologies.com', 'country':'India, Bangladesh'}]},
|
'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'}}
|
||||||
|
|
|
@ -39,11 +39,13 @@
|
||||||
<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
|
Public API, client server communication via <a href="https://www.jsonrpc.org/specification">JSON RPC</a>
|
||||||
RPC</a>
|
|
||||||
</li>
|
</li>
|
||||||
<li>Protocol gzip compression</li>
|
<li>Protocol gzip compression</li>
|
||||||
<li>Deep learning video analysis (Paid, demo by request)</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>
|
<li><a href="https://hub.docker.com/r/fastogt/fastocloud">Docker Image</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2>Machine learning video analysis:</h2>
|
<h2>Machine learning video analysis:</h2>
|
||||||
|
@ -101,7 +103,5 @@ 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