Copyright © 2024 Linutop SAS
Linutop TV is a Digital Signage System, available on the Internet (Cloud / SaaS) or as a local private server (On-Premises). More info on linutop.tv. |
Linutop tv is a media broadcasting system (images, pdf, videos, audios, web page) composed of 2 elements:
The Linutop tv server allows you to organize playlists and program the media display. Players synchronize with the servers and locally copy the media files minimizing network usage. They can also turn off the screen.
The private server Linutop tv can be installed in a VM (Virtual Machine), a PC, a Raspberry Pi. It can even be installed in a player.
Display on screens using Linutop Kiosk players or with the web player on smatphone / tablet via QRcode.
Network Protocoles: The Linutop.TV server and its Linutop Kiosk player use the HTTP or HTTPS protocol on 80 port and Raspberry Pi may need NTP Protocole for clock sycronisation.
The linutop.tv signage manager allows you to display your media on your screens, in just 3 steps:
This tutorial will help you set up your display system.
The library is an online space where you can store your files (images, videos, music, URLs and document templates). Click on the "Add" button (at the top of the library) to upload your files. You can also sort your files by type and add all the files of the same type directly into a loop (from the current playlist).
Add an image or video: upload the file from your computer.
Add a website or video feed: Enter the web path (URL) to use.
Add an HTML page: select a template, edit and name it.
Once the edited elements, click on "Validate" to integrate the media in your library.
Note: The upload can take several minutes, depending on the size of your files.
The total size of the library is limited to 1GB.
To edit a document template, click the edit icon. To delete an item, click on the red cross.
Formats supported by Linutop TV:
Note: The .zip format allows you to upload multiple files in a single upload.
A Playlist is a list of different medias, which are present in your Library.
Drag a media from your Library and drop it on the loop of your Playlist or an item in the loop to add it, or use the green arrows to move the elements (touchscreens).
Choose:
Delete a file from your Playlist by clicking on the red cross associated with the file (at the end of its line). It will be the same process to delete a Playlist or a loop.
The loops are used to organize the Playlist. They allow for example to:
Add a loop by clicking on the "New loop" button.
To see a playlist in Linutop.tv, you must first associate it with a string (in "option - player state") then click on the links that appear next to the playlist name
Note: You can view only the content of the loop 0 in the browser.
You can also view each item individually by clicking its icon, from the library or playlist being edited
The Playlists are saved automatically after each change. The result will not be displayed immediately on your screens
The displayed Playlist is updated every 30 minutes by default. This can be changed in the Linutop Kiosk configuration.
In addition, it is possible to insert an element belonging to a different loop , setting the time of broadcast.
Note: Between each element, the player checks if another loop should be displayed.
If you need or want to see your modifications sooner:
To delete a Playlist, select it and click on the red cross on the right side of the "new loop" button.
The player executes loop 0 by default if no other time condition in the other loops is valid.
In addition, it is possible to insert an element belonging to a different loop by setting its broadcast time. But for this, it is necessary that the loop to insert is priority. The loop with the lowest number is the loop with the highest priority
Note: The test selection of the next element is performed between each element.
Once the playlist has been edited (files order, display time, loop, etc.), click on "Settings". A menu will allow you to associate a Player (screen) with a Playlist (created online).
In the menu "Settings - Player Status" (part 3 in Chapter 1), It is possible to watch players status. Several states may appear. They are listed below with their significations.
Note: If the player is "Delayed", it may just be disconnected from the network. It will continue to display the playlist as it was downloaded locally.
To make a channel public, just check the box opposite its name (in the public column). It is also necessary that his name be unique, that there are no other public chains of the same name. You can also view all channels from this interface. |
Once the channel is made public, you can access it from the url "linutop.tv/webapp/channels" (page opposite). This page lists all your public channels.
This feature is also available for private linutop.tv servers, for use on the local network
Note: Restricting the player Online: The online player only broadcasts the loop 0, and the media may not be compatible depending on the browser.
You have access to an "horizontal" web player wich displays the media alternately depending on their associated time, and also to a "vertical" web player, better suited for sdmall screens, wich lists all the media on the same page.
The public channels page also offers a button allowing you to display the url of a web player as a QRcode:
You can scan this QRcode to easily obtain the url of a web player on a mobile device.
You can also save the QRcode's image or take a screen shot to print it.
On the Linutop Player web browser, log in Linutop TV and open the "Settings" window, click on the screen number.
You can see what the server is sending to the player.
Validate by clicking the "Ok" button.
Go back in the "Linutop" - "Linutop Kiosk - Launcher" menu. Your Playlist will be displayed on your Player.
Linutop kiosk allows you to go to the next element with a mouse click or a contact on a touch screen. It is possible to pass in complete web mode on a URL with a mouse movement or by pressing a key by setting up the kiosk in web mode and screen saver, in the general tab, it will go back to dynamic display at the end of the timer of the web kiosk session.
The LinutopTV server offers two web players for browsers :
Those players are available with a QRcode even in private mode. This broadcast option allows you to do mobile display and avoid physical contact with a document. The formats taken into account are more limited than with the Linutop-kiosk.
A template is a html page which can be edited. You can place a picture or a text. Linutop TV offers some pre-edited models.
To add a Template, click on one of the pre-edited templates, then "Submit"
You are now able to configure the template according to two different methods.
Note: Templates allows you to keep an HTML page on the screen even in case of network failure. Unlike a url, which is reloaded each time.
This mode let you display and edit your template
The bottom area let you edit the text with regular text edit interface.
Click on the button. The HTML code of your template is now accessible. The edition of the code results in the automatic update of the preview.
There are several ways to create a template. Either by starting from a template or by creating your template (HTML page) and then putting it online as a .html document (thanks to the "add" button in the library menu)
Example of template structure:
<html> <head> <style> .text {text-align: center; font-size: 6em; } img { max-width: 50%; max-height: 500px; } </style> </head> <body> <div class='text'> <img src="http://linutop.com/images/linutopxs_right_side_ll.jpg" alt="image"> <br/> Hello! </div> </body> </html>
This mode allows to create a local HTML page with, possibly animations in javascript
To be able to edit the template without going through the HTML code, just add these tags:
For the text boxes (a place in the <div class='text'> so as not to alter the HTML edit mode)
<div class="editable-block"> <div class="content"> </div> <div class="editor"> <textarea name="editable" id="" cols="30" rows="10" class="editable" style="display: None;"> </textarea> </div> </div>
For images :
<img src="http://linutop.com/images/linutopxs_right_side_ll.jpg" alt="image" class="editable-image">
For images locally :
<limage>/library/AIR-TRAVEL_template.jpg/limage>">
This configuration requires an image in the library and it will be transmitted to the player locally with the template.
Note: These two pieces of code let you edit the template using the visual mode.
In the Linutop TV library, you can add your templates in 2 different ways:
If you have included images in your templates. They must also be added to the library so that they are well taken into account.
Finally, simply broadcast your templates by pressing the arrow to the right.
Here are some examples of templates available on the server:
Welcome Template |
This template allows you to display a graphic logo, the time, the date of the day and your message for a lobby. |
Template Horloge |
Cette template vous permet d'afficher un logo graphique, l'heure, la date du jour et une image de bienvenue pour un hall d'accueil. |
Template: for a bus station, a pier and a small airfield. It can display a message via a web browser from a phone or tablet connected to the local network.
Note: The background image of these templates is available by clicking on the icons. It is composed of an image of 1920x1080 allowing to accommodate all the images by including the modifiable text.
You can also create your own template adapted to your preferences. This is a simple html file, it is very easy to edit.
You can preview your template by clicking the button then the button to return to editing your template.
Once your modifications are done, you can save them by clicking (do not forget to name your template, or it will not be possible to save it).
To access your playlist, you must now configure the Kiosk. Go to the Linutop Kiosk Setup menu : "Linutop" - "Linutop Kiosk - Setup".
The Kiosk Configuration window opens. Click on "Linutop TV Server" and enter your id (invoice number and email address) and then sign in using the "Connect" button.
If you use a private server you need to select
and to check then enter the url or ip address of your server. once done you need to use your login and password to access the playlist (by default admin/linutop). Then choose the playlist you want to display and hit the button.To quit the kiosk application hit Esc. If a password is set, use Ctrl+q and enter your password instead.
For maximum privacy, a Linutop TV Server can be installed on your local network.
The server works like a web server, players (linutop-kiosk) come every 30 minutes by default check playlists if they are new. It loads them and uploads the new elements that minimize network access to the server. Players store the media and will continue to run even if there is a network disconnect.
Server location and data storage:
The Linutop.tv server must be installed in Linutop OS, which can work in different locations:
The server must be configured as a fixed IP, so that the players can connect to the same IP address
Linutop OS on PC can be configured as a fixed IP using the /etc/network/interfaces file.
auto lo iface eth0 inet static Address 192.168.1.81 netmask 255.255.255.0 gateway 192.168.1.254
Linutop OS (buster) on Raspberry Pi configured on fixed IP using the file /etc/dhcpcd.conf
interface eth0 static ip_address=192.168.1.81/24 static routers=192.168.1.254 static domain_name_servers=192.168.1.254
The communication between the Linutop.tv server and the player is done via the standard http protocol
Note: It is recommended to use a wired connection for stability
Go to the Panel Configuration : "Linutop" - "Configuration Panel".
In the "Install" tab, enter your invoice number and address email and confirm by clicking the "Login" button.
A list of available configurations appears in the bottom frame. Select "Linutop TV private server setup installation" in this list. Click "Apply".
A message will confirm the installation. Exit Configuration Panel by clicking the "Ok" button.
Your server Linutop TV is now ready to use.
It is accessible with a web browser on your local network by typing the IP address of your computer, available in the "About" tab of the Configuration PanelNow you can create your playlists.
Process :
Create 2 storages in your MV, install ISO linutop OS, boot and install full Linutop OS on second storage. And then, remove the first storage and reboot on the Linutop OS Pro to install linutop.tv private server
Open VM VirtualBox Manager
Select button New
Menus:
Now you Virtual machine is ready to receve the Iso Image
Press "Storage" button
Press the small disk next to Controller IDE
Choose disk and select the iso image
Your VM is ready to boot the Iso Image Just press start. You can now test linutop OS demo in your VM
To install the full version just use the install menu and install it on the second device :
Once installed, you can removed the installed demo iso device and boot on the full version and then install your Linutop TV Private Server and proceed like a private local private installation (Chapter 8).
Your session may have expired, your just have to refresh the web page and reconnect yourself to solve this problem.
Yes, you need to put the images on the menu in a playlist, then print the QRcode and put in ont the tables.