Инструменты пользователя

Инструменты сайта


tvip_tms_changelog

Различия

Здесь показаны различия между двумя версиями данной страницы.

Ссылка на это сравнение

Предыдущая версия справа и слева Предыдущая версия
Следующая версия
Предыдущая версия
Следующая версия Следующая версия справа и слева
tvip_tms_changelog [2018/10/08 18:57]
Efim Karelink [3.1.9 (08.10.2018) [beta]]
tvip_tms_changelog [2018/11/06 12:41]
Egor Danilenko
Строка 1: Строка 1:
 ====== TVIP TMS Changelog ====== ====== TVIP TMS Changelog ======
 +
 +
 +<WRAP center round important 60%>
 +=== Update requirements (from version before 3.1.12 to 3.1.12 and newer) ===
 +
 +From version 3.1.12 TVIP TMS require <color #​ed1c24>​java 11</​color>​.
 +
 +If you use version before 3.1.12 - you are using JAVA 10. For prevent startup issues (newer TMS is not support Java 10) after updating to newer version, we are recommend the next scenario (steps for Ubuntu users):
 +
 +1) Update your repositories: ​
 +<​code>​
 +apt-get update ​
 +</​code>​
 +2) Install Java 11, if you have plan to use Oracle Java 11, you can use  oracle-java11-installer package from our repo (this is copy of deb package from linux uprising ppa)
 +<​code>​
 +apt-get install oracle-java11-installer
 +</​code>​
 +3) This is important - set java 11 as default
 +<​code>​update-java-alternatives --set java-11-oracle</​code>​
 +4) Check java version: <​code>​java --version</​code>​
 +5) After version check - install newest tvip-tms: <​code>​apt-get install tvip-tms</​code>​
 +6) Restart tvip-tms service: <​code>​service tvip-tms restart</​code>​
 +
 +Notice: Java 11 is not affected to runned process. If you  install java 11 and not install tvip-tms (3.1.12 and higher) you must set Java 10 as default.
 +</​WRAP>​
 +
 +
  
  
Строка 8: Строка 35:
 From version 3.1.0 TVIP TMS require java 10. From version 3.1.0 TVIP TMS require java 10.
  
-You must install java 10 or above by yourself. ​You can find distributive on [[http://​www.oracle.com/​technetwork/​java/​javase/​downloads/​jre10-downloads-4417026.html|Oracle web-site]]+You must install java 11 or above by yourself. 
 </​WRAP>​ </​WRAP>​
 +
 +
 +==== 3.1.12 (06.11.2018) [beta] ====
 +
 +=== Fixed ===
 +
 +* TVIP API: Fixed bad URL of images assigned as VoD entry series logo.
 +
 +=== New features ===
 +
 +* TVIP API: Updated up to v2. It supports some new features and backward compatible with v1.
 +
 +* General: TMS requires Java 11.
 +
 +
  
 ==== 3.1.9 (08.10.2018) [beta] ==== ==== 3.1.9 (08.10.2018) [beta] ====
Строка 51: Строка 94:
 * Media: You may find details on how to use this new feature here([[en:​tvip_tms_media_guide|]]). * Media: You may find details on how to use this new feature here([[en:​tvip_tms_media_guide|]]).
  
-* Flussonic support: Now you may use Flussonic content protection described here (https://​erlyvideo.ru/​doc/​auth/​middleware). To enable it, you need to switch on "​Flussonic auth enabled"​ checkboxes on your provider editor form (<​server.url>/​admin#​providers) and the particular channel editor form (<​server.url>/​admin#​channels). It's disabled by default. The feature will work for those channels only that are tuned for Flussonic stream server for live and timeshift playback. To provide more reliable security, you may specify a secret key in application.propeties as '​flussonic.app.secret.key'​ property. To enable this feature on Flussonic, you need to add path (<​server.url>/​api/​drm/​auth_token) as "​auth"​ parameter of Flussonic config file.+* Flussonic support: Now you may use Flussonic content protection described here (https://​erlyvideo.ru/​doc/​auth/​middleware). ​ 
 + 
 +To enable it from TVIP TMS, you need to switch on "​Flussonic auth enabled"​ checkboxes on your provider editor form (<​server.url>/​admin#​providers) and the particular channel editor form (<​server.url>/​admin#​channels). It's disabled by default. ​ 
 + 
 +To enable this feature on Flussonic, you need to add path (<​server.url>/​api/​drm/​auth_token) as "​auth"​ parameter of Flussonic config file. 
 + 
 +The feature will work for those channels only that are tuned for Flussonic stream server for live and timeshift playback. To provide more reliable security, you may specify a secret key in application.propeties as '​flussonic.app.secret.key'​ property. ​
  
 * Admin UI: Tariffs with no provider may be created. These tariffs must be created by global admin and may be used by any provider. Any admin may apply these global tariffs in subscriptions regardless of his provider assigned and state is global or not. * Admin UI: Tariffs with no provider may be created. These tariffs must be created by global admin and may be used by any provider. Any admin may apply these global tariffs in subscriptions regardless of his provider assigned and state is global or not.
tvip_tms_changelog.txt · Последние изменения: 2024/04/26 09:31 — Денис Цыганов