Linear broadcast services require Program Specific Information/System Information (PSI/SI) as an essential part of the stream. Tuning information as well as Electronic Program Guide (EPG) can be generated by the Dualz “CLEVER” PSI/SI Generator. The Dualz PSI/SI Generator conforms MPEG and DVB standards. Generated tables include PAT, PMT, CAT, BAT, NIT, AIT, TOT/TDT, SDT, EIT pf/scheduled and more. Dualz PSI/SI Generator imports data from several interfaces, from file (XML) or REST API interfaces. The CLEVER PSI/SI engine supports event interfaces on service level. Via XML or JSON the event information can be sent to the CLEVER engine. Just drop your xml files on the system itself, FTP server or inject via API and they will be published in the transport stream. Use our remote Event Injection software to get your files and let the software push the events in the correct format to the CLEVER engine. Watch the video to learn more about EPG injection.
Installation instructions: Run "sudo snap install clever". After installation the CLEVER software will run automatically (also after system reboot). By default, a demo transport stream is generated, and will automatically play out via SRT (Secure Reliable Transport) in listening mode on port 1234, local nic. To connect to this stream use e.g. srt://10.0.0.1:1234?mode=caller. Note: make sure port 1234 on your linux machine is reachable through firewalls and routers! You can restart the service by using 'sudo snap restart clever'. More info, including how to control automated updates: https://dualz.com/clever_docs/install_on_linux_via_snap.pdf.
Status overview: Via http://<server_ip>:5010, you can view the transport stream information currently being played out
User interface: You can download the CLEVER user interface at: https://dualz.com/Releases/CLEVER/UIsetup.zip This user interface runs remotely on any (Windows) PC on your company LAN. Use this to change anything in the transport stream, or to change the output protocol (like UDP, ASI, SRT,....)
License: By default, the CLEVER PSI/SI generator runs in demo mode, meaning the transport stream will stop playing after 30 minutes. Purchase a temporary or permanent license at https://dualz.com/clever/#software
You are about to open
Do you wish to proceed?
Thank you for your report. Information you provided will help us investigate further.
There was an error while sending your report. Please try again later.
Snaps are applications packaged with all their dependencies to run on all popular Linux distributions from a single build. They update automatically and roll back gracefully.
Snaps are discoverable and installable from the Snap Store, an app store with an audience of millions.
Snapd can be installed from Manjaro’s Add/Remove Software application (Pamac), found in the launch menu. From the application, search for snapd, select the result, and click Apply.
Alternatively, snapd can be installed from the command line:
sudo pacman -S snapd
Once installed, the systemd unit that manages the main snap communication socket needs to be enabled:
sudo systemctl enable --now snapd.socket
To enable classic snap support, enter the following to create a symbolic link between /var/lib/snapd/snap
and /snap
:
sudo ln -s /var/lib/snapd/snap /snap
Either log out and back in again, or restart your system, to ensure snap’s paths are updated correctly.
To install CLEVER PSI/SI and EPG generation, simply use the following command:
sudo snap install clever
Browse and find snaps from the convenience of your desktop using the snap store snap.
Interested to find out more about snaps? Want to publish your own application? Visit snapcraft.io now.