What problem does it solve?
This Skill solves the problem of integrating VisioForge Media Player SDK .NET playback into a Windows WPF application, so you can reliably render video/audio and control playback without getting stuck on setup and runtime issues.
Core Features & Use Cases
- Windows WPF playback integration: embeds video into a WPF VideoView and wires up common transport controls (play/pause/resume/stop, seek, volume, audio output selection).
- Local files and network streams: supports file playback and URLs for HTTP/HTTPS, RTSP, UDP, and RTMP, including handling of typical streaming failure patterns.
- Codec and deployment guidance: explains what to add for WebM/VP9 and other codec-heavy scenarios, and how to troubleshoot common production failures like missing native DLLs and trial/licensing issues.
Quick Start
Use the media-player-sdk-net-wpf skill to add the pinned VisioForge.DotNet.MediaPlayer NuGet package to your WPF project, create a MediaPlayerCore bound to your VideoView, and call PlayAsync with your MP4 (or supported stream) URL.