![]() |
Need help with MP4 embed [txs]
Hello All, I hope someone here can point me in the right direction or help a bit. TXs in advance :)
I'm using Video-js and still having issues So far I uploaded each test videos in .mp4 / .webm & .ogv I call 3 different video for each format so I can see which ones comes up and where... ex : $VIDEO1 = "http://blah,com/content/vids/Model1/001" so I can call whatever ext I want after Results : // MAC :Firefox = none // Safari = mp4 / Chrome = mp4 // PC : Firefox = none // IE = none / Chrome = mp4 Code:
It is very frustrating cause the more you read, the more confusing it gets and so opposites are the information.. Feels like 3 steps forward 2 steps back :'( |
Also tried this posted by someone here inanother thread, no luck :)
Code:
|
from google search
I was having the same problem with Firefox 12.0 on a Windows 7 system. It'd play on localhost but not on the remote server. Seemed to be hanging up on the GET for the .webm copy of the video. I added an .htaccess file to the site root on the remote server with the following AddType directives: AddType video/mp4 mp4 AddType video/webm webm AddType video/ogg ogv Seems to have done the trick. It's playing now from the remote server in Firefox 12.0, as well as IE8, Chrome19, and Safari5. |
Quote:
Will you be in PHX? I SO owe you a drink ! Was having it on the htaccess file but at the /admin level where I'm working right now instead of at the domain root.. working pretty much everywhere now but makes IE 11.0.4 on the PC crash. |
| All times are GMT -7. The time now is 10:03 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123