[html5] Video problem in IE9

Kevin Deamandel kdeamndl at gmail.com
Sun Nov 11 10:53:42 PST 2012


Folowing is A quick reference of the requiered mime types (excuse the
Two message accidently pressed send)

Audio
audio/aac .aac
audio/mp4 .mp4 .m4a
audio/mpeg .mp1 .mp2 .mp3 .mpg .mpeg
audio/ogg .oga .ogg
audio/wav .wav
audio/webm .webm

Video

video/mp4 .mp4 .m4v
video/ogg .ogv
video/webm .webm

On Sun, Nov 11, 2012 at 7:52 PM, Kevin Deamandel <kdeamndl at gmail.com> wrote:
> Folowing is A quick reference of the requiered mime types
>
> Audio
>
>
>
> On Sun, Nov 11, 2012 at 5:04 PM, Jonas Grus Dinesen <dinesen at itu.dk> wrote:
>>
>> Mp4. It works locally and on one web server so that part should be ok :)
>>
>> ________________________________
>> Fra: Kevin Deamandel [kdeamndl at gmail.com]
>> Sendt: 11. november 2012 14:33
>> Til: Jonas Grus Dinesen
>> Cc: help at whatwg.org
>> Emne: Re: [html5] Video problem in IE9
>>
>> Just to make sure, What format did you use for the source file?
>>
>> -Kevin
>>
>>
>> On Sun, Nov 11, 2012 at 1:06 PM, Jonas Grus Dinesen <dinesen at itu.dk>
>> wrote:
>>>
>>> I have a strange problem with the HTML5 video element. I have tested it
>>> in several browsers including IE9 and it all works fine when I run the
>>> webpage with the video locally.
>>>
>>> But when I upload it to a webserver and run it from there I see the
>>> problem that the video won't work in IE9 on two out of three webservers.
>>>
>>>
>>>
>>> One of them does not display the video at all and when I try to refer to
>>> the video object via getElementById("video") i get a JavaScript error saying
>>> "Object not supporting this method or property"
>>>
>>> http://www.itu.dk/~dinesen/project2012/test/html5/video.html
>>>
>>>
>>>
>>> The other server displays just a black box with a red crosss and gives me
>>> a MEDIA_ERR_SRC_NOT_SUPPORTED error.
>>>
>>> http://gerk.dk/video/html5/video.html
>>>
>>>
>>>
>>> Does anybody have an idea of what the problem could be? Does the server
>>> need anything to allow the browser to play video?
>>>
>>>
>>>
>>> Thx
>>>
>>> Grus
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> Help mailing list
>>> Help at lists.whatwg.org
>>> http://lists.whatwg.org/listinfo.cgi/help-whatwg.org
>>>
>>
>



More information about the Help mailing list