Questions tagged [mediaelement]

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

mediaelement is defined as a class object in several frameworks, and encapsulates audio, video, and audio/video instances

References

863 questions
3
votes
4 answers

MediaElement.js setSrc not working for flash fallbacks on FF, IE7-8

I've seen a few discussions about this, but no real answers. I've had a lot of success getting mediaelement.js working for me except that it simply will not let me setSrc() on flash fallbacks. This is a huge bummer after so much work. For a little…
vrbl
  • 31
  • 1
  • 2
3
votes
2 answers

Start and stop MediaElement at specific times

I am change an app over to WPF, it plays audio and video and pictures all based on timed events .. I used "string MciCommand = string.Format("play frames FROM {0} to {1} {2}"" , before. I have been searching and trying to fix this problem now in…
Johnonly
  • 49
  • 1
  • 4
3
votes
0 answers

How can you play a video from a stream using the Xamarin Community Toolkit MediaElement?

I'm currently using the Octane.Xamarin.Forms.VideoPlayer to play videos in a Xamarin Forms application, but on Android, the video does not render using the correct aspect ratio, despite trying the various FillMode settings. I want to try to use the…
3
votes
0 answers

Silverlight MediaElement progressive download timeout?

I have a MediaElement inside a Silverlight application that runs out of browser and with elevated trust. To play a video the MediaElement.Source property is set to a URL (http://localhost:4516/video/play for example). The web-server hosts a correct…
3
votes
1 answer

Silverlight Supported Codecs

Here is a list of codecs that are supported by Silverlight MediaElement control. Question: Do I need to install these codecs on the client machine Or They are natively supported by Silverlight? Thanks in advance.
Harry.B
  • 621
  • 5
  • 18
3
votes
2 answers

Detect if

When playing a live audio stream, like web radio, through
kubi
  • 829
  • 2
  • 14
  • 24
3
votes
1 answer

Looping MediaElement freezes after some minutes or halts for a second

I have a .net framwork (4.7.2) wpf application in which a video (duration: 10 to 50 seconds) should be looped all day long. First I have implemented the way which is suggested by mirosoft (using a story board): How to: Repeat Media Playback…
D. Weber
  • 503
  • 5
  • 21
3
votes
1 answer

UWP AutoNext Function

I'm trying to Get a Auto Next method i've tried using a Index Counter but I think I misunderstand how to properly set a list using the FilePicker The code for the FilePicker is following : public async void pick_Click_1(object sender,…
3
votes
6 answers

MediaElement Windows Phone 7

I'm creating a little app to help me better understand how to play sounds on WP7 devices but I'm having a problem actually getting the sound to come out of the device. I have the following code:
Michael
  • 57
  • 1
  • 3
3
votes
1 answer

24/7 computer, problem with mediaelement WPF, turns black after 3h

I have a computer that are going to run a WPF program 24/7 and play a playlist of images and videos. When I start my program everything works perfectly, but after maybe 2-3h the mediaelement windows is black. When I start the program, it takes all…
johan
  • 31
  • 2
3
votes
1 answer

how to play dual audio movies in wpf c#

The basic WPF media-element just play the MKV file but does't seek and provide facility to change audio. Is it possible to play this type of videos in Media-element. I have searched so many Que... on stackoverflow like extending media-element…
Abhi verma
  • 303
  • 2
  • 7
3
votes
1 answer

Next frame WPF mediaElement

I am trying to create a video player using WPF. I would like to create a button that jumps to the next frame in the video. How can I do it with mediaElement control?
Ofirster
  • 109
  • 8
3
votes
1 answer

How to write a click event on MediaElement when pause button clicked?

I have a MediaElement to play video. I want to call a c# function when clicking on the pause icon of video.
user2431727
  • 877
  • 2
  • 15
  • 46
3
votes
0 answers

MediaElements consume large amount of memory

A few days ago I posted here a question, where I complained that my game consumes way too much RAM. The game I am making consumes way too much memory Among the answers and comments, I got recommendation to check what exactly in my game causes this,…
EvgenieT
  • 209
  • 1
  • 4
  • 16
3
votes
4 answers

Round window playing movie using WPF

Is it possible with WPF to create a window that has the shape of a circle and uses a playing movie as the background?
Klaus