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
0
votes
1 answer

How to download and save audio and video in wp7 mediaLiabrary?

Can you please tell me how to save or store sample audio and vidio into mediaLibrary.From my application if i long press on a picture i get a save picture option that saves the picture under saved pictures category in MediaLibrary. Similarly how do…
Mansinh
  • 1,365
  • 4
  • 19
  • 47
0
votes
2 answers

Why is video in WPF MediaElement taking so long to repeat?

Here's my Xaml for a MediaElement:
James Cadd
  • 12,136
  • 30
  • 85
  • 134
0
votes
1 answer

WinRT C# Play a viddler video using MediaElement

I am trying to play a Viddler video in my application but i cant get it to work. Here is my simple code: XAML: < MediaElement VerticalAlignment="Center" Visibility="Visible" HorizontalAlignment="Center" Name="myMediaElement" Height="350"…
Damien
  • 2,911
  • 1
  • 25
  • 47
0
votes
1 answer

Multithreading TeeChart & Media Element

I am working in WPF, using a Media Element and a WPF TeeChart (by Steema). Both of these are visible and updating at the same time - whilst the video is playing, the graph will update at regular intervals to show data relevant to the current…
Zild
0
votes
1 answer

Stop a MediaElement in a ViewBox From Pixelating

I have the following: To provide an option to zoom the MediaElement's video to the user, I kept the MediaElement inside the…
Elmo
  • 6,409
  • 16
  • 72
  • 140
0
votes
1 answer

Silverlight MediaElement does not work during pageload

I cant make the MediaElement object to work in page load. It works fine if I call // the reason is during Page_load MyMediaElement.AudioStreamCount is 0 MyMediaElement.Stop(); MyMediaElement.Play(); in a button event. I checked my page_load but…
Kubi
  • 2,139
  • 6
  • 35
  • 62
0
votes
0 answers

K-lite Codec crashing issue

I have a C# windows form application in which I am playing videos one by one using WMP activex object and WPF MediaElement (I have included it using element host into windows forms). When application starts user selects either WMP or Media Element…
ganesh
  • 1,006
  • 14
  • 30
0
votes
1 answer

WPF - limitation for playing mediaelement at once

I have function for searching videos in folder. For every video file in that folder I am adding MediaElement and starts playing. When I have cca 10 videos it was all right. Then I added some videos, change view element from grid to canvas (because…
Libor Zapletal
  • 13,752
  • 20
  • 95
  • 182
0
votes
1 answer

Adding two music sources in WP7 app

In my WP7 gaming app , I want two music files to run. One is the background music and another follows the user action , say, user kills the enemy. I am using MediaElement to do this. I am facing two issues. 1) How to loop background music ? 2) As…
Ashni Goyal
  • 819
  • 3
  • 10
  • 20
0
votes
1 answer

Can't access media element in the event handler how to set it global?

i have recently started working on C# and i am very amateur at it please any help in the problem decirbed below will b very helpful for me What i wanted to do is have an access of video_panel in event handler as-well but right now i dont know …
ahmad05
  • 438
  • 2
  • 6
  • 23
0
votes
2 answers

Setting source in the second time (MediaElement)

In windows phone 7 ..when using the element mediaelement. I set the source of the mediaelement using url as follows at each time the user clicks on a button: myMediaElement.Source = new Uri(url, UriKind.Absolute); then I play it. when the user…
Developer
  • 1,803
  • 2
  • 15
  • 26
0
votes
2 answers

how do I embed a youtube video into a WPF MediaElement and save the video?

Is there a way to embed a youtube video into a MediaElement and save the video? I know that once you have an object inside your application you can have some sort of control over it(I think). If I'm correct, is it possible to save the youtube video…
user1599960
0
votes
1 answer

WPF media element gets blank and VLC and WMP goes in non responding mode

I have C# windows application in which one can play videos. I have used three options i.e WPF mediaelement, Windows media player activex component and vlc activex component. In my application. In this I plays video using one of the component at a…
ganesh
  • 1,006
  • 14
  • 30
0
votes
2 answers

displaying subtitles for a video in a WPF MediaElement

I'm working on a WPF application that displays video clips as part of the workflow. I'm doing this by using MediaElement to play locally hosted (not streamed) AVI files. Works great. However, I was just handed a new requirement to allow the…
Jason
  • 86,222
  • 15
  • 131
  • 146
0
votes
1 answer

play playlist (.pls) using Silverlight MediaElement

I'm starting to learn a bit of Silverlight programing to write some stuff for Windows 8, havn't done a lot with it yet or with audio but I am trying to stream a playlist using a MediaElement. I tried: OutputMedia.Source=new…
Dean Harry
  • 277
  • 1
  • 3
  • 13