I upgraded from 2.5 to 2.8 and none of the files play. I only see "video type not supported" error on any file (flv, wav etc.)
I upgraded from 2.5 to 2.8 and none of the files play. I only see "video type not supported" error on any file (flv, wav etc.)
Comments
Comment #1
hypertext200See the configurations? and check includes/common.inc file
Comment #2
gintass commentedWhat should I look for in common.inc I see that in another comment you mentioned what it supposed to have:
http://drupal.org/node/658380#comment-2387614
Well, my common.inc does have this:
In regards of configurations, I don't know what to look for either. I just know that they are exactly the same as in 2.5
Comment #3
hypertext200Is this for uploaded videos or link video?
Comment #4
hypertext200Please see #617914: In Video module video URL does n't work properly
Comment #5
gintass commentedThis is a URL case. All my videos have been uploaded via FTP to the same server where Drupal is installed.
Comment #6
gintass commentedAre you suggesting to "hack" your module by making the change as suggested in this comment?
http://drupal.org/node/617914#comment-2280840
I guess it would only make sense if you are planing commit this change to your module. Or should I understand that URL option isn't working in 2.8 and we should stick to 2.5 and wait until this issue is fixed in later upgrades.
Comment #7
hypertext200Please change the $op to
Comment #8
hypertext200Please use this, until I fix this in next release.
Comment #9
gintass commented@heshanmw
Thank you very much. It works fine now.
Comment #10
hypertext200Will be port with next release
Comment #12
dmjossel commentedThis error seems to have popped back in again in 2.9. Videos with the .flv type as URL videos throw a "type not supported" error again until $op is changed again to allow values of "upload" or "url" instead of just "upload".
Comment #13
hypertext200If you want to embeded video from other site use embeded video files module, and if you need really good features with video module as active in developments please use Drupal 6.x.4.x module.
6.x.2.9 is the old module, currently fixed many issues in the latest one.
Comment #14
hypertext200