-
Install the Player
Follow the installation guide. Refer to the relevant article for detailed steps. -
Navigate to the Player's Installation Directory
By default, the directory is located at:/usr/share/displ-player
Use the following command to access it:
cd /usr/share/displ-player
-
Create a
connect.json
File
Create a file namedconnect.json
with the following content:{ "url": "https://api.displayforce.ai", "code": "QWERTY" }
Here
QWERTY
should be changed to correct connection code.
Use the following command to edit the file:sudo nano connect.json
After editing, save the file:
- Press
Ctrl+X
. - Press
Y
to confirm. - Press
Enter
to save the file asconnect.json
.
- Press
-
Start the Player
Run the player using the following command:sudo displ-player
Player will be connected to the device on your platform.
Comments
0 comments
Please sign in to leave a comment.