Closed (fixed)
Project:
Video
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Sep 2007 at 14:04 UTC
Updated:
30 Jul 2009 at 22:40 UTC
Jump to comment: Most recent
Hi
I'm having problems with using videos and the private download method. All new videos added (since I set the download method to private) now go via system/files/videos rather than files/videos (for public download) and don't play. When I edit the video, and change the path from system/files/videos to files/videos it bursts into life again. Are there any known compatibility issues with videos and the private download method?
Any help appreciated
Comments
Comment #1
danmurf commentedI just checked the logs after trying to access a video and I noticed...
Visitor (which is what I call anonymous)
access denied
http://example.com/system/files/videos/Movie.wmv
so maybe it's not working because Windows Media Player isn't authenticated through Drupal, and therefore received access denied.
Also, for info, all other downloads accessed via private method work fine.
Comment #2
danmurf commentedComment #3
Anonymous (not verified) commentedIt seems I have a similar problem here, which is most likely also caused by Video's handling of the private download method.
We host some very large videos that cannot be uploaded via HTTP, so we use FTP instead. Video module completely refuses to play these videos. The only workaround is to upload a video of smaller file size (let say 8MB) via Drupal/HTTP, then delete that file using FTP, upload the large file and save it under the name of the file uploaded via FTP.
Unfortunately, this does not really work as Drupal stops playing the video at around the play time of the smaller file uploaded via FTP. Setting the file size etc. properly within Drupal Video does not change that behaviour.
This makes my strongly suspect that Video and private download do not play well together.
Comment #4
hypertext200