Top "Mediaelement" questions

mediaelement is an abstraction used to represent multimedia viewed by a user

Using MediaElement to play video from Stream

Is it possible to use the WPF MediaElement to play streaming video from a System.IO.Stream object? The Stream …

c# wpf wcf mediaelement
Binding a progressbar to a mediaelement in wpf

In c#/wpf I added a progressbar and mediaelement to my window. The idea was that progressbar is displaying how …

c# wpf xaml progress-bar mediaelement
How to set WPF window position in secondary display

I have two displays. I want to make a media player and I want to play video full screen on …

c# .net wpf media-player mediaelement
Play rtsp stream in WPF (or WinForms)

Is there a way to play a rtsp:// stream in WPF (or alternatively WinForms)? I have tried MediaElement and MediaUriElement …

wpf winforms rtsp mediaelement
Binding MediaElement to slider position in WPF

Tried binding Maximum value of slider to media element's duration and binding slider's current value to the position of media …

wpf slider mediaelement
How do I determine if MediaElement is playing?

Seems simple enough, but I cannot figure out any way to determine what the state of a MediaElement is. There …

wpf mediaelement
How to call a function on video end ? (HTML5 and mediaelementjs)

i am using mediaelementjs for playing video on my website but i need to call some function at the END/…

javascript jquery html mediaelement mediaelement.js
How to stream Webcam in WPF?

Can I stream a live video in WPF application from my web cam? If yes, then How?

wpf streaming webcam mediaelement
Show first frame of video in WPF MediaElement

I have a WPF-application with a MediaElement which I use to run a video. I don't want the video to …

.net wpf video mediaelement