Closed (fixed)
Project:
VideoField
Version:
6.x-1.33
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Dec 2009 at 00:18 UTC
Updated:
19 Feb 2010 at 15:10 UTC
Hi,
Is there a reason not to use Flowplayer to play .mp4 files? It supports them, which you know considering the comment in common.inc stating as much.
Be interested in knowing if there is a valid reason why it isn't done, and if a simple configuration setting or logic based on the metadata could be used around any valid reasons there are.
Cheers,
Deciphered.
Comments
Comment #1
bredi commentedI'd rather it be handled by quicktime. Flash doesn't work on some mobile devices. Ideally, let the user choose. Flash or QT.
Comment #2
decipheredWhy not have it as an option? It's not that difficult, even a simple checkbox would be enough.
Comment #3
Breakerandi commentedOh Yes please such an option would be so nice!! Especially because Quick Time Player seems not to work on my browser, as you can see here:
http://www.freerunning.net/de/community/videos/x-diving-sampler-2009
"Your browser is not able to display this multimedia content."
If mp4 is h.264 codec, flowplayer3 can show it, i've already testet this with swftools and flowplayer3!
Comment #4
Breakerandi commentedNow it works, after I just replace the line 23 in common.inc with "return theme('videofield_play_flash', $element);" from line 28..
http://www.freerunning.net/de/community/videos/x-diving-sampler-2009
But the video don't starts playing until its completely loaded.. On flv it does.. With swftools and flowplayer3 it does also...
Comment #5
tamerzg commentedNow added as option in new configuration form.
Comment #6
Breakerandi commentedGREAT!