![]() |
Am I missing something here?
I thought playing video in HTML5 across devices was supposed to be simple. Then why is it that no matter what different markup I use, I still get shady results on at least 3 of 5 browsers. So far this is by far the best I have come up with but still not working great for me.
Generated with Dreamweaver CS6 Code:
<video id="video1" width="640" height="480" poster="thumb.png" controls > |
|
Quote:
|
hope this helps.,
http://johndyer.name/simple-cross-br...lback-options/ |
Quote:
My original code works on everything so far except safari for pc, have not checked on an apple device yet. The problem is that I hadto AddType all the formats, ogg, webm, ogv, f4v etc. I did this in htaccess but may put a support ticket in tomorrow and just have mojohost add those to the apache config. Now I am off to solve the safari issue, which I do not care as long as it plays on apple, because anyone with a pc rarely uses safari. The problem with this browser is the dfault controls come up, it appears to autoplay the video but it just shows the poster image and unusable controls. I added the preload= attribute and now it doesnt play at all, which is good cause before it would just slow everything down. |
Quote:
I was reading this when you posted that and was able to somewat fix the main issues. This article also referances the "video for everybody" article. I will have to test a few ways out and see which woks best. http://www.htmlgoodies.com/html5/how...id=V7vClvAzZrM |
this has always worked for me. Are your video denotation tags correct? Have you tested
without the tags to see if your css is fucked up? <video autoplay controls preload="auto" width="600" height="335" name="myvideo" id="myvideo"> <source src="yourvideo.mp4" type="video/mp4" /> <source src="yourvideo.m4v" type="video/mp4" /> <source src="yourvideo.ogv" type="video/ogg" /> <source src="yourvideo.webm" type="video/webm" /> *Your web browser does not support HTML5 video* </video>< |
I've found on some browsers you need to put in the full url of the video.
|
Has anyone found good solutions for OSX Safari which has issues playing video in password protected folders?
http://stackoverflow.com/questions/6...authentication Apparently a known issue. |
honestly with cross platform players there is no need for anything but an H.264 encoded mp4 these days
|
Quote:
|
Quote:
So far I uploaded each test videos in .mp4 / .webm & .ogv I call 3 diferent video fopr each format so I can se which ones comes up 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 opoposites are the informations.. Feels like 3 steps forward 2 steps back :'( |
| All times are GMT -7. The time now is 10:26 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123