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
2 answers

mediaelement.source cannot play video

on my window_loaded, i put this: private void Window_Loaded(object sender, RoutedEventArgs e) { mediaElement1.Source = new Uri("/WpfTest;component/Videos/acar_ikan_masin.mp4", UriKind.Relative); } and the file…
imin
  • 4,504
  • 13
  • 56
  • 103
0
votes
1 answer

Cannot seek media element in silverlight

This is the situation. I have a MainPage.Xaml, within this MainPage.Xaml I have embedded a UserControl (VideoWidget.Xaml) (LayouRoot.Children). VideoWidget.Xaml has a mediaElement embedded in its LayoutRoot. I'm trying to Pause/Play the MediaElement…
user849953
  • 57
  • 1
  • 2
  • 10
0
votes
3 answers

Windows phone 7 - unable to play audio under lock screen

I am developing an app for windows phone 7. There is a media element which plays video from a url. When i lock the phone, the audio and video stops playing. I have tried disabling ApplicationIdleDetetction and i have handled Rootframe Obscured and…
-1
votes
1 answer

Dotnet Maui custom control auto Fade in Media elemenent

I'm looking to add the ability for a custom ImageButton to auto hide after a few seconds on a MediaElement page in Dotnet Maui. I would prefer to add control to media element controls directly but will be happy with either result. I have tried to…
-1
votes
2 answers

WPF MediaElement briefly stutters when trying to buffer/preload next video

Am trying to write a program that can play a series of video files in a smooth manner as if it were just one long video. Previous questions on the topic I found online recommended preloading/buffering next video and then switching over only once the…
Arby Wabd
  • 1
  • 3
-1
votes
1 answer

How to activate WpMediaElement in WordPress

I would like to use the plug-in WPMediaElement for styling audio player in Word Press. As I understand it should be default installed in WordPress (I am using version 5.2.15) and it is also placed in the folder wp-includes/js/mediaelement. But it is…
PNR
  • 555
  • 3
  • 12
  • 26
-1
votes
4 answers

how to add mp3 songs to the listbox using wpf?

I have Music folder in my solution explorer..then i want to add that songs to the list box control after that i want to play the selected songs from listbox in the media element using wpf? Please Help me. Thanks
Radhika
  • 1
  • 3
-1
votes
2 answers

HLS stream is not working with react-native-video

I am trying to embed live stream using react-native-video packages, but HLS link is not working, please help
-1
votes
1 answer

get/set a song tag in windows phone 7

I want to change the song tag. For example the Song album is Sunshine and it wasn't correct, how can I hardcode to change to song album of particular song? I have look over the msdn library but couldn't find any appropriate method, any suggestion is…
Nghia Nguyen
  • 2,585
  • 4
  • 25
  • 38
-1
votes
1 answer

How to show videos list inside view pager in Xamarin

I've create a content page inside tabbed page and In the content page i Get videos list from server and show in media element inside list view. All working fine but i want to show videos in view pager for slide videos one by one. Thanks in advance.
-1
votes
2 answers

WPF MediaElement doens't show video when LoadedBehavior="Manual"

When LoadedBehavior attribute of MediaElement, is set to "Manual", I can see the video in the previewer, but when I run the application, the video is not displayed at all. When LoadedBehavior is set to "Play", it works fine. The 'Build Action'…
S Itzik
  • 494
  • 3
  • 12
-1
votes
1 answer

Using MediaEement in WPF while respecting MVVM

I'm making a media player in WPF while trying to respecting the MVVM pattern. MediaElement is a XAML element that has a few methods such as Play(), Pause() and Stop(). How can I interact with these methods without having to put code on…
David Andrew Thorpe
  • 838
  • 1
  • 9
  • 23
-1
votes
1 answer

Wpf mediaelement playing video withouth sound

I want to create my own video player application using a MediaElement control in WPF using MVVM. But whenever I try to open a media (.mkv) as source, the video starts playing without any sound. When I put an .mp3 as source, I can hear the music…
profgyuri
  • 103
  • 10
-1
votes
1 answer

Setting playback rate for media element in markup

Suppose I have a video element...
Brad
  • 159,648
  • 54
  • 349
  • 530
-1
votes
1 answer

WPF: How to play video (mp4 format) from servrer in MediaElement?

I want to play video directly from the server in MediaElement. (The source will be the server) I have a URL of the server: http://videotherapy.co/dev/vt/api/dispatcher.php And post the following…
1 2 3
57
58