SynoCli Video Driver¶
Provides Intel GPU acceleration support including VA-API, Vulkan, and OpenCL.
Package Information¶
| Property | Value |
|---|---|
| Package Name | synocli-videodriver |
| License | MIT/Intel |
| Requirements | Intel-based Synology (x64) |
Features¶
- VA-API - Video Acceleration API for encoding/decoding
- Vulkan - Modern graphics API (DSM 7.1+)
- OpenCL - GPU compute (DSM 7.1+)
Supported Hardware¶
Intel-based Synology models with compatible GPUs: - Apollo Lake (DS918+, DS418play, DS718+, etc.) - Denverton (DS1621+, DS1821+, RS1221+, etc.) - Coffee Lake (DVA models) - Newer Intel platforms
Installation¶
- Install SynoCli Video Driver from Package Center
- Drivers are loaded automatically
- Configure applications to use hardware acceleration
Verification¶
Check Device Nodes¶
Test VA-API¶
Test Vulkan (DSM 7.1+)¶
Application Configuration¶
Jellyfin¶
- Dashboard → Playback → Transcoding
- Hardware acceleration: Video Acceleration API (VAAPI)
- VA-API Device:
/dev/dri/renderD128
FFmpeg¶
# Hardware-accelerated encoding
ffmpeg -hwaccel vaapi -hwaccel_output_format vaapi \
-i input.mp4 -c:v h264_vaapi output.mp4
Home Assistant¶
For camera streams with hardware decoding, configure FFmpeg options.
Troubleshooting¶
No /dev/dri Devices¶
- Verify Intel-based hardware
- Check kernel modules are loaded
- Review package logs
Permission Denied¶
Service accounts need access to /dev/dri/ devices. Some packages handle this automatically; others may need manual configuration.
VAAPI Errors¶
Related Packages¶
- FFmpeg - Media transcoding
- Jellyfin - Media server
- Home Assistant - Camera streams