FAQ - Frequently Asked Questions
Q: HOW TO CHECK MULTICAST MPEG-TS WITH FFPROBE
A: #> ffprobe udp://<multicast_ip>:<multicast_port>
Q: How to manually synchronize the server time (once)?
A: Use the ntpdate command and the appropriate NTP server:
Output: 10 Oct 13:48:39 ntpdate[28375]: adjust time server 194.100.2.194 offset -0.002503 sec
|
- ntpdate is part of the ntp package which must be installed to run the command and
- make sure that firewall won't block the outgoing ntp traffic to internet
Q: How to install ntp package on CentOS?
A: Find the correct package by listing packages using the yum package manager:
- yum list ntp
A: Install the ntp package that is listed: - yum install ntp.x86_64
- install the correct ntp package - could have different name on 32-bit OS
Q: How to automatically synchronize the server time?
A: Use the ntpd service to keep the server time synchronized - start the service by executing:
- service ntpd start
- yum package manager typically installs the necessary service to /etc/init.d/ntpd
- make sure that firewall won't block the outgoing ntp traffic to internet
Q: How to make NTP service automatically start on server boot?
A: Use chkconfig to make the service start automatically:
- chkconfig --add ntpd
A: Edit the ntp configuration file using for example the vi editor:
- vi /etc/ntp.conf
A: Locate the line(s) starting with "server" and replace the server names with your own choosing (press i to enter text edit mode, press ESC to enter command mode)
A: Type ":wq" in command mode to save your changes and exit the editor
A: Restart the ntpd service: - service ntpd restart
Q: WHAT IS THE BANDWIDTH REQUIREMENT FOR EPG
14 services and EPG for ~7 days
- total allocated bitrate 1'518'387bits/sec
- EIT scedule is 1.19 MB - 1Mb/s
- EIT p/f is 18 KB - 74 Kb/s
24 services and EPG for ~14 days
- total allocated bitrate 3'377'919bits/sec
- EIT scedule is 3.4 MB - 2'8Mb/s
- EIT p/f is 24,5KB KB - 101 Kb/s
Related Articles
HbbTV Launcher
HbbTV Launcher This application is used to launch other applications on channels. CONFIGURATION Field Data Type Comment Red Button Image Image File Image to be used as red button in launcher Red Button Action URL String / URL URL to move when user ...
ADFORM Campaigns
ROLES It is the user/customer responsibility to set up, manage and configure Adform campaigns on their own respective accounts. Icareus Suite supports Adform tag URLs and enabling campaigns based on the data from those URLs. CONFIGURATION ADFORM User ...
Security
Public Site Security Public sites on Icareus Suite can be secured by using a Security Identifier (SID). A request to Icareus must be made to enable this feature on the intended account. Generating the SID Once the security for public site in enabled, ...
Managing Users
Introduction to Users Users are the admin users of Icareus Suite Video Cloud. The available user roles are: Account Administrator Account User Viewer Read more about user rights from Managing Users rights, Teams and Permissions Managing Users Search ...
Message Board
Introduction Icareus Message Board is used to keep event and webinar viewers active and committed to the event - to provide comments, ask questions and communicate with other event participants. General info and functions Message board management and ...