Hi - just installed this module (thanks). The first file I have tried to embed is an F4V file, which is like an FLV but can include additional meta data. I get the message:
"Video type not supported"
It would be great if you could add this support to a future release. If there is an easy way to enable the extension to be handled for now, please let me know.
Comments
Comment #1
hypertext200We are looking forward to have this in next release but please send me some documents playing F4V files!, cause there are lack of resources on the Web.
Thanks
Comment #2
gavin_o commentedHi - I can do that, but the smallest FLV I have is 2 Mb (20 secs). This exceeds the filesize allowed here and is not among allowed file types - happy to get it to you another way..
Comment #3
hypertext200what you exact issue you have?
Comment #4
gavin_o commentedYou've requested a demo file but I can't send it to you through this site. I would need to send it to your e-mail. Which address should I use?
Comment #5
hypertext200heshanmw at gmail dot com
Plase email me and co-maintainer glen_mark at yahoo dot com. We are working on this
Comment #6
gavin_o commentedOK, that's done. Thanks.
Comment #7
glen201 commentedSorry it took so long to get around this, I had been working feverishly on bugs in the module. F4V actually plays in flowplayer (at least the example you sent over does).
I applied a fix to support F4V in the CVS so future releases after 6.x-2.5-beta1 to the file common.inc, but it's a simple text edit you can do yourself to get it to work. Here's the deal:
Find the code in the common.inc file that looks like this:
and add the first line before case flv, which will add f4v support.
Go into admin/video/upload and add the allowed extension f4v to the comma-separated list.
Upload your video and if you have automatic video conversion checked, click [x] bypass automatic video conversion.
Image will auto-thumbnail f4v, too.
That's it!
(Or, of course, you could just rename your file(s) to .flv :).
--glen
Comment #8
gavin_o commentedThanks v much. I'll take a look when I can.
Comment #10
DrRobertGreen commentedHow can I play f4v files in FlowPlayer? May I please see code example? This is critical or the player will have to be abandoned!
Comment #11
hypertext200did you follow the instructions to install flv player?
Comment #12
hypertext200This patch is ported to the main