Hi,

I upload 2mb avi file without any problem. I can see original avi, flv and thumbnail picture.

When i upload a video appr. 17mb, i get "video currently not available" error. Actually avi file successfuly converted to flv but there is no record on the database

Comments

sailoog’s picture

I have the same problem.

I think all is correct in my configuration. All directories are writables, videos conversion are running without problems, "max_execution_time" and "max_input_time" have 10000 in the .htaccess file, using cck filefield.

In the flashvideo table always have state "1"

With small videos (1 or 2 Mb) no problem but yes with biggers (11 MB)

Any idea?

(sorry for my english :)

terkibibend’s picture

Travis i can give you access to my system if you are interested in investigate this issue.

Actually i didn't test max_execution_time but robertico has tested.

Btw i have checked ffmpeg_data table. I can't see convertion log. According to logs video seems like not covnerted although it is converted successfully and works fine.

attheshow’s picture

Status: Active » Postponed (maintainer needs more info)

terkibibend and I just tried to troubleshoot this on his system, without a great deal of success. Everything appeared to be working correctly, but when running cron on a larger video (over 10MB), the conversion took place, but no messages were returned from FlashVideo and no entry was made for the converted .flv file in the "files" table.

My guess is that there might be a conflict with another module. He has quite a few enabled on his system. I suggested trying a fresh install of Drupal with nothing but FlashVideo module installed and to see if he could get it working. I mentioned that he could then use a process of elimination to determine whether any other modules he installed began to cause a conflict.

sailoog’s picture

I will made this that you say attheshow, a fresh install of drupal in the same server.

terkibibend I am these modules running in my system. Do you have some of these?

FlashVideo 6.x-1.x-dev

cck 6.x-2.1
filefield 6.x-3.0-alpha6
views 6.x-2.2
TinyMCE 6.x-1.1-dev
Internationalization 6.x-1.0

terkibibend’s picture

Hi robertioco&attheshow,

I have FlashVideo 6.x-1.4. I don't have your other modules. My Drupal version is 6.6.

We are installing a new Drupal 6.9 and we will use a clean db. We will follow attheshow's suggestions.

I will inform you in all cases.

sailoog’s picture

RESULTS OF MY CHEKING:

Drupal 6.9 fresh install (no other modules)
Flashvideo 6.x-1.x-dev 2009-Feb-06

The test have made from 2 diferents internet connections (velocity upload 130 kbps and 570 kbps) and the results are identical.

Server configuration:

* post_max_size=100M
* upload_max_filesize=100M
* max_execution_time=10000
* max_input_time=10000

Method to upload videos: drupal core upload module.

Videos uploaded:

1: wmv 250 KB,
2: mp4 1,72 MB
3: wmv 11,1 MB

All the results are identical for all videos.

RESULTS:

When uploaded drupal say:

FlashVideo successfully created: xxx.jpg
FlashVideo successfully created: xxx.flv
Story xxx has been created.

The thumbnail are visibles but the video NOT are visibles (video currently not avalaible)

DB:

ffmpeg_data:
2 4 1233926360 sites/default/files/original/xxx.wmv sites/default/files/output/xxx.flv 1 NULL

files:
13 1 xxx.mp4 sites/default/files/original/xxx.mp4 video/mp4 1882226 1 1233929402
14 1 xxx.jpg sites/default/files/output/xxx.jpg jpg 5190 1 1233929407
15 1 xxx.flv sites/default/files/output/xxx.flv flv-application/octet-stream 1380244 1 1233929413

Flashvideo:
13 5 13 3 0 450 337 3 0
14 5 13 3 0 450 337 3 0
15 5 13 3 0 450 337 3 0

upload:
13 5 5 xxx.mp4 0 0
14 5 0 0 0
15 5 0 0 0

___________________________________________
IMPORTANT:
When you change the vid valor fron 0 to the nid valor in the upload table ALL IS WORKING PERFECTLY

In this case:
upload:
13 5 5 xxx.mp4 0 0
14 5 5 0 0
15 5 5 0 0

CONCLUSION:

My first problem with big size files is OK i dont now why, now i need to upload the flasvideo module version in my production site and test. But there is a bug with the results of the "upload" table.

Now i m going to test with the filefield module.

attheshow’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)

Marking as duplicate. We now have two issues with the same discussion going on. #368882: "Video currently not available" message on big size videos

sailoog’s picture

Ok, (loock this terkibibend)

For general information, my first issue is resolved. (file always in state "1" in flashvideo table)

Then problem was in my settings.php file.
$db_url = 'mysqli://user:pass@localhost/db';
I have change mysqli by mysql, so:
$db_url = 'mysql://user:pass@localhost/db';

Thanks to all !!!!!
Is a very big module...

terkibibend’s picture

Good news,

Thank you for you help. Should i edit manually or did you updated cvs?

terkibibend’s picture

Attheshow i have bad news.

We have installed a fresh Drupal 6.6. Same pronlem still continue. Now we are going to install a new Drupal without any module. We will test on this too. I will inform you again.

Unfortunately, if problem will continue we have to leave flashvideo. We can't get this risk on the production.

Btw, you can always connect my Drupals for investigation.

ore’s picture

I had some strange issues last night that is related I think.

I have version 1.6.2.3 which has the views bug (missing field). I'm currently in an upgrade from d5 to d6. I got all my vids working using this version but cant have the thumbnail on the view (due to the field missing from the view field selection). When I installed the lasted dev version last night to bring back this functionality none of my old videos would display anymore but new ones would create, convert and display ok. If i then reverted back to the the 1.6.2.3 version everything was good including new conversions etc just the views bug. I think im going to have a compare of the two versions and get the views fix from dev into the 1.6.2.3 version i have.

cheers

ore