It would be very nice to backport this module to Drupal6. There are not many sollutions to display video within Drupal and get it right to the iPad.
This module works ok for that, so my request is: Can someone backport this to D6?

CommentFileSizeAuthor
#1 mediaelement_d6.tar_.gz9.84 KBandreiashu

Comments

andreiashu’s picture

StatusFileSize
new9.84 KB

Hi,

Just wanted to get the ball rolling for this, I did a rewrite for D6 but it is far from finished.
Please see attached.

andreiashu’s picture

Status: Active » Needs work
matt b’s picture

Thanks andreiashu

Seems to work for MP3s on Chrome, but not Firefox 3.6. Video works fine.

Uploaded the media that comes with mediaelement and created a node with the following body:

<p>
	Media Test!</p>
<p>
<video controls="controls" poster="/system/files/echo-hereweare.jpg" height="240" preload="none" tabindex="0" width="320">
 <!-- MP4 for Safari, IE9, iPhone, iPad, Android, and Windows Phone 7 -->
<source src="/system/files/echo-hereweare.mp4" type="video/mp4"/> 
<!-- WebM/VP8 for Firefox4, Opera, and Chrome -->
<source src="/system/files/echo-hereweare.webm" type="video/webm">
<!-- Ogg/Vorbis for older Firefox and Opera versions -->
<source src="/system/files/echo-hereweare.ogv" type="video/ogg"/> 
</p>
<p><audio controls="controls" preload="none" tabindex="0"><source src="/system/files/AirReview-Landmarks-02-ChasingCorporate.mp3" type="audio/mp3"></audio></p>
jnettik’s picture

Issue summary: View changes
Status: Needs work » Closed (won't fix)

Old ticket. Closing.