logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Video works locally, doesn't work on server: .htacces issue?
Author
Jillian



Joined: 24 Oct 2015
Posts: 1
Location: LA

PostPosted: Sat 24 Oct '15 22:12    Post subject: Video works locally, doesn't work on server: .htacces issue? Reply with quote

This is my stackoverflow on this (which is yet to get any replies). It has all the code and information. http://stackoverflow.com/questions/33321526/video-plays-local-not-on-server

Any help with this would be very appreciated! I have no idea what to do and am pretty new to coding. If anyone could tell me what needs to be done to the .htacces file to make the video play, I could then tell my hosting service and they could do it for me. Thanks!
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7371
Location: Germany, Next to Hamburg

PostPosted: Sun 25 Oct '15 18:44    Post subject: Reply with quote

The startpage loads fine with the webm format
on the generic page the load aborts



To make sure that the video runs online toom encode a video to mp4 with h264 codec and the sound mp3

The video has mp4a for the audio. Most browsers can't play that as HTML5 video.
Back to top


Reply to topic   Topic: Video works locally, doesn't work on server: .htacces issue? View previous topic :: View next topic
Post new topic   Forum Index -> Apache