This help page explains how to launch and use the EasySignage web player to display digital signage content in a browser. It explains how to open the player using your screen’s pairing code and keep it running reliably. It also covers tips for optimizing playback and preventing screen sleep, so your browser-based signage stays on without interruption.
How to Use EasySignage Web-based Player?
- Open a Web Browser, preferably Chrome or Chromium.
- Click on ezplayer.io
- Go to manage.easysignage.com and use the code displayed in the browser to assign the web player to your account
- For more information on how to assign a screen to your account, check the below link
Add Screen to your account
Important: Chrome Autoplay Policy and How to Resolve It
What is the Chrome Autoplay policy?
Modern browsers like Chrome block autoplay of videos that include sound unless the user has interacted with the page (e.g. click, tap, or key press). This is designed to prevent unexpected noise and improve user experience — but it may affect signage playback if your videos include sound.
How to resolve the Chrome Autoplay policy
To ensure videos autoplay without restriction:
Option 1: Mute the video in EasySignage
- Go to manage.easysignage.com
- Edit the video item in your playlist
- Check the “Mute” checkbox
- Click Publish
Muted videos are allowed to autoplay in all browsers without any user interaction.
Option 2: Disable the autoplay policy in Chrome
For kiosks or controlled environments, you can disable the autoplay restriction:
Method 1: Launch Chrome with a special flag
On Windows:
chrome.exe --autoplay-policy=no-user-gesture-requiredOn macOS:
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --autoplay-policy=no-user-gesture-requiredOn Linux:
google-chrome --autoplay-policy=no-user-gesture-required
Method 2: Chrome experimental flag (may not work in newer versions)
- Open
chrome://flags/#autoplay-policy - Set to “No user gesture is required”
- Restart the browser
Note: This method is ideal for development or kiosk use. For public users, using muted videos is the recommended approach.