Video Not Playing
Issue: Video player shows black screen
Symptoms:
- Channel list loads fine
- Video area is black
- No playback controls
Solutions:
- Check HLS stream URL:
1 2
# View Docker logs docker logs tvx | grep "stream URL"
- Verify stream is accessible:
1
curl -I http://your-tunarr-ip:8000/stream/channels/CHANNEL_ID?streamMode=hls
- Check browser compatibility:
- Chrome/Edge: Full support
- Firefox: May need native HLS
- Safari: Native HLS support
- Test with different channel:
- Try selecting another channel
- Check if specific channels fail