Customize Consent Preferences

We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.

The cookies that are categorized as "Necessary" are stored on your browser as they are essential for enabling the basic functionalities of the site. ... 

Always Active

Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.

No cookies to display.

Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.

No cookies to display.

Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.

No cookies to display.

Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.

No cookies to display.

Advertisement cookies are used to provide visitors with customized advertisements based on the pages you visited previously and to analyze the effectiveness of the ad campaigns.

No cookies to display.

RMF_Tools

Created on June 21, 2022


generate_si_cache

RDK SI Cache Converter is a tool to convert the the given SI Cache file from binary to XML format or vice versa based on the specified mode. This tool helps to enhance the existing channel map to support the development activities at locations where head-end connectivity is not available. This tool uses Libxml2 XML toolkit (http://xmlsoft.org/) for all XML related operations.

Operation modes:

  • xtob – Generate SI Cache binaries from the given XML file
  • btox – Generate SI Cache XML file from the given binary file
  • dump – Dump channel map from the given binary file to console
  • input: Input file. It can be an XML file or a binary SI Cache file depending on the operation mode
  • output: Output file. It can be a binary SI Cache file or an XML file depending on the operation mode
  • sioutput: Binary SI Cache file to be generated. To use this option, the mode should be set to ‘xtob’
  • snsoutput: Binary SNS Cache file to be generated. To use this option, the mode should be set to ‘xtob’
  • version: Prints the tool’s version details
  • help: Prints this user’s manual

Examples:

Command to generate binary SI cache from given XML file:
./generate_si_cache -mode xtob -input si.xml -output SICache

Command to generate both binary SI cache and binary SNS cache from given XML file”
./generate_si_cache -mode xtob -input si.xml -sioutput SICache -snsoutput SNSCache 

Command to generate XML file from binary SI cache
./generate_si_cache -mode btox -input SICache -output si.xml

Command to dump channel map from binary SI cache to console
./generate_si_cache -mode dump -input SICache 

tenableHDCP

A utility for enabling and disabling HDCP (High-bandwidth Digital Content Protection). 

tenableHDCP application will read HDCP keys via the MfrLib and calls Device Settings to enable HDCP.

API Specification

RMF_Tools API specification is available in the Doxygen page: RMF_Tools Streamer API Specifications