diff --git a/CHANGELOG b/CHANGELOG index 2bdcf53..e397aa4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +1.6.0 / +[Alexandr Topilski] + 1.5.0 / August 22, 2019 [Alexandr Topilski] - Display OS diff --git a/app/config/public_config.py b/app/config/public_config.py index 448fec6..929de1e 100644 --- a/app/config/public_config.py +++ b/app/config/public_config.py @@ -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'}} diff --git a/app/templates/index.html b/app/templates/index.html index 2620403..32d7bc8 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -39,11 +39,13 @@
  • 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 (Paid, demo by request)
  • +
  • Subscribers control
  • +
  • Amazon Kinesis Video Streams integration
  • +
  • Admin panel
  • Docker Image
  • Machine learning video analysis:

    @@ -101,7 +103,5 @@ else if (video.canPlayType('application/vnd.apple.mpegurl')) video.play(); }); } - - {% endblock %}