Adding a Web Player

3 min read

Adding a Web Player

The web player runs GoVista in any modern web browser, making it the most flexible option. No installation required.

When to Use Web Player

  • Quick testing and demos
  • Devices where you cannot install native apps
  • Smart TVs with a built-in browser
  • Chrome devices and Chromebooks
  • Temporary or pop-up displays

Setup

1. Go to Settings > Downloads in the GoVista dashboard 2. Copy the web player URL 3. Open Chrome (recommended) on your display device 4. Navigate to the web player URL 5. A pairing code appears — enter it in the dashboard

Chrome Kiosk Mode

For a full-screen, locked-down experience:

Windows/Linux: `` chrome.exe --kiosk --app=https://your-web-player-url ``

macOS: `` open -a "Google Chrome" --args --kiosk --app=https://your-web-player-url ``

Create a startup script that launches Chrome in kiosk mode automatically on boot. This ensures the display recovers after power outages.

Supported Browsers

  • Google Chrome — Recommended, best compatibility
  • Microsoft Edge — Chromium-based, works well
  • Firefox — Supported with some limitations
  • Safari — Limited support, not recommended for production

Limitations

Compared to native players, the web player has some limitations:

  • No offline playback — requires constant internet
  • No hardware-accelerated video on some platforms
  • Browser may show occasional update prompts
  • Cannot control display power or orientation
  • Limited device health monitoring

Best Practices

  • Use Chrome in kiosk mode for the best experience
  • Disable browser notifications and update prompts
  • Clear browser cache periodically
  • Use a wired Ethernet connection

The web player requires a constant internet connection. Unlike native players, it cannot cache content for offline playback. If your connection drops, the screen will go blank.

Was this article helpful?