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 Management > Devices 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://player.govista.app ``

macOS: `` open -a "Google Chrome" --args --kiosk --app=https://player.govista.app ``

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:

  • Caches content for offline playback (needs internet to sync new content and to pair)
  • 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 caches content in the browser with a service worker, so it keeps playing even if the connection drops. It needs internet only to sync new content and to pair initially.

Was this article helpful?