This document provides help for the file formats of the files necessary to operate TelliCast Client.
These files may be written and adapted to a particular situation using any standard editor. The format is similar to the Windows
ini-file format. Details are given in the examples linked to this page.
For most entries there are default values so that the corresponding entries / sections can be left out.
For this entries the default value is given with the description of the entry. If there is no default value given,then the entry is
mandatory and an error message will be generated when it is missing.
Please note:
|
Client Configuration File (cast-client.ini) |
This file contains the central client configuration settings.
It should be placed within the tc-cast-client working directory (unless specified otherwise using the tc-cast-client command line options).
Parameter index of file cast-client.ini
[config_version]
version
[recipient]
user_name
user_key
user_key_crypt
user_name_prefix
[shell]
login
allowed_address
port
interface_address
refresh
graphic_port
[watchdog]
activate
alive_check_interval
restart_time
max_memory_usage
max_cpu_usage
max_cpu_usage_period
max_nr_of_core_files
error_script
error_script_cause_announcement
[mail]
mail_server_address
sender_address
default_feedback_mail_recipient
[logging]
log_level
log_file_size
log_file_number
max_shift_interval
shift_time
[locations]
file_database_directory
channels_file
log_file
license_file
[announcement_channel]
address
name
[parameters]
interface_address
tmp_directory
tmp_prefix
tmp_suffix
total_bandwidth
acknowledgement_proxy_address
packet_naks
allow_execute
file_database_size
file_delivery_counter
file_delivery_speed
set_systemtime
set_systemtime_diff
[config_version] |
file: cast-client.ini |
|
|
version |
section: [config_version] |
file: cast-client.ini |
||
|
||||
syntax: |
example: version=2.8 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: |
|
[recipient] |
file: cast-client.ini |
|
|
user_name |
section: [recipient] |
file: cast-client.ini |
||
|
||||
syntax: user_name=<string> |
example: user_name=miller |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-client - cast-client.ini - user_name_prefix |
|
user_key |
section: [recipient] |
file: cast-client.ini |
||
|
||||
syntax: user_key=<string> |
example: user_key=topsecret |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-server - *.rcv - [recipient] - user_key |
|
user_key_crypt |
section: [recipient] |
file: cast-client.ini |
||
|
||||
syntax: user_key_crypt=<encrypted key> |
example: |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-server - *.rcv - [recipient] - user_key_crypt |
|
user_name_prefix |
section: [recipient] |
file: cast-client.ini |
||
|
||||
syntax: user_name_prefix=<string> |
example: user_name_prefix=provider_ |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-client - cast-client.ini - [recipient] - user_name |
|
[shell] |
file: cast-client.ini |
|
|
login |
section: [shell] |
file: cast-client.ini |
||
|
||||
syntax: login=<name>:<password> |
example: login=miller:mysecret |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-client - cast-client.ini - [shell] - allowed_address |
|
allowed_address |
section: [shell] |
file: cast-client.ini |
||
|
||||
syntax: allowed_address=<IP address> |
example: allowed_address=127.0.0.1 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-client - cast-client.ini - [shell] - login |
|
port |
section: [shell] |
file: cast-client.ini |
||
|
||||
syntax: port=<port> |
example: port=8100 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-client - cast-client.ini - [shell] - interface_address |
|
interface_address |
section: [shell] |
file: cast-client.ini |
||
|
||||
syntax: interface_address=<interface name> |
example: interface_address=eth1 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-client - cast-client.ini - [shell] - port |
|
refresh |
section: [shell] |
file: cast-client.ini |
||
|
||||
syntax: refresh=<seconds> |
example: refresh=5 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: |
|
graphic_port |
section: [shell] |
file: cast-client.ini |
||
|
||||
syntax: graphic_port=<port> |
example: graphic_port=8105 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: |
|
[watchdog] |
file: cast-client.ini |
|
|
activate |
section: [watchdog] |
file: cast-client.ini |
||
|
||||
syntax: activate=<value of range> |
example: activate=1 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-server - cast-server.ini - [watchdog] |
|
alive_check_interval |
section: [watchdog] |
file: cast-client.ini |
||
|
||||
syntax: alive_check_interval=<seconds> |
example: alive_check_interval=40 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-client - cast-client.ini - [watchdog] - activate |
|
restart_time |
section: [watchdog] |
file: cast-client.ini |
||
|
||||
syntax: restart_time=<hh:mm> |
example: restart_time=05:15 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-client - cast-client.ini - [watchdog] - activate |
|
max_memory_usage |
section: [watchdog] |
file: cast-client.ini |
||
|
||||
syntax: max_memory_usage=<byte> |
example: max_memory_usage=300000000 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-client - cast-client.ini - [watchdog] - activate |
|
max_cpu_usage |
section: [watchdog] |
file: cast-client.ini |
||
|
||||
syntax: max_cpu_usage=<value of range> |
example: max_cpu_usage=75 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-client - cast-client.ini - [watchdog] - activate |
|
max_cpu_usage_period |
section: [watchdog] |
file: cast-client.ini |
||
|
||||
syntax: max_cpu_usage_period=<seconds> |
example: max_cpu_usage_period=120 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-client - cast-client.ini - [watchdog] - activate |
|
max_nr_of_core_files |
section: [watchdog] |
file: cast-client.ini |
||
|
||||
syntax: max_nr_of_core_files=<number> |
example: max_nr_of_core_files=10 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-client - cast-client.ini - [watchdog] - activate |
|
error_script |
section: [watchdog] |
file: cast-client.ini |
||
|
||||
syntax: error_script=<name of script including path> |
example: error_script=./error.sh |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-client - cast-client.ini - [watchdog] - error_script_cause_announcement |
|
error_script_cause_announcement |
section: [watchdog] |
file: cast-client.ini |
||
|
||||
syntax: error_script_cause_announcement=<seconds> |
example: error_script_cause_announcement=30 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-client - cast-client.ini - [watchdog] - error_script |
|
[mail] |
file: cast-client.ini |
|
|
mail_server_address |
section: [mail] |
file: cast-client.ini |
||
|
||||
syntax: mail_server_address=<IP address> |
example: mail_server_address=172.33.33.33 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-client - cast-client.ini - [mail] - sender_address |
|
sender_address |
section: [mail] |
file: cast-client.ini |
||
|
||||
syntax: sender_address=<e-mail address> |
example: sender_address=user@company.com |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-client - cast-client.ini - [mail] - mail_server_address |
|
default_feedback_mail_recipient |
section: [mail] |
file: cast-client.ini |
||
|
||||
syntax: default_feedback_mail_recipient=<e-mail address> |
example: default_feedback_mail_recipient=support@company.com |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-client - cast-client.ini - [mail] - mail_server_address |
|
[logging] |
file: cast-client.ini |
|
|
log_level |
section: [logging] |
file: cast-client.ini |
||
|
||||
syntax: log_level=<value of range> |
example: log_level=normal |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: |
|
log_file_size |
section: [logging] |
file: cast-client.ini |
||
|
||||
syntax: log_file_size=<bytes> |
example: log_file_size=1000000 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-client - cast-client.ini - [logging] - log_file_number |
|
log_file_number |
section: [logging] |
file: cast-client.ini |
||
|
||||
syntax: log_file_number=<number of files> |
example: log_file_number=4 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-client - cast-client.ini - [logging] - log_file_size |
|
max_shift_interval |
section: [logging] |
file: cast-client.ini |
||
|
||||
syntax: max_shift_time=<minutes> |
example: max_shift_time=1440 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: logging|shift_time |
|
shift_time |
section: [logging] |
file: cast-client.ini |
||
|
||||
syntax: shift_time=<hour>:<minute> |
example: shift_time=4:30 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: logging|log_file_size logging|max_shift_interval logging|max_file_number |
|
[locations] |
file: cast-client.ini |
|
|
file_database_directory |
section: [locations] |
file: cast-client.ini |
||
|
||||
syntax: file_database_directory=<directory name> |
example: file_database_directory=receiving/tmp |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: |
|
channels_file |
section: [locations] |
file: cast-client.ini |
||
|
||||
syntax: channels_file=<file name> |
example: channels_file=cast-client-channels.ini |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: |
|
log_file |
section: [locations] |
file: cast-client.ini |
||
|
||||
syntax: log_file=<file name> |
example: log_file=cast-client.log |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-client - cast-client.ini - [logging] |
|
license_file |
section: [locations] |
file: cast-client.ini |
||
|
||||
syntax: license_file=<file name> |
example: license_file=license.ini |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: |
|
[announcement_channel] |
file: cast-client.ini |
|
|
address |
section: [announcement_channel] |
file: cast-client.ini |
||
|
||||
syntax: address=<address> |
example: address=229.1.1.1:10120 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-server - cast-server.ini - [announcement_channel] - address |
|
name |
section: [announcement_channel] |
file: cast-client.ini |
||
|
||||
syntax: name=<string> |
example: name=TSL Announcement Channel |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-server - cast-server.ini - [announcement_channel] - name |
|
[parameters] |
file: cast-client.ini |
|
|
interface_address |
section: [parameters] |
file: cast-client.ini |
||
|
||||
syntax: interface_address=<address> |
example: interface_address=172.27.1.51 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: |
|
tmp_directory |
section: [parameters] |
file: cast-client.ini |
||
|
||||
syntax: tmp_directory=<directory> |
example: tmp_directory=receiving/tmp/files |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-client - cast-client-channels.ini - [<channel name>] - tmp_directory |
|
tmp_prefix |
section: [parameters] |
file: cast-client.ini |
||
|
||||
syntax: tmp_prefix=<file name start> |
example: tmp_prefix=. |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-client - cast-client-channels.ini - [<channel name>] - tmp_prefix |
|
tmp_suffix |
section: [parameters] |
file: cast-client.ini |
||
|
||||
syntax: tmp_suffix=<file suffix> |
example: tmp_suffix=.tmp |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-client - cast-client-channels.ini - [<channel name>] - tmp_suffix |
|
total_bandwidth |
section: [parameters] |
file: cast-client.ini |
||
|
||||
syntax: total_bandwidth=<bits> |
example: total_bandwidth=10000000 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-client - cast-client-channels.ini - [<channel name>] - priority |
|
acknowledgement_proxy_address |
section: [parameters] |
file: cast-client.ini |
||
|
||||
syntax: acknowledgement_proxy_address=<address>:<port> |
example: acknowledgement_proxy_address=172.27.1.2:80 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-server - *.job/*.crw - [scheduling] - request_acknowledgements |
|
packet_naks |
section: [parameters] |
file: cast-client.ini |
||
|
||||
syntax: packet_naks=<value of range> |
example: packet_naks=1 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-server - *.cha - [channel] - allow_packet_naks |
|
allow_execute |
section: [parameters] |
file: cast-client.ini |
||
|
||||
syntax: allow_execute=<value of range> |
example: allow_execute=1 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-client - cast-client-channels.ini - [<channel name>] - allow_execute |
|
file_database_size |
section: [parameters] |
file: cast-client.ini |
||
|
||||
syntax: file_database_size=<bytes> |
example: file_database_size=262144000 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-client - cast-client.ini - [locations] - file_database_directory |
|
file_delivery_counter |
section: [parameters] |
file: cast-client.ini |
||
|
||||
syntax: file_delivery_counter=<value of range> |
example: file_delivery_counter=50 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-client - cast-client.ini - [parameters] - file_delivery_speed |
|
file_delivery_speed |
section: [parameters] |
file: cast-client.ini |
||
|
||||
syntax: file_delivery_speed=<value of range> |
example: file_delivery_speed=20000000 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-client - cast-client.ini - [parameters] - file_delivery_counter |
|
set_systemtime |
section: [parameters] |
file: cast-client.ini |
||
|
||||
syntax: set_systemtime=<value of range> |
example: set_systemtime=1 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: |
|
set_systemtime_diff |
section: [parameters] |
file: cast-client.ini |
||
|
||||
syntax: set_systemtime_diff=<value of range> |
example: set_systemtime_diff=1500 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-client - cast-client.ini - [parameters] - set_systemtime |
|
License File |
This file contains the product license. It has to be located in the working directory of the Client program and has to be named as specified in the Client Configuration File, section [locations], with the entry license_file (default: license.ini). A product license is necessary for the program to run.
Parameter index of file license.ini
[config_version]
version
[license]
license_class
expiry_date
oem_license
restriction
product_license
operating_system
max_bandwidth_mc
http_skin
min_version
max_version
license_id
license_signature
[license_parameters]
description
license_server_proxy
[activations]
[config_version] |
file: license.ini |
|
|
version |
section: [config_version] |
file: license.ini |
||
|
||||
syntax: |
example: version=2.8 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: |
|
[license] |
file: license.ini |
|
|
license_class |
section: [license] |
file: license.ini |
||
|
||||
syntax: license_class=<license classification> |
example: license_class=Evaluation Copy |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: |
|
expiry_date |
section: [license] |
file: license.ini |
||
|
||||
syntax: expiry_date=<yyyy.mm.dd> |
example: expiry_date=2004.10.01 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: |
|
oem_license |
section: [license] |
file: license.ini |
||
|
||||
syntax: oem_license=<company name> |
example: oem_license=MyCompany |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: |
|
restriction |
section: [license] |
file: license.ini |
||
|
||||
syntax: restriction=<text> |
example: restriction=valid in conjunction with service or evaluation agreement only! |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: |
|
product_license |
section: [license] |
file: license.ini |
||
|
||||
syntax: product_license=Client/<module> |
example: product_license=Client/TelliNet |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: |
|
operating_system |
section: [license] |
file: license.ini |
||
|
||||
syntax: operating_system=Client/<OS> |
example: operating_system=Client/Windows |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: |
|
max_bandwidth_mc |
section: [license] |
file: license.ini |
||
|
||||
syntax: max_bandwidth_mc=<bandwidth> |
example: max_bandwidth_mc=1000000 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: |
|
http_skin |
section: [license] |
file: license.ini |
||
|
||||
syntax: http_skin=<company name> |
example: http_skin=CustomerCompany |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: |
|
min_version |
section: [license] |
file: license.ini |
||
|
||||
syntax: min_version=<version number> |
example: min_version=2.3.0 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-client - license.ini - [license] - max_version |
|
max_version |
section: [license] |
file: license.ini |
||
|
||||
syntax: max_version=<version number> |
example: max_version=2.8 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-client - license.ini - [license] - min_version |
|
license_id |
section: [license] |
file: license.ini |
||
|
||||
syntax: |
example: |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: |
|
license_signature |
section: [license] |
file: license.ini |
||
|
||||
syntax: |
example: |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: |
|
[license_parameters] |
file: license.ini |
|
|
description |
section: [license_parameters] |
file: license.ini |
||
|
||||
syntax: description=<text> |
example: description=License purchased for test in customer environments. |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: |
|
license_server_proxy |
section: [license_parameters] |
file: license.ini |
||
|
||||
syntax: license_server_proxy=<IP address> |
example: license_server_proxy=172.27.1.1:8080 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: |
|
Client Channel File (cast-client-channels.ini) |
This file contains the channel specific configurations. It has to be located in the working directory of the Client program and has to be named as specified in the Client Configuration File, section [locations], with the entry channels_file (default: cast-client-channels.ini). This file is optional.
Parameter index of file cast-client-channels.ini
[config_version]
version
[channel]
name
priority
target_directory
activate_ftp_forwarding
allow_execute
tmp_directory
tmp_prefix
tmp_suffix
stream_protocol
stream_address
stream_interface
allowed_address
stream_ttl
stream_buffer
[config_version] |
file: cast-client-channels.ini |
|
|
version |
section: [config_version] |
file: cast-client-channels.ini |
||
|
||||
syntax: |
example: version=2.8 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: |
|
[channel] |
file: cast-client-channels.ini |
|
|
name |
section: [channel] |
file: cast-client-channels.ini |
||
|
||||
syntax: |
example: name=* |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: |
|
priority |
section: [channel] |
file: cast-client-channels.ini |
||
|
||||
syntax: priority=<value of range> |
example: priority=500 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: |
|
target_directory |
section: [channel] |
file: cast-client-channels.ini |
||
|
||||
syntax: target_directory=<directory> |
example: target_directory=received |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: |
|
activate_ftp_forwarding |
section: [channel] |
file: cast-client-channels.ini |
||
|
||||
syntax: activate_ftp_forwarding=<value of range> |
example: activate_ftp_forwarding=1 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-client - cast-client.ini - [ftp_forwarding] - ftp_server_address |
|
allow_execute |
section: [channel] |
file: cast-client-channels.ini |
||
|
||||
syntax: allow_execute=<value of range> |
example: allow_execute=1 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: |
|
tmp_directory |
section: [channel] |
file: cast-client-channels.ini |
||
|
||||
syntax: tmp_directory=<directory> |
example: tmp_directory=receiving/tmp/files |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-client - cast-client.ini - [parameters] - tmp_directory |
|
tmp_prefix |
section: [channel] |
file: cast-client-channels.ini |
||
|
||||
syntax: tmp_prefix=<file name start> |
example: tmp_prefix=. |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-client - cast-client.ini - [parameters] - tmp_prefix |
|
tmp_suffix |
section: [channel] |
file: cast-client-channels.ini |
||
|
||||
syntax: tmp_suffix=<file suffix> |
example: tmp_suffix=.tmp |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-client - cast-client.ini - [parameters] - tmp_suffix |
|
stream_protocol |
section: [channel] |
file: cast-client-channels.ini |
||
|
||||
syntax: stream_protocol=<value of range> |
example: stream_protocol=tcp |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: |
|
stream_address |
section: [channel] |
file: cast-client-channels.ini |
||
|
||||
syntax: stream_address=<address>:<port> |
example: stream_address=172.27.1.51:9999 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-server - *.str - [stream] - destination_address |
|
stream_interface |
section: [channel] |
file: cast-client-channels.ini |
||
|
||||
syntax: stream_interface=<address> |
example: stream_interface=172.27.1.51 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-client - cast-client-channels.ini - stream_address |
|
allowed_address |
section: [channel] |
file: cast-client-channels.ini |
||
|
||||
syntax: allowed_address=<address> |
example: allowed_address=172.27.1.51 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: tc-cast-client - cast-client-channels.ini - [<channel_name>] - stream_protocol |
|
stream_ttl |
section: [channel] |
file: cast-client-channels.ini |
||
|
||||
syntax: destination_ttl=<value of range> |
example: destination_ttl=1 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: |
|
stream_buffer |
section: [channel] |
file: cast-client-channels.ini |
||
|
||||
syntax: stream_buffer=<bytes> |
example: stream_buffer=5000 |
|||
|
||||
unit: range: default: |
this parameter is optional mandatory repeatable |
read by system at startup only continuously on re-config signal |
||
related entries: |
|