Amiga.org
Amiga computer related discussion => Amiga Desktop Audio and Video => Topic started by: Seiya on June 09, 2014, 06:10:26 PM
-
test for amiga modern browser to see if you have problems or not to see html5 video
http://xoomer.virgilio.it/tuxcam/test/index.html
@amigaworld staff
i cannot update with new test becuase my ip adress is blaclisted as far as provider change my ip
-
@Seiya,
Interesting. Does not play in FireFox or Safari but does play, with stutters and jerks on my Windows PC.
However, plays fine with Odyssey 1.23 under AmigaOS4.1 on my X1000. :-)
TrevorD
-
this test could be useful for me for the future.
as i have made many games trailer video in flv, maybe doesn't works on amiga browserf
one day, maybe, i can remake all in html5 or at least new videos..
-
test for amiga modern browser to see if you have problems or not to see html5 video
http://xoomer.virgilio.it/tuxcam/test/index.html
@amigaworld staff
i cannot update with new test becuase my ip adress is blaclisted as far as provider change my ip
Here is a great source of info about this:
http://www.w3schools.com/html/html5_video.asp
Basically, in order to cover all big HTML5 capable browsers, you need to encode at least two files of the same video, and one of these should be "MP4". Then you include both of these as sources between the video tags (as well as some explanatory text for people with incompatible browsers), and the browsers will know to use the appropriate one:
<video width="320" height="240" controls>
<source src="movie.mp4" type="video/mp4">
<source src="movie.webm" type="video/webm">
Your browser does not support the video tag.
</video>
(BTW, what's with that Red Sheriff Spyware included on your page?)
:confused:
-
@all
If it doesn't work in Odyssey, check if all of the video codecs were enabled in Preferences=>Media. For whatever reason, they were disabled on my machine.
Hans