Videos are uploaded and processed but do NOT play.

Hi all, 

The other file formats seem to work fine. 

I can go into the video edit mode and play the videos by using the link which was generated there. But on the main video page for each video, they do not work.

However, on the 'edit video' page is this working link: 

xxx xxxxxxx / bx_videos_videos  / druhjb6fnt7vc3b2ne8naugl9tv4qbtd dot mp 4

(Edited because: Your current membership (Standard) doesn't allow you to 'Post links'.)

I thought it strange that the word videos would appear 2 times in the url. Is this normal?

Any other ideas why videos are not working? I'll copy my re-write rules here below, too.

Thank you.

--------------


Options -MultiViews -Indexes


php_flag allow_url_include Off
php_flag register_globals Off


RewriteEngine on
RewriteRule ^m/(.*)$ modules/index.php?r=$1 [QSA,L]
RewriteRule ^page/(.*)$ page.php?i=$1 [QSA,L]
RewriteRule ^s/([a-zA-Z0-9_]+)/([a-zA-Z0-9\.]+) storage.php?o=$1&f=$2 [QSA,L]

AddType image/svg+xml svg

  • 413
  • More
Attachments
Replies (1)
    • Yes, I now see that there is a folder named 'bx_videos_videos' in the Storage directory.

      Wonder why my videos will play directly from there but not on their own page... 

      Login or Join to comment.