What problem does it solve?
This Skill solves the problem of integrating video/audio playback into a Windows Forms application using VisioForge Media Player SDK .NET, including common setup and runtime failure modes like missing native DLLs or trial/licensing issues.
Core Features & Use Cases
- WinForms playback integration: Host video output in the VisioForge
VideoView control and wire up a working MediaPlayerCore instance.
- Local file and network stream playback: Play local media and common streaming protocols (e.g., HTTP/HTTPS progressive, HLS
.m3u8, RTSP, UDP, MMS) with appropriate Source_Mode selection.
- Playback controls for real UIs: Support pause/resume/stop, looping, frame-step navigation (next/previous frame), timeline scrubbing, variable speed, and per-output audio volume/balance.
- Practical troubleshooting guidance: Diagnose issues such as
DllNotFoundException, codec/filter mismatches, unsupported formats, and “trial period is over” startup errors caused by not loading a .vflicense certificate on the correct engine instance.
Quick Start
Use the media-player-sdk-net-winforms skill to build a minimal WinForms player that creates a MediaPlayerCore bound to VideoView1, selects Source_Mode, adds a playlist item, registers a license certificate if needed, and calls PlayAsync from a moment when the WinForms handle is already created.