Amiga.org

Amiga computer related discussion => Amiga Desktop Audio and Video => Topic started by: Seiya on June 09, 2014, 06:10:26 PM

Title: HTML5 test
Post 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
Title: Re: HTML5 test
Post by: TrevorDick on June 10, 2014, 06:49:40 AM
@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
Title: Re: HTML5 test
Post by: Seiya on June 10, 2014, 06:06:54 PM
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..
Title: Re: HTML5 test
Post by: takemehomegrandma on June 10, 2014, 11:16:22 PM
Quote from: Seiya;766032
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:

Code: [Select]
<video width=&quot;320&quot; height=&quot;240&quot; controls>
   <source src=&quot;movie.mp4&quot; type=&quot;video/mp4&quot;>
   <source src=&quot;movie.webm&quot; type=&quot;video/webm&quot;>

   Your browser does not support the video tag.
</video>


(BTW, what's with that Red Sheriff Spyware included on your page?)

:confused:
Title: Re: HTML5 test
Post by: Hans_ on June 11, 2014, 08:06:05 AM
@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