Welcome, Guest. Please login or register.

Author Topic: HTML5 test  (Read 2273 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline SeiyaTopic starter

  • Sr. Member
  • ****
  • Join Date: Apr 2004
  • Posts: 380
    • Show only replies by Seiya
    • http://www.amigademo.tk
HTML5 test
« 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
« Last Edit: June 09, 2014, 07:56:36 PM by Seiya »
 

Offline TrevorDick

  • Amiga Enthusiast
  • Global Moderator
  • Full Member
  • *****
  • Join Date: Apr 2005
  • Posts: 243
    • Show only replies by TrevorDick
Re: HTML5 test
« Reply #1 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
Supporting all Amiga flavours
 

Offline SeiyaTopic starter

  • Sr. Member
  • ****
  • Join Date: Apr 2004
  • Posts: 380
    • Show only replies by Seiya
    • http://www.amigademo.tk
Re: HTML5 test
« Reply #2 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..

Offline takemehomegrandma

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 2990
    • Show only replies by takemehomegrandma
Re: HTML5 test
« Reply #3 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:
« Last Edit: June 10, 2014, 11:19:55 PM by takemehomegrandma »
MorphOS is Amiga done right! :)
 

Offline Hans_

Re: HTML5 test
« Reply #4 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
Join the Kea Campus - upgrade your skills; support my work; enjoy the Amiga corner.
https://keasigmadelta.com/ - see more of my work