Questions tagged [mediaelement.js]

MediaElement.js is an HTML5 video and audio player with Flash fallback and captions. Supports IE, Firefox, Opera, Safari, Chrome.

MediaElement.js is an HTML5 video and audio player with Flash fallback and captions. Supports IE, Firefox, Opera, Safari, Chrome.

790 questions
44
votes
7 answers

HTML5 video element request stay pending forever (on chrome)

I have a weird issue in Chrome. Each time I load a
Simon Boudrias
  • 42,953
  • 16
  • 99
  • 134
25
votes
8 answers

HTML5 video won't play in Chrome only

some background I've tested my video in FF and Safari (including iDevices) and it plays properly, but it will not play in the Chrome browser. As you can see in the code below, I've created mp4, m4v, webM, and ogv files, and I've tested all of them…
Chris Lindgren
  • 607
  • 1
  • 5
  • 13
23
votes
3 answers

flash fallback video black screen - no video, only audio media element

I just downloaded mediaelement.js from http://mediaelementjs.com. Looks really good. Though in the demo files, the videos won't play in IE 8. The player is showing a black screen, but I can hear the audio. I have also tried installing on a server…
Chemi
  • 283
  • 3
  • 8
22
votes
5 answers

How to make a video fullscreen when it is placed inside an iframe?

I'm using the default settings for my mediaelement.js player, and my initialization is very basic: $('video').mediaelementplayer(); My question is: Is it possible to fullscreen the player when the video is embedded in an iframe? When I press…
Jazon
  • 1,110
  • 1
  • 12
  • 18
21
votes
2 answers

How do I set a Thumbnail when playing Audio in iOS Safari?

I just launched a website for a new podcast. We're embedding the audio in a media player on the page. When playing, this audio appears on the Control Center audio tab as well as on the lock screen However the thumbnail is a generic grey music…
alex
  • 1,042
  • 4
  • 18
  • 33
20
votes
11 answers

Detect model of iOS device using Javascript or HTML?

So I'm serving H.264 .mp4 video on my website. I'm using open source HTML5 video player http://mediaelementjs.com/. Some visitors are viewing from Safari for iPhone. The iPhone 4 supports video playback only up to 720p, so if I make my videos…
14
votes
1 answer

Mediaelement volume control is invisible on IE8

When using mediaelement.js on http://hanselminutes.com, the volume button is invisible on IE8. It seems that perhaps it's being covered up by the other audio controls being too wide? Oddly, if you click in the area that it should be, it's kind of…
Scott Hanselman
  • 17,712
  • 6
  • 74
  • 89
14
votes
6 answers

MediaElement.js Change source of video onclick

In the MediaElement.js I am trying to make a "multi" video player. More or less I am going to have thumbnails change out the source of the video based on what one the user clicks on. I have successfully done it for the HTML5 source using
ClosDesign
  • 3,894
  • 9
  • 39
  • 62
14
votes
4 answers

How to play google drive mp3 file using html audio tag?

My aim is to play the mp3 file from the google drive. I am using the plugin MediaElement js. The reference I got is https://www.portalzine.de/dev/html5/hosting-mp3-files-on-google-drive-html5-audio-player/ This is working in chrome, Mozilla firefox…
sans
  • 179
  • 1
  • 1
  • 5
13
votes
1 answer

MediaElement Audio IE8 player.play() event "Object doesn't support this property or method"

I have a page using the MediaElement plugin. Everything works fine on chrome, however when in IE8, there seems to an issue with the method player.play() on the audio elements. Taking the demo "mediaelementplayer-audio.html" in the download from…
didiHamman
  • 798
  • 1
  • 9
  • 19
13
votes
2 answers

Specified "type" attribute of "video/mp4" is not supported

I am using mediaelement js.. on my .htacces I have these.. AddType video/mp4 mp4 m4v AddType audio/mp4 m4a AddType video/ogg ogv AddType audio/ogg ogg oga AddType video/webm webm and on my index.html I have this on my
markyeoj
  • 359
  • 2
  • 6
  • 17
12
votes
3 answers

mediaelement.js and custom playlist

I have such code (for example):
  • /media/file-1.mp3
webvitaly
  • 4,241
  • 8
  • 30
  • 48
11
votes
12 answers

Autoplay MediaElementPlayer

I want that when web site page loaded play video automatically. I referenced to jquery.js, mediaelementplayer.js and mediaelementplayar.min.css on my page and added video tag. I tried so many ways, e.g. autoplay = true and use javascript code but I…
Gencebay
  • 481
  • 2
  • 8
  • 15
11
votes
1 answer

Is mediaelement.js compatible with Phonegap?

I am building a phonegap application where i need to use video and audio streaming feature, i found that mediaelementjs seems more suitable for cross platform video and audio feature. I created one demo and its working fine on iOS & Android…
Suresh
  • 1,131
  • 1
  • 15
  • 28
10
votes
5 answers

Mediaelement.js - Would like to Remove ALL Controls - Only Display Video

I am trying to replace my swf header in my webpage with mp4. I like MediaElement.js but I can't remove the controls. I don't want to hide the controls, I want to remove them completely... and just display the looping video. Any suggestions would…
user1034552
  • 101
  • 1
  • 1
  • 3
1
2 3
52 53