Questions tagged [wpf-mediakit]

WPF MediaKit is a WPF control for the DirectShowLib to play or record media, videos especially.

WPF MediaKit is a WPF control for the DirectShowLib to play or record media, videos especially.

41 questions
1
vote
1 answer

WPF MediaKit buffering progress

Is it possible to get notified when WPF MediaKit's MediaUriElement starts buffering video from internet (i.e. Source="http://example.com/vid.mp4). Standard MediaElement component has property BufferingProperty whereas MediaKit's one seems doesn't…
Vlad
  • 854
  • 1
  • 10
  • 29
1
vote
1 answer

How to use ffdshow with WPF-Mediakit

By default LAV Decoder, but I'd like to use ffdshow with hardware acceleration for decoding. I saw these lines in the file ClassId.cs public static readonly Guid FFDShowVideo = new Guid("04FE9017-F873-410e-871E-AB91661A4EF7"); public static…
Rust
  • 13
  • 2
1
vote
1 answer

How to play an audio file is not from the beginning

In my project, I use WPFMediaKit to play audio files in the format: myAudioFile.m3u8 which contains a list of links to myAudio1.ts, myAudio2.ts, etc. I start playing files like this code: ... _player.Source = trackUri; …
MakS
  • 131
  • 7
1
vote
2 answers

Can't get WpfMediaKit to work

I've discovered WpfMediaKit which seems like a good alternative to . However, I can't seem to get it to work. In Visual Studio I create a new WPF project, then I downloaded the NuGet package. I add the xmlns and a player element, and…
TheHvidsten
  • 4,028
  • 3
  • 29
  • 62
1
vote
0 answers

Best way to render multiple videos on WPF

I am a newbie on this all stuff related with DirectX, render video, render images and so on.. So I need your help: I have a WPF application. This application needs to render a lot of videos (at least 10 videos in parallel) and this videos must be…
ASantos
  • 125
  • 1
  • 8
1
vote
1 answer

Get sanpshot form webcam using WPFMediaKit

I need to capture an image form a WebCam. I'm using WPFMediaKit (WPFMediaKit on GitHub), and I can see the webcam video, but I don't found how to take an snapshot.
Duefectu
  • 1,563
  • 4
  • 18
  • 37
1
vote
1 answer

Extrenal webcam show black screen with WPFMediaKit

I'm using WPFMediaKit to show a live stream from a webcamera. I'm running my application on a Surface Pro 3 (which has 2 integrated cameras - front and rear). I'm trying to get the live feed from an external web cam (Microsoft LifeCam Studio), but…
BreakPoint
  • 93
  • 1
  • 12
1
vote
0 answers

WPFMediaKit sample camera orientation/rotation not working

I have a big problem with camera orientation/rotation when using the Codeplex WPFMediaKit VideoCaptureElement sample on a tablet PC running Windows 8.1. The image below was captured when the tablet orientation is…
John
  • 127
  • 1
  • 13
1
vote
1 answer

RTSP stream to WPF

I have a device with an RTSP stream that I can consume using the VLC media player. When connected, VLC says the stream says this about the current media info/codec: Type: Video Codec: Motion JPEG Video (MJPG) Resolution: 352x240 Decoded format:…
Roger
  • 2,063
  • 4
  • 32
  • 65
1
vote
1 answer

WPF MediaKit Audio Issues

I am currently using the WPF MediaKit in an application I am working on. I am having an issue with audio. On some computers playback would not work at all. It was confusing because it seemed to work sometimes and not others. Then I noticed it was…
thecaptain0220
  • 2,098
  • 5
  • 30
  • 51
1
vote
1 answer

WPF MediaKit low frame rate for large display with VMR9

I am using WPF MediaKit to render a directshow graph. The display framerate is fine if the wpf D3DRender is small. If I increase the size of the display (the control that is), the framerate drops significantly. How do I prevent the drop in…
Paul Knopf
  • 9,568
  • 23
  • 77
  • 142
1
vote
1 answer

WPF MediaKit sharing MediaPlayer base

I have been using WPFMediaKit to render a DirectShow graph. Here is my setup. I am having trouble using one MediaPlayerBase multiple times with multiple D3DRender instances. I have an IVideoEngine that returns a single graph (via MediaPlayerBase)…
Paul Knopf
  • 9,568
  • 23
  • 77
  • 142
1
vote
4 answers

how to add wpf mediakit to my project?

I referenced WPFMediaKit.dll to my project and this is my xaml:
1
vote
0 answers

Pink lines/distortion in MediaUriElement (from WPFMediaKit) for HD video

I have a media player in WPF that was previously using the MediaElement control to show video. But on XP it did not show some HD videos. Following this thread's advice I started using the WPFMediaKit library's MediaUriElement instead. Now I can get…
Marcus
  • 5,407
  • 3
  • 31
  • 54
0
votes
1 answer

Webcam capture with WPF MediaKit

I'm using the WPF MediaKit from codeplex to show a webcam in my application, so far so good. But I want to capture an image from the webcam as well. I'm using the EnableSampleGrabbing property and I've hooked into the NewVideoSample event. But the…
Furnes
  • 382
  • 1
  • 2
  • 19