What problem does it solve?
This Skill solves the challenge of integrating VisioForge Media Player SDK X into a .NET MAUI app so video playback works reliably across Windows, Android, iOS, and Mac Catalyst without platform-specific surprises.
Core Features & Use Cases
- .NET MAUI VideoView integration: wires up the MAUI-specific
VideoView surface to MediaPlayerCoreX for consistent playback behavior across mobile and desktop.
- Multi-target NuGet + native redist setup: coordinates managed wrapper packages plus per-OS native runtime dependencies using conditional target frameworks.
- Production-ready pitfalls guidance: covers common failure causes like blank video views, missing native libraries, iOS AOT/JIT interpreter settings, trial/licensing, and network permissions (Android INTERNET/cleartext and iOS/macOS ATS/entitlements).
Quick Start
Use this skill as a template to create a MAUI project that targets net10.0-android plus iOS/Mac Catalyst on macOS and windows on Windows, then run the bundled sample to open a local file and play it.