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

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


tvip_tms_changelog

Различия

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

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

Предыдущая версия справа и слева Предыдущая версия
Следующая версия
Предыдущая версия
tvip_tms_changelog [2020/05/07 12:48]
Денис Цыганов
tvip_tms_changelog [2024/02/27 14:07] (текущий)
Денис Цыганов
Строка 1: Строка 1:
 ====== TVIP TMS Changelog ====== ====== TVIP TMS Changelog ======
 +
 +==== 27.02.2024 ====
 +
 +=== Fixed ===
 +
 +General: Some changes have been applied to correct the TVIP TMS logging.
 +
 +General: Fixed the issue that some provider and account statistics may not be stored due to database storing limitations.
 +
 +Admin UI: Fixed the issue that channel may not be removed using Admin UI. Please, pay attenation that deleting the channel leads to delete all the related data like EPG items.
 +
 +Admin UI: Fixed the issue when the device edit form shows empty IP address if device connected without auth and provider "Allow to create new device upon request"​ option is enabled.
 +
 +=== Improvements ===
 +
 +General: Default data for new TVIP TMS installations now contain default network 0.0.0.0/0 for default provider.
 +
 +File: Some changes have been applied to reduce possible memory leaks.
 +
 +==== 25.01.2024====
 +
 +EPG: Fixed the issue when EPG import may be failed in some cases if EPG localizations are used.
 +
 +EPG: Fixed the issue when DVR server URIs with composite path may cause a failure of DVR preview feature.
 +
 +==== 29.11.2023====
 +
 +=== Fixed ===
 +
 +Admin UI: Fixed the issue when audit records do not contain the correct name of admin who performed the action. Now audit records show the correct name.
 +
 +Admin UI: Some deprecated table columns have been removed and translations of some field names have been fixed.
 +
 +Admin UI: Fixed the issue when fixed EPG images may not be displayed in Admin UI in some cases.
 +
 +Admin UI: VOD genre localizations may dissapear in some changing scenerios. Now it's fixed and genre localizations will be displayed correctly.
 +
 +Admin UI: Incorrect validation has been fixed when creating any deffered command and specifying the post after and valid until date times.
 +
 +Account networks: Fixed the issue when access networks may be fetched or changed by admin that has no right for this action.
 +
 +Admin UI: Now all audit records are being fixed in UTC and disaplyed correctly. Anyway, older audit records may show incorrect datetime of the action.
 +
 +EPG: Fixed the issue when single EPG item localizations may be displayed in wrong language in some specific cases.
 +
 +TVIP API: Fixed the issue when TVIP API clients may get access to the channel archive even if their tariff has no Archive option in tariff settings. Now TVIP API clients with tariffs with no Archive option will be able to watch TV in real time only.
 +
 +Provider API: Prior to this release admins of local providers may receive channels that are not assigned to the particular provider. Now it's fixed.
 +
 +General: Fixed the issue when no command may be planned for delivery in case of changing the account or device subscription date times.
 +
 +=== Improvements ===
 +
 +General: Some new restrictions have been applied for creating the new account and device subscriptions. If any subscription with the same tariff exists and effective time periods of new subscription and the existing one are overlapped, creating the such subscription will be declined with error. This behaviour is valid for Admin UI as well as for Provider API integrations.
 +
 +EPG: Short EPG feature has been improved. Now it's calculated in a dynamic manner and depends on datetimfes of current EPG items in the channels being requested. It's especially important fix for EPG that contain short-timed items with a few minutes in duration.
 +
 +TVIP API: We noticed that changing the channels or subscriptions may cause excessive CPU load. Some optimizations have been applied to remove this effect.
 +
 +==== 14.09.2023 ====
 +
 +=== New features: ===
 +
 +The current update contains a new TVIP API client application - new web-based TV player. ​
 +It supports new features, which your TVIP TMS provides and are supported on other TVIP API client devices.
 +
 +To install the new TV web player, use 
 +
 +<​code>​
 +apt install tms-web-player
 +systemctl enable tms-web-player
 +systemctl start tms-web-player
 +</​code>​
 +
 +The player will be available in browser by address
 +** <​tms_main_domain>/​web-player **
 +
 +New TVIP web player is available for TVIP TMS Pro instances. The previous version of web TV player has been deprecated and its support period has been completed. ​
 +
 +=== Fixed: ===
 +
 +EPG: Fixed the issue for TVIP TMS instances that have a custom setup for default EPG locale. Prior to the current update, such instances might provide EPG that contains some elements in incorrect language. Now applying the locales to EPG items has been reworked and this issue has been solved.
 +
 +==== 06.09.2023 ====
 +
 +=== Fixed: ===
 +
 +Provider API: Validation for account/​device subscriptions has been extended. Since this release it will be impossible to create or update any subscription,​ if any subscription exists that have the same tariff assigned and active time period (between start and end datetimes or with start datetime only) overlapped in time.
 +
 +Account networks: Fixed the issue when the client device may not be authorized after changing or removing the account network that has been specified for the device'​s account. This issue is related to "​Account network"​ client access mode only.
 +
 +
 +==== 13.07.2023 ====
 +
 +=== Important notes ===
 +
 +This TVIP TMS 4.0 release presents new LTS version of TVIP TMS. The new version is based on 3.x last version and contains all features that the previous version has. The main technical goal of TVIP TMS is migration to Spring 6.x framework and seamless support of new future Java versions.
 +
 +We have redesigned the way how TVIP API clients may be authorized. Generally, now the only thing required to setup authorization mode is to select the approprite one. You may find more details below.
 +
 +Also we add a new authorization mode to existing ones - Account Networks. It allows TVIP API clients to authorize in the same way as Provider Networks allow to define the provider for any client device by IP.
 +
 +'VOD from EPG' feature that was presented as experimental in the previous release has been carefully improved in order to get better reliability and performance.
 +
 +=== Well-known issues ===
 +
 +We recommended to install the current release during low-load time period, when the user activity is relatively low. Especially, it's important for TVIP TMS installations that use EPG with images or large number of channels.
 +
 +Once TVIP TMS release will be updated, some channel logos, EPG items and EPG images may disapper for some time.
 +
 +To solve the EPG related issues, we recommend to re-import EPG sources one by one. Channel related issues will be solved by TVIP TMS itself without any special actions.
 +
 +=== New features ===
 +
 +General: Account provider will be used instead of device provider in all cases, if available.
 +
 +General: Quick bind and strong security feature has been extended. Now you may setup networks for account in the same manner as for provider. This allows to select account for device depending on what network the device is. This operation mode may be selected on edit provider form (<​server.url>/​admin/​dashboard/​providers/​).
 +
 +General : Performance issues have been solved for TVIP API clients that may appear sometimes due to overall high volume.
 +
 +Admin UI: Edit provider form (<​server.url>/​admin/​dashboard/​providers/​) has been improved. Operation mode selection has replaced few check boxes such as 'Quick bind' and '​String security'​. The selection has been added with a new option - '​Account network'​. Previous settings will be migrated automatically,​ so TVIP API clients operation remains the same as it was setup before.
 +
 +=== Improvements ===
 +
 +We've analysed how TVIP TMS operates under high load and 've fixed current performance bottlenecks.
 +
 +==== 21.03.2023 ====
 +
 +=== Fixed ===
 +
 +Fixed the issue when TVIP API client may receive empty list of channels for some time if authorized by QR code.
 +
 +
 +==== 28.02.2023 ====
 <WRAP center round important 60%> <WRAP center round important 60%>
-If you update TMS from 3.2.29 version, please ​reed [[https://​wiki.tvip.ru/​tvip_tms_changelog#​beta3|link]] ​+Warning: Prior to installing the current release, ​you need to check what version your Postgres databasePlease, pay attention that Postgres database with version ​less 10.x must be updated due to end of any reasonable support. Prior to update, please, take into consideration that it may take some time, and your TVIP TMS instance will be inaccesible during this time.
 </​WRAP>​ </​WRAP>​
 +
 +<WRAP center round important 60%>
 +Warning: In order to improve search performance of TVIP API client, ElasticSearch must be updated. The currently recommended version is 8.6.0. After the updating, you'll need to remove all data previously stored in your ElasticSearch. The upgraded ElasticSearch will be filled automatically.
 +</​WRAP>​
 +
 +=== New features ===
 +
 +:!: **Experimental** VOD from EPG TV archive: It's a new feature for TVIP TMS platform. We're working on making it more useful and featured, and for now it may contain some issues. Feel free to report if any found.
 +The idea is to allow TVIP API clients to view TV archive in a more comfortable way. To use this feature, you need to  be allowed to catch up movies and series for some time period.
 +
 +To enable the feature, you need to switch on "​Enabled for VOD" option on the epg source edir form(<​server.url>/​admin/​dashboard/​epg_sources/​) and channel edit form (<​server.url>/​admin/​dashboard/​channels/​). After that your TV archive for such channel will be imported after the next EPG source import procedure.
 +To make VOD from EPG looks good, your EPG service provider must provide EPG containing the details about what IMDB id this series or movie has.
 +
 +As a result, channel'​s catchup EPG will be displayed in the same manner as any other movie you added via Admin VOD UI or imported from TMDB.
 +
 +One more extra option is available, you need to have an access to specific EPG service, TMDB metadata or any specially designed service. In this case TV displayed movies and series will be updated with some extended information and extra localizations,​ if any.
 +
 +Two new VOD caterogies will appear - 'TV movies'​ and 'TV shows'​. These categories will be updated dynamically as result of the EPG source import procedures.
 +
 +How long the EPG VOD content remains active will depend on TV archive depth settings specified by the particular channel or DVR server.
 +
 +=== Improvements ===
 +
 +Admin UI: Channel (<​server.url>/​admin/​dashboard/​channels/​) has been extended with new field in Extra group - 'MPEG TS buffer'​. It's purpose is to define amount of milliseconds for buffering.
 +
 +Admin UI: Channel (<​server.url>/​admin/​dashboard/​channels/​) has been extended with new field in Extra group - '​Channel selection priority'​. It may allow to start view from the specific channel nevetheless of its numbering.
 +
 +Search: Some important optimizations have been made. As a result, search response time has been significantly reduced.
 +
 +TVIP API: Prior to the release commands delivery for TVIP API clients may be inoperable or cause peformance issues related to message broker operation. We've refactored the feature to remove such issues.
 +
 +=== Fixed ===
 +
 +Auth: Fixed the issue when some devices may still receive the same content for some time even after the device has been detached from account.
 +
 +General: Fixed the issue when the device first online datetime may be affected by TVIP TMS server timezone.
 +
 +General: Fixed the issue when changes in tariff or channel may cause freeze in delivering the commands or messages to devices from TVIP TMS platform or between devices.
 +
 +EPG: Fixed the issue when source channel name has been changed in EPG, but source channel ID remains the same.
 +
 +
 +==== 11.01.2023 ====
 +
 +=== Improvements ===
 +General: We've applied some optimizations to reduce load on Postgres that may be caused by excessive obsolete data cleanup.
 +
 +==== 12.12.2022 ====
 +
 +=== New features ===
 +
 +Regional channel numbering: we continue to evolve Region (<​server.url>/​admin/​dashboard/​regions) feature in a few ways. Now we've added region support for channel numbering. Prior to the current release, you may have only one channels numbering grid. Now you may add extra channel numbering grids related to region and provider. Please, pay attention for general limitations:​ one provider may have only one regional channels numbering grid and only if any region assigned to the provider. Local administrator may add or edit channels numbering grid assigned with his provider only. Global administrator may edit any regional channels numbering grid and add any of them to any provider, but only one single grid to one provider. TVIP API clients do not require any special settings to support this feature.
 +Channel numbering may be affected by provider region setup as well as account regions.
 +
 +=== Improvements ===
 +Provider API: Region tag assigned to the particular provider has been added to Provider.
 +
 +=== Fixed ===
 +Provider API: Fixed the error that appeared when tariffs have been requested with tariff tag specified.
 +
 +==== 08.11.2022 ====
 +
 +=== Fixed ===
 +
 +General: This release will update TVIP TMS platform itself as well as related libraries and frameworks. So currently known vulnerabilities will be fixed and general performance will be improved. In addition to, we've made some changes to increase network performance between TVIP TMS services that reduce overall CPU and network loads.
 +
 +Commands: We've fixed some issues that may cause delay or failure in delivering the commands to devices from Admin UI or via multi screen feature from TVIP API client devices. Also these 
 +changes will increase overall performance of TVIP TMS.
 +
 +Stats API: Fixed the issue when some of Live views may be considered as DVR view.
 +
 +TVIP API: Fixed the issued when device last online timestamp may be affected by TVIP TMS server timezone.
 +
 +VOD: To find out what locales must be used for displaying the VOD content, partial match by language now will be considered if no exact match.
 +
 +==== 02.11.2022 ====
 +
 +=== Improvements ===
 +
 +General: As it was noticed, some of TVIP TMS services consume more RAM and CPU than other ones. We've made some changes to make TVIP TMS platform more load balanced. Mainly it will reduce load from background tasks in TVIP API operations.
 +
 +
 +==== 20.10.2022 ====
 +
 +=== Improvements ===
 +
 +Stats API: TVIP TMS statistics has been changed in accuracy in minutes.
 +
 +Stats API: Global admin now may specify which provider statistics must be fetched. If no provider specified, statistics will be fetched for all providers.
 +
 +=== Fixed ===
 +
 +File API: Upload size limit has been increased for images up to 2 Mb. This relates to images that may be used as channel logo and others as well as TVIP API user profile images.
 +
 +
 +==== 10.10.2022 ====
 +
 +=== New features ===
 +General: New cleanup procedures have been added to take volume of EPG and statistics under control. Now obsolete or failed of these data will be deleted up on the regular basis.
 +
 +=== Fixed ===
 +General: Important changes have been made to fix problems when excessive commands delivery may affect other TVIP TMS platform features.
 +
 +Stats API: Fixed the issue when TVIP TMS statistics may contain values that exceed the actual ones. Now TVIP TMS data will be much more accurate. We'll add some more features in the next releases to provide maximum accuracy in statistics.
 +
 +Stats API: Fixed the issue when some clients may not receive statistics at all.
 +
 +Stats API: Swagger HTTP endpoint has been changed and now it looks similar to Swagger for Provider API.
 +
 +VOD: Fixed the issue when new VOD genre cannot be added via Admin UI.
 +
 +
 +==== 16.08.2022 ====
 +
 +=== New features ===
 +CDN: It's a first step to integrate CDN algorithm into TVIP TMS - restricted access to CDN hosted video content being protected by secure link token procedure. To use it, select the secure link token generation algorithm in provider edit form (<​server.url>/​admin/​dashboard/​providers/​) of Admin UI.
 +
 +Stats API: New Stats API has been implemented to extend ability of fetching the statistics for analysis. For now, this API provides information on anonymous channels view telemetry related to unique sets of tariffs and other options.
 +
 +=== Improvements ===
 +
 +General: TVIP TMS platform has been updated with new version of libraries and frameworks to eliminate vulnerabilities that are known by now.
 +
 +Provider API: Now you may get a localized dictionary of all favorites. Also the channels resource has been extended with list of favorites assigned with the particular channel.
 +
 +Billing API: User language is taken into account, when displaying the data for TVIP API clients.
 +
 +TVIP API: Sometimes TVIP API clients might be affected by issue when client session credentials had been updated by TVIP TMS, but the client has not receive these new ones. Now it's fixed, and TVIP TMS may consider credentials being previously assigned if they are still valid. This new behaviour is not default one and to use it, you need to enable it for your provider via Admin UI ('​Authorized by smart token' feature on provider edit form - <​server.url>/​admin/​dashboard/​providers/​).
 +
 +=== Fixed ===
 +
 +Search: Fixed the issue when search results may contain references to TV content even if the TV channel that provides this content is disabled, e.g., via Admin UI.
 +
 +
 +==== 19.07.2022 ====
 +
 +=== Fixed ===
 +
 +TVIP API: the issue when no secure token has being applied, when preview feature enabled for the channel.
 +
 +==== 13.07.2022 ====
 +
 +=== Fixed ===
 +
 +TVIP API: Fixed the issue when no secure token has being applied to time shift URL of the channel, if Flussonic auth enabled for this channel and TVIP API client device provider and time shift enabled for the channel.
 +
 +==== Release 05.07.2022 ====
 +
 +<WRAP center round important 60%>
 +Before applying this release we strongly recommend to update your servers with Java 17 from official Ubuntu repositories.
 +
 +For install a new version of Java using the commands:
 +<​code>​
 +apt update && apt install openjdk-17-jre
 +</​code>​
 +
 +After previuos command executed with success. You can use the command for update TMS:
 +<​code>​
 +apt update && apt upgrade
 +</​code>​
 +</​WRAP>​
 +
 +
 +=== Important notes ===
 +Main purpose of this release is to move towards the next Java LTS version - 17. This will allow us to lay a solid foundation for further development of TVIP TMS platform, get better performance and apply some important optimizations.
 +For now, Java 17 may be not a default Java version for Ubuntu distributions.
 +Before applying this release we strongly recommend to update your servers with Java 17 from official Ubuntu repositories.
 +Please, pay attention that services starting from 3.9.x version may be run only with Java 17.
 +Previous versions of TVIP TMS like 3.8.x may still work with Java 17 installed, but they won't provide substantial benefits of it.
 +Since 17 version Oracle has changed the license agreement and you may use Oracle JDK in your production for free. Anyway, we recommend you to still use OpenJDK or any other free JDK that passed JCK.
 +
 +=== New features ===
 +
 +Billing API: Since this release TVIP TMS may provide integration of TVIP API clients with your billing. To make this works, you'll need to use TVIP API client that supports this feature. In addition to it, you'll need to enable this feature for TVIP TMS platform by using the application config and for our provider assigned on the platform ​ b yusing provider edit form (<​server.url>/​admin/​dashboard/​providers/​) in Admin UI.
 +
 +TVIP API: Prior to this release, TVIP TMS used channel logo as replacement for EPG image as default mode. Now this behavior may be switched off via Admin UI by using provider edit form (<​server.url>/​admin/​dashboard/​providers/​).
 +
 +Video-On-Demand:​ VOD import from TMDB has been improved. Now it will automatically add a URI reference for trailer or any other free video for content being imported from TMDB if any.
 +
 +EPG: Now you may enable that fake epg items - one for hour - have been generated. This can be done if no EPG is provided for the channel or it has no EPG at all because of it's nature (e.g., CCTV streaming). To do it, you must have no EPG source assigned on the channel and use Admin UI to enable 'Fake EPG enabled'​ on channel edit form (<​server.url>/​admin/​dashboard/​channels/​). If feature to use channel logo (<​server.url>/​admin/​dashboard/​providers/​) or static images ('EPG images'​ tab on channel edit form (<​server.url>/​admin/​dashboard/​channels/​)) as EPG image, this allows to generate automatic EPG that looks better than only auto-generated text.
 +
 +=== Improvements ===
 +
 +General: Account has been extended with '​created'​ and 'last updated'​ timestamps. 'last updated'​ property will show when account properties have been changed for the last time. Previously created or updated accounts won't be affected.
 +
 +General: Device type and device class have been simplified by removing some properties that had been recently deprecated in order to increase the performance of Admin UI and Provider API.
 +
 +Video-On-Demand:​ Limit of 30 VOD items has been removed.
 +EPG: Feature to use channel logo as EPG images may be switched off for any specific provider by disabling 'Use channel logo if EPG doesn'​t have any image' (<​server.url>/​admin/​dashboard/​providers/​).
 +
 +=== Fixed ===
 +
 +General: Some changes have been applied to optimize file image processing. This will reduce CPU and Disk usage for TVIP TMS installations that provide EPG item images for TVIP API clients.
 +
 +EPG: Fixed the issue when the entire EPG source is being checked even in case if fast and indexed EPG source with 'EPG Service'​ type is used. Now such EPG sources will be checked only for TV channels that are actually assigned.
 +This will allow to make fast EPG checks and EPG import for TV channels where EPG may often being changed.
 +
 +EPG: Previously you might notice that EPG import does not start even if it looks ready for launch. Now it works as it should, and EPG source may be imported, if no EPG source import started. If the EPG source import has been started by scheduler or manually under no-force mode, it may be re-run again immediately by choosing 'Force import'​.
 +
 +EPG: EPG import procedure also can be cancelled by 'Stop import'​ action in Admin UI v nevertheless forced or not.(<​server.url>/​admin/​dashboard/​epg_sources).
 +
 +General: Fixed the issue when TVIP TMS services tried to reach the database placed on the same server by using IPv6.
 +
 +Admin UI: Fixed the problem with '​last_online'​ property when timezone applied to it in a bad way.
 +
 +Provider API: Channels fetch request has been fixed, so '​limit'​ parameter that equals to zero works as it should.
 +
 +
 +
 +==== 15.12.2021 ====
 +
 +=== Important notes ===
 +Security: Applied the security fix to eliminate Apache Log4j2 Zero-Day Exploit (CVE-2021-44228).
 +
 +=== New features ===
 +
 +TVIP API: New command gateway service has been released. This will improve high volume stability for TVIP TMS operation for TVIP API clients.
 +
 +Search: Now search feature allows to find any VoD related items such as movie or series Please, pay attention that newly added movie or series will appear as search result not right after it has been added via Admin UI VoD editor, it will take about 30-40 minutes.
 +
 +Localization:​ Search procedure has been extended with localization support while searching EPG items or VoD elements.
 +
 +=== Improvements ===
 +
 +General: this update will reduce usage of RabbitMQ internal resources and apply the control procedures on them. So the overall performance and stability of TVIP TMS will increase.
 +
 +Admin UI: Management page has been updated with features'​ info You may use this page to be sure if TVIP TMS features are enabled or disabled. These settings cannot be changed here. To enable or disable any particular feature, you need to update application.yml file as described in "How to enable"​ for VoD and search features.
 +
 +Admin UI: Way to edit tariff settings (<​server.url>/​admin/​dashboard/​tariffs/​) has been improved. Now you may set one of four options for any tariff instead of two as it was before. These options allow you to allow or prohibit the tariff for any provider or for all of them.
 +
 +Search: Shall any term be searched, now channels have higher priority relative to any EPG items.
 +
 +EPG: EPG import procedure has updated to become correct and stable. In some circumstances it may take a bit more time than before to see EPG changes on TVIP API clients after EPG source data changes have been detected.
 +
 +EPG: EPG source (<​server.url>/​admin/​dashboard/​epg_sources/​) has been extended with a new feature - "Image import mode". It allows to select how to use EPG item images from your provider. You may use first or any of EPG screenhots or disable it, if you don't need pictures on EPG items from your EPG provider.
 +
 +TVIP API: Free channels from the provider may be delivered to the client device even if the device is connected to another provider network with roaming disabled.
 +
 +TVIP API: The excessive load has been removed from TVIP TMS platform that has been appeared in some circumstances as list of available channels has been changed.
 +
 +Admin UI: VOD editor has been improved. Some visual bugs have been and fixed, and now you may add more than one image to the VOD content.
 +
 +=== Fixed ===
 +
 +Provider API: Fixed the issue when list of channels has been unavailable in some circumstances.
 +
 +TVIP API: Fixed the issue when TVIP API client may receive no channels or incorrect channels when free tariff has been set for their provider.
 +
 +TVIP API: Fixed the issue when any TVIP API client may not receive list of available public providers due to provider logo may be not fetched because of TVIP TMS internal errors.
 +
 +TVIP API: Fixed the issue when any device may not be authorized via quick bind authorization procedure, if it has been already recognized as device that is allowed to use free tariff from specific provider.
 +
 +TVIP API: Sometimes any client device may not receive some channels from TVIP TMS, if no regional channel tags or tariff settings are assigned to the tariffs from its subscriptions. Now it works as it should.
 +
 +TVIP API: Fixed the issue when device may receive incorrect server error when the device is being unregistered.
 +
 +TVIP API DRM: Fixed the issue when Flussonic may receive incorrect error code, if Flussonic auth token is incorrectly formatted.
 +
 +==== 26.11.2021 ====
 +
 +EPG: Fixed the issue when TVIP API clients may not receive EPG for any channel.
 +
 +==== 22.10.2021 ====
 +
 +=== Fixed ===
 +EPG: Fixed the issue when TVIP API clients may not receive commands that EPG has been changed.
 +
 +EPG: Some EPG providers may deliver EPG items with date times that have no timezone. Now such EPG items will be imported correctly.
 +
 +==== 29.09.2021 ====
 +
 +=== Fixed ===
 +
 +EPG: Fixed the issue when EPG item description is absent. To apply this patch, you need to click Refresh icon button next to EPG source channel field on channel edit form in Admin UI or run EPG source import procedure (force import is not necessary).
 +
 +==== 28.09.2021 ====
 +
 +=== Fixed ===
 +
 +EPG: Fixed the issue when EPG items may not match with actual channel video content. This problem is especially important for TVIP TMS installations,​ where different time zones are used in EPG processing.
 +To fix the issue, you need to make force import of EPG sources that are assigned to channels with wrong EPG. Anyway, the fix will be applied when next EPG change is detected for channel EPG's.
 +
 +
 +==== 27.09.2021 ====
 +
 +=== Fixed: ===
 +
 +EPG: We've noticed that EPG import may cause some CPU overhead, especially, for large number of EPG sources specified in TVIP TMS. As a result, TVIP TMS clients may not to show  EPG on  some channels. The update will fix this problem.
 +
 +==== 22.09.2021 ====
 +
 +
 +Please, be aware that this release contains a lot of features and improvements that will greatly extend TVIP TMS usage experience. Due to a large amount of changes we have spent a lot of time to check and analyze any possible issues carefully. Anyway, so major changes may cause unexpected problems, so we recommend to update your TVIP TMS instance during low load time period.
 +
 +<WRAP center round important 60%>
 +Please, pay attention that updated TVIP TMS File manager service will require extra database-specific application properties, if your Postgresql database is placed on the server other then TVIP TMS.
 +
 +You can find instructions for configure TVIP TMS File manager service ​ by [[en:​tvip_tms_architecture#​options_specific_for_managers|link]]
 +
 +Should no EPG may be found on any channels after this update, please, run usual or forced EPG import on your EPG sources.
 +</​WRAP>​
 +
 +To enable VOD feature for your TVIP TMS instance, please, read [[en:​tvip_tms_faq_new#​enabling_option_of_vod|the article.]]
 +
 +
 +=== New features ===
 +Localization:​ We added multi-language support in many components of TMS platform. To use these features, you need to add your locale in (<​server.url>/​admin/​dashboard/​locales). You may find more details herein on how this feature is related to various TMS components.
 +
 +Admin UI: Now you may add translations of channel and category (previsouly,​ favorite) names using "​Localization"​ tab of the appropriate channel or category edit form (<​server.url>/​admin/​dashboard/​channels/​ or <​server.url>/​admin/​dashboard/​favorites/​).
 +
 +EPG: If your EPG source provider gives multi-language EPG, TMS will import available EPG translations as a part of usual EPG import procedure. To enable this feature, you need to add the new general purpose locale in TMS platform (<​server.url>/​admin/​dashboard/​locales). Next import will export localized data, if the locale value entered in TMS has a fuzzy match with language tag attributes in EPG source file.
 +
 +Video-On-Demand:​ We reworked Video-On-Demand (VOD) feature. Now it supports localization of movie or series. Also Admin UI contains new internal VOD editor to add or correct a movie or series metadata like VOD name, actors, crew, poster and so on (<​server.url>/​admin/​dashboard/​vod). Also you may sort genres (<​server.url>/​admin/​dashboard/​vod_genres_sorting) and categories (<​server.url>/​admin/​dashboard/​vod_categories_sorting) to correct order of their display on TVIP API clients.
 +
 +Video-On-Demand:​ Both VOD genres (<​server.url>/​admin/​dashboard/​vod_genres) and VOD categories (<​server.url>/​admin/​dashboard/​vod_categories) have multi-language support, but with difference. VOD category translations must be added manually, but VOD genre translations may be added automatically as a part of VOD import procedure from TMDB. They may be added by yourself as well.
 +
 +Video-On-Demand (experimental):​ Localization of VOD content is not related to general Localization feature. VOD localization has its own list of supported languages (<​server.url>/​admin/​dashboard/​vod_locales). After you add new locales to the list, these locales will be available as new translations in (<​server.url>/​admin/​dashboard/​vod/​) as well as translations of VOD genres (<​server.url>/​admin/​dashboard/​vod_genres) and VOD categories (<​server.url>/​admin/​dashboard/​vod_categories). At the beginning, TMS has already had some VOD locales as default.
 +
 +Search: If your TVIP API clients like STB, mobile, Smart TV or web application has a local search feature, now they will use server-related search. Search results will contain match results with channels and their EPG items, not only channels. ​
 +
 +:!: Instructions for configurations Tvip TMS Search manager avalible by [[en:​tms-search-service|link]]
 +
 +Provider API: In addition to basic authorization,​ you may use a new way to be authenticated and authorized similar as OAuth2 authorization and authentication do. You may find more details in our Provider API swagger documentation "​auth-controller"​ section (<​server.url>/​provider/​swagger-ui.html#/​auth-controller).
 +
 +Tariffs: We glad to present extension of one of basic TMS features - tariffs. In addition to flexible way of assigning with any provider (see more details below), we have added completely new feature - tariff settings. Using "​Tariff settings"​ tab of the tariff detailed form (<​server.url>/​admin/​dashboard/​tariffs/​),​ now you may add or remove support of features like timeshift or VOD access. This will allow to make more specific tariffs for your customers. List of available options is relatively small for now, so if your have any specific needs or ideas on it, feel free to inform us via our technical support.
 +
 +=== Improvements ===
 +General: We've added some optimization procedures that control usage of hardware resources like hard disk drive space and memory usage. We're constantly working on reducing the TMS platform hardware load and requirements.
 +Tariffs: We simplified the way how you may limit tariffs for any provider. Sometime ago we presented so called global tariffs that have no need to define provider explicitly (<​server.url>/​admin/​dashboard/​tariffs/​). Now all tariffs has no such feature. To set provider-related limit on any tariff via Admin UI, you need to use list of providers and access mode (Allowed/​Prohibited). Please pay attention that empty list of providers and Allowed mode means that no providers allowed to use this tariff, and vice versa: empty list of provider and Prohibited mode means that any provider has access to the tariff. A/B testing has showed that it a bit difficult logic, so we're making these settings easier to understand in the next releases.
 +
 +Admin UI: UI sidebar has been reorganized for new features presented herein.
 +
 +Provider API: We've made some performance optimizations.
 +
 +Video-On-Demand:​ To add new VOD items, you may still use your TMDB account. Now it has multi-language support. To find out details how to use it in the current version, please, ask our technical support.
 +
 +Admin UI: Account and CAS server entities has been extended with last online parameter. You may find it in the appropriate grids and detailed forms.
 +
 +Admin UI: Right holder detailed form has been extended with "​Channels"​ tab that contains list of channels assigned for the particular right holder. Also any right holder contract may have no end date.
 +
 +TVIP API: Sometimes TVIP API client devices may show outdated list of other TVIP API client devives assigned with the same account. We've made some fixes for these cases and will continue to control any similar issues.
 +
 +TVIP API (experimental):​ We added IPv6 support for provider network definitions. Now you may use IPv6 sub-network definitions,​ in addition to usual IPv4.
 +
 +General: Logging updated and reduced.
 +
 +General: Fixed the issue that shall TMS platform is under high load, account enabled state change may not change the response for TVIP API clients related to the account.
 +
 +Audit: Sometimes ago we've presented audit feature to monitor what items have been changed and by whom. Now we have improved this feature and applied to more items of TMS platform like EPG sources.
 +TVIP API: We've reduced the time response of TMS platform to TVIP API client responses on any changes in tariffs, channels, subscriptions via Admin UI or Provider API and also decreased the affect of these actions on the entire TMS platform.
 +
 +=== Fixed ===
 +
 +TVIP API: In some circumstances free tariffs assigned to provider may not work properly. Now it's fixed and works faster then before.
 +
 +EPG: Some of our clients reported that their users don't receive updated EPG after EPG import has been completed. We analysed their requests and made fixes in this release. Also we've made some fixes for multi-language EPG sources that solve issues on EPG import from such sources.
 +
 +EPG: Fixed the problem when EPG item titles and descriptions may contain some words in various languages. If you EPG provider do not add the correct language attribute to its XML file, you may add the locale desired by youself to application properties of TVIP TMS EPG manager. Please, contact our technical support for details.
 +
 +Activation: Spaces now are skipped if login contains any.
 +
 +TVIP API: If your TMS instance works via non-standard port, you may see some issues with images and tv content delivery. Now the server port parameter will be taken into account in links, content paths, etc.
 +
 +TVIP API: We have noticed that there are some issues when user profile settings are changed from various devices. We have prepared some fixes for it and will continue to monitor any related problems.
 +
 +Admin UI: Grid columns now have auto resize feature. If the column looks bad after the column is set hidden and visible again, just refresh the grid.
 +
 +=== Well-known issues ===
 +
 +Video-On-Demand:​ if you used VOD as a part of TMS platform with version lower 3.2.x, you may already have some VOD metadata. Unfortunately,​ we do not provide back compatibility with these data, because they do no contain extended meta information that required for newly implemented VOD. If you need to migrate your VOD data, please, fell free to ask our technical support.
 +
 +Video-On-Demand:​ any changes applied to VOD content won't be available for your customers immediately. It may take up to 5 minutes when your customers will see any changes in VOD categories, genres and contents. We're planning to improve this behavior in the following TVIP TMS platform releases.
 +
 +==== 31.05.2021 ====
 +=== Fixed ===
 +
 +General: Fixed the issue when EPG may not be loaded under specific circumstances.
 +
 +==== 14.05.2021 ====
 +=== Fixed ===
 +
 +General: Fixed the display of client device state in Admin UI. Now it shows correctly whether the client device operates via web sockets or not.
 +
 +General: Fixed the display of client device IP address in Admin UI. Now it shows any IP changes correctly.
 +
 +Admin UI: We've analyzed Admin UI group actions for data tables. Some of them had no sense, so we removed them not to confuse TVIP TMS administrators.
 +
 +Admin UI: Some fixes have been applied for channels numbering. They solve some existing problems and also allow us to prepare further development of this feature.
 +
 +Reports: Fixed the issue when provider reports may contain incorrect data about his customers on per month basis, especially if some actions like enable or delete have been executed within the specific month period.
 +
 +=== Improvements ===
 +
 +General: We've put a lot of efforts to make TVIP TMS more reliable and robust. At the same time we changed some its' internals to achieve fast reaction on admin and user actions like user-related commands or actions in Admin UI. Also these internal changes allows us to reduce CPU usage, as well as memory consumption in a long run.
 +
 +General: We have noticed that sometimes images and some other files may be delivered with delay. So some changes have been applied to fix this behavior. We will continue monitoring of these response times to control the issue.
 +
 +Activation: We've reduced density of QR code used for quick authorization for better reading.
 +
 +Admin UI: We continue to evolve our dashboard in Admin UI to provide you more precise and valuable information about your system and users in a comfortable manner. Some changes have been made, and some more will go. We hope you'll enjoy them as we are.
 +
 +Admin UI: A lot of minor fixes have been made to give you opportunity to work in a more comfortable manner.
 +
 +Provider API: Some changes have been applied to fix problems with commands management via Provider API and displaying the user statistics as a part of Provider portal.
 +
 +Provider API: We've made some optimizations that will improve performance in your interaction with TVIP TMS via Provider API.
 +
 +TVIP CAS server: We're updated the interaction of TVIP TMS platform and TVIP CAS server to get better performance and reduce overall impact on the both systems. Please, pay attention that only TVIP TMS platform modules with version higher then 3.8.x are able to work with new TVIP CAS server with version starting from 1.4.x and further.
 +
 +TVIP API: We optimized some TVIP API methods like /​channels.json to reduce its impact on the entire system and not to worse the performance for TVIP API clients.
 +
 +=== New features ===
 +Audit (**experimental**):​ Sometimes you may feel lack of information on what, when, how the data was changes and by whom. Now you may find all necessary data in Admin by a few ways. First, it's a separate tab found on the any edit form. It contains audit data on the entity you're looking at. The second one - is the tab on admin edit form. It accumulates all actions this admin did. These data will be visible for other admins of the same provider (not other, if you use multi provider mode) and for any global admin. And third one - the separate tab in Management section with special filters that help you to find detailed history of any record.
 +
 +VNC: Sometimes ago you may notice that VNC appears in Admin UI again. Now we glad to announce that we fixed the very last problems with this feature, so you may use it. Anyway, there are some clues how to make it work in complex network environments (specific NGINX settings and so on), so pay attention on our extra explanations about it.
 +
 +Provider API: In one of the previous updates we presented Regions feature. Now you're may use them not only via Admin UI, but by using Provider API.
 +
 +Admin UI: Now you may setup CAS configurations and TVIP CAS sever settings via Admin UI. We've added special "​CAS"​ section in Admin UI (<​server.url>/​admin/​dashboard/​cas_config/​). The section is especially useful if you're using TVIP CAS server and you need to use Widevine DRM.
 +
 +=== Well-known issues ===
 +Admin UI: You may notice that some group actions like '​Enable",​ "​Disable"​ do not work as they should. We consider these actions as a very useful feature, so for now we fixed them for EPG sources and will fix the rest of them in the next releases.
 +
 +General: Please, pay attention that since this version logging has been **disabled** by default. To enable it, we have provided an example file called log4j2-example.yml. If you replace contents of log4j2-prod.yml with this one, logging will be work as it was before.
 +
 +General: Current default settings have been optimized for cases with up to 9k+ users online simultaneously. If you have about the same or more users, feel free to ask our support to get more suitable settings for your TVIP TMS.
 +
 +
 +==== 11.11.2020 [beta] ====
 +
 +=== Fixed ===
 +General: Fixed the issue when any device may become unauthorized unexpectedly,​ even if no any user actions performed. After that, the user had to authorize again by himself his login and password. If quick bind authentication mode is used, provider'​s admin had to perform '​Update'​ action for particular user device via Admin UI.
 +
 +==== 23.09.2020 [beta] ====
 +
 +=== Fixed ===
 +EPG: Fixed the issue when some periodic operations related to EPG handling, mainly, import of EPG updates, may be failed and stop to perform after some time.
 +
 +==== 14.09.2020 [beta] ====
 +
 +=== Fixed ===
 +Provider API: Fixed the issue that search has returned no results if cyrillic letters are used in filter query param and when the some results are expected. Also we've fixed the similar issue with no search results when cyrillic letters are used in quick search field of Provider portal.
 +
 +==== 09.09.2020 [beta] ====
 +
 +=== Fixed ===
 +TVIP API: Fixed the issue when some commands have not been processed if web sockets are used for commands delivery.
 +
 +TVIP API: Fixed the issue when VNC operation has not started, when web sockets operation is being used.
 +
 +=== Improvements ===
 +TVIP API: Web sockets operation has been improved. This also allows us to provide some more improvements in the next releases.
 +
 +==== 07.09.2020 [beta] ====
 +=== Fixed ===
 +TVIP API: Fixed the issue when device count limitation works incorrectly in some case.
 +
 +TVIP API: Now user info request will contain actual number of devices used.
 +
 +TVIP API: If some channels are set to use Flussonic token-based authorization for channel content access, there was a problem to use preview and timeshift on such channels. Now it's fixed.
 +
 +Activation: We fixed the security issue when authorization via activation may give opportunity to steal this authorization if no immediate login after login and password entered.
 +
 +Activation: Fixed the issue when QR code changes on the TV screen too often and this had been made difficult to register using this QR code.
 +
 +Admin UI: Export from any data grid has been fixed. Now it takes into account filters and grid row selections if any.
 +
 +General: Fixed the registration of the last online timestamp when the client device has requested to TMS. List of devices online and offline will be displayed correctly, e.g. in mobile app.
 +
 +General: Now Admin UI will show correct values of device related parameters like client IP address, operation system version and so on.
 +
 +Admin UI: Fixed the issue when TMS run on the any custom port does not allow to upload images.
 +
 +TVIP API: Fixed the problem with usage of free channels assigned to the provider. Now user will receive list of assigned free channels even he has no subscriptions or not allowed to get list of channels by some other reason.
 +
 +Admin UI: Fixed the issue that public tariffs assigned to use allow or block list for some providers remain available or skipped in the corresponding manner.
 +
 +General: Fixed the issue when reports may be absent at the start of accounting period.
 +
 +=== Improvements ===
 +Admin UI: We've updated the dashboard (<​server.url>/​admin/​dashboard/​general_statistics) once more. Now you may find some useful data about the entire system and your customer accounts, devices, subscriptions,​ etc. Also some hints with question mark have been added. It's not a final version, we're going to evolve this. If you'd like to see more specific data here, please, fell free to tell us.
 +
 +Admin UI: Made some visual adaptive improvements to improve your user experience, especially for large displays.
 +
 +Admin UI: Admin UI has been updated with some minor fixes like better time picker operation, extra hints on fields like time shift depth on channel edit form (<​server.url>/​admin/​dashboard/​channels/​),​ improved image upload widget and some more.
 +
 +General: Prior to this release you had an option to upload only one logo for your provider. Now you may upload a few more logotypes on '​Logo'​ tab of provider edit form (<​server.url>/​admin/​dashboard/​providers/​) that will be used for different purposes.
 +
 +TVIP API: Channel preview feature does not rely on device type settings anymore.
 +
 +General: Integration with TVIP CAS has been improved.
 +
 +General: Performance has been increased for Admin UI and Provider API. If you're expierincing problems with long time responses in Provider API, e.g. for channels or tariffs, now it's optimized and will work better.
 +
 +Provider API: Fixed the issue when requesting the channel by id, '​logo'​ field contains image id only.  Now it returns correct reference as URL.
 +
 +VNC: Remote control of devices via Admin UI has been reworked and made available again. To do so, you may start VNC session for any particular device (only one at once) via Devices section (<​server.url>/​admin/​dashboard/​devices).
 +
 +General: We've tuned amount of events must be logged in order to reduce system requirements in the next releases.
 +
 +=== New features ===
 +TVIP API: Some TV clients that we support like web TV client, mobile app and STB, have been released or will be released soon with new feature - user profiles. This version of TMS platform fully supports this feature.
 +
 +TVIP API: We considered that EPG must look best for your customers. So if you have no option to use EPG source with images per TV event, we provide a special feature - you may upload some (up to 4 per channel) images by yourself via channel edit form (<​server.url>/​admin/​dashboard/​channels/​). These images will be randomly used as TV event images if no such images in EPG source.
 +
 +Admin API: Now you may create admin with read only rights or limit the existing one.
 +
 +=== Well-known issues ===
 +Admin UI: Some group actions like "​Enabled",​ "​Disabled"​ and so on may cause an error appeared with message that the action is not allowed. Sometimes this message may be inaccurate. To change the setting, you may use edit form by clicking the corresponding row of grid, change, e.g., "​Active"​ or "​Enabled"​ checkbox and save the result. We're reviewing possible wrong cases and will fix them in the next releases.
 +
 +Free channels: If you're going to set free channels for your provider, please, use public tariff (with no provider assigned) - it's recommended - or tariff specified for another provider. To limit access to such public tariff for other provider, you may use allow / block list on tariff edit form (<​server.url>/​admin/​dashboard/​tariffs/​).
 +
 +VNC: Host and port settings will selected by default as follows: port within range 5900 - 5910 and <​server.url>​ host name. If you'd like to use custom port and name, you need to specify them explicitly in "Send command"​ modal window.
 +
 +VNC: It's possible that some VNC sessions may be not closed automatically. To do so, you may use the following gri d (<​server.url>/​admin/​dashboard/​vnc_sessions),​ where you may find sessions that remain opened.
 +
 +
 +==== 21.07.2020 [beta] ====
 +=== Fixed ===
 +
 +EPG: Fixed the issue when references to EPG images may not be delivered to clients via TVIP JSON API. This issue may appear on TMS installations with relatively low system resources provided. Now it's fixed, and some optimizations have been applied that reduce CPU usage relative to it.
 +
 +==== 3.5.3 (10.07.2020) [beta] ====
 +=== Fixed ===
 +Should ​ you use EPG with screenshots,​ the last update has an issue with incorrect EPG import that leads the particular channel has no EPG. Now it's fixed.
 +
 +==== 3.5.2 (08.07.2020) [beta] ====
 +=== Fixed ===
 +
 +TVIP API: Fixed the issue when Flussonic auth has blocked view of content with time shift or under preview mode if enabled and allowed. Now it will control whether the client is allowed to watch not only live, but time shift and preview.
 +
 +TVIP API: Fixed the issue when no EPG was delivered to TVIP JSON API clients if channel offset has been specified. To make sure your EPG is up to date, use UPDATE EPG from Channels grid 
 +(<​server.url>/​admin/​dashboard/​channels) actions.
 +
 +TVIP API: Sometimes EPG may be delivered only after relative long time period. Now cause of such behavior has been fixed.
 +
 +=== Well-known issues ===
 +
 +TVIP API: Shall the channel offset has been changed, you need to update your current EPG using "​UPDATE EPG" actions from Channels grid (<​server.url>/​admin/​dashboard/​channels). We're going to automate this procedure in the next releases.
 +
 +==== 3.4.32 (29.06.2020) [beta] ====
 +<WRAP center round important 60%>
 +When upgrading nginx configuration will be changed. Please check file name of nginx configuration for TMS (should be /​etc/​nginx/​sites-enabled/​tvip-tms-bundle.conf) before update.
 +Some locations not be added if configuration file have a different name.
 +</​WRAP>​
 +
 +=== Fixed ===
 +
 +
 +TVIP API: Some clients may have experienced some problems with time delays between account enable/​disable and actual response for clients. Now it's fixed and work as it was before.
 +
 +
 +Admin UI: EPG import startup control has been improved. Now you may restart EPG source import if it doesn'​t start. Should it has been already started, you may try to force it.
 +
 +
 +EPG: Should you change EPG source on channel edit form (<​server.url>/​admin/​dashboard/​channels/​),​ new EPG will be applied after all changes saved. You don't need to start the appropriate EPG source import.
 +
 +
 +=== Improvements ===
 +
 +
 +General: Some operations like, EPG import, especially for new or obsolete installations,​ may be resource consuming operations.
 +
 +
 +General: We've made the next step in optimizing the content delivery to TMS-related clients like STB, mobile applications and so on. Now TMS will provide reduced time responses and increased high load rates.
 +
 +
 +Admin UI: Filtering and search have been improved to provide more accurate search and filter results.
 +
 +
 +Admin UI: Error messages have been made more informative.
 +
 +
 +Admin UI: You may see the special icon next to fields that show related entity info such as provider or account. If you click the icon, you will see the entity content in the next tab. You don't need anymore to make a long way through the grids to reach it.
 +
 +
 +Admin UI: Actions have been removed from the row end in the table. To edit entity, just double click the row you need to view or edit. To delete the item, use the appropriate action for the group related actions on the top of the grid.
 +
 +
 +Admin UI: Extra device properties have been added like device types (<​server.url>/​admin/​dashboard/​device_types) and device classes (<​server.url>/​admin/​dashboard/​device_classes).
 +
 +
 +Admin UI: Image uploading widget operation has been made to be more comfortable for use.
 +
 +
 +Provider API: API web-based documentation has been updated for better UX/UI. Also JSON formatted documentation has been provided.
 +
 +
 +=== New features ===
 +
 +TVIP API: <color #ed1c24> Limit for devices quantity per account. You may notice that previous versions of TMS offer you to specify device limits per account for any particular account or provider. Account settings will override provider settings by the usual way as for for other TMS settings. Prior to the current release this limit has been used for reference only. Since this release the limit will be applied. Please, pay attention to check limits specified for your accounts and providers. Note that it's impossible to make unlimited access using zero or negative number.</​color>​
 +
 +=== Well-known issues ===
 +
 +General: TMS requires a substantial amount of RAM for good operation. We're working to reduce system requirements.
 +
  
 ==== 3.4.13 (07.05.2020) [beta] ==== ==== 3.4.13 (07.05.2020) [beta] ====
tvip_tms_changelog.1588844891.txt.gz · Последние изменения: 2020/05/07 12:48 — Денис Цыганов