문제

Is there a way to output or capture which video is playing in MediaElement.js. In particular, the actual format when in Internet Explorer.

I know in Chrome/Firefox you can right click the playing video and copy the video path which will give an indication of which video is playing, including the extension.

In Internet Explorer, which is using the Flash fallback, there is no such option.

도움이 되었습니까?

해결책

Add the following to the mediaelement.js options enablePluginDebug: true

$('video,audio').mediaelementplayer({
   alwaysShowControls:true,
   startVolume: 1,
   enablePluginDebug: true
});
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top