Player Installations
This guide will walk you through the process of installing and configuring Framebaker players for your digital signage network.
System Requirements
Section titled “System Requirements”Before installing a Framebaker player, ensure your system meets the following requirements:
- Operating System: Windows 10/11, Linux (Ubuntu 20.04+), or macOS 11+
- Memory: Minimum 4GB RAM (8GB recommended)
- Storage: At least 20GB free disk space
- Network: Stable internet connection with minimum 10Mbps
- Display: HDMI or DisplayPort output
Installation Steps
Section titled “Installation Steps”1. Download the Player Software
Section titled “1. Download the Player Software”- Log in to your Framebaker partner portal
- Navigate to the Downloads section
- Select the appropriate installer for your operating system
- Download the latest stable version
2. Install the Player
Section titled “2. Install the Player”Windows Installation
Section titled “Windows Installation”# Run the installer with administrative privileges.\FramebakerPlayerSetup.exe /SLinux Installation
Section titled “Linux Installation”# Extract and install the packagesudo dpkg -i framebaker-player.deb# Or for RPM-based systemssudo rpm -i framebaker-player.rpmmacOS Installation
Section titled “macOS Installation”# Mount the DMG and copy to Applicationshdiutil attach FramebakerPlayer.dmgcp -R /Volumes/Framebaker/Framebaker.app /Applications/3. Initial Configuration
Section titled “3. Initial Configuration”After installation, configure your player:
- Launch the Framebaker Player application
- Enter your License Key (provided by Framebaker)
- Configure the Display Settings:
- Resolution
- Orientation (landscape/portrait)
- Screen position
- Set up Network Settings:
- DHCP or static IP
- Proxy settings (if required)
- Configure Playback Settings:
- Content refresh interval
- Fallback content
- Scheduling options
4. Registration
Section titled “4. Registration”Register your player with the Framebaker cloud:
// Example registration payload{ "licenseKey": "YOUR-LICENSE-KEY", "playerName": "Reception-Display-01", "location": "Main Office - Lobby", "timezone": "Europe/Amsterdam"}Troubleshooting
Section titled “Troubleshooting”Player Won’t Start
Section titled “Player Won’t Start”- Check system requirements are met
- Verify license key is valid
- Ensure firewall allows Framebaker connections
- Check log files in
/var/log/framebaker/(Linux) orC:\ProgramData\Framebaker\Logs(Windows)
Display Issues
Section titled “Display Issues”- Update graphics drivers
- Verify display resolution is supported
- Check HDMI/DisplayPort cable connections
- Try different display outputs
Network Connectivity
Section titled “Network Connectivity”- Test internet connection
- Verify firewall rules allow outbound HTTPS (port 443)
- Check proxy settings if applicable
- Ensure DNS resolution is working
Advanced Configuration
Section titled “Advanced Configuration”Command Line Options
Section titled “Command Line Options”# Start player with custom configframebaker-player --config /path/to/config.json
# Enable debug modeframebaker-player --debug --log-level verbose
# Set custom cache directoryframebaker-player --cache-dir /mnt/cacheConfiguration File
Section titled “Configuration File”Edit the configuration file located at:
- Linux:
/etc/framebaker/player.conf - Windows:
C:\ProgramData\Framebaker\player.conf - macOS:
/Library/Application Support/Framebaker/player.conf
{ "player": { "id": "unique-player-id", "name": "Display Name", "updateInterval": 300, "enableHardwareAcceleration": true, "logLevel": "info" }, "display": { "resolution": "1920x1080", "orientation": "landscape", "refreshRate": 60 }, "network": { "timeout": 30, "retryAttempts": 3, "proxy": null }}Next Steps
Section titled “Next Steps”- Configure your content playlists
- Set up scheduling rules
- Monitor player health and status
- Update firmware regularly
For additional support, contact your Framebaker partner manager.