Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Dec 16, 2012 02:25 AM by roopeshreddy
0 Points
5 Posts
Dec 15, 2012 12:48 AM|LINK
i have tried all the details in other similar articles i just cant run html5 video on IIS. HTML < video controls > < source src="VideoExample/small.webm" type='video/webm; codecs="vp8, vorbis"' /> < img src='No-Image.jpg' width='100' height='100' alt='No HTML5 VIdeo Support' title='No video playback capabilities' /> < /video> video conversions are perfect. also in my IIS , i have added mime type. To check that, if i run localhost/VideoTest/VideoSample/small.webm directly on firefox, it works. so why is it not working with my aspx page? any help appreciated. many thanks.
All-Star
20155 Points
3328 Posts
Dec 15, 2012 01:35 AM|LINK
Hi,
Check this article - http://roopeshreddy.wordpress.com/2012/09/19/tools-and-tips-for-html-5-videos/
Hope it helps u...
Dec 15, 2012 02:07 AM|LINK
the setting in IIS for file type webm is already done.
Dec 15, 2012 02:15 AM|LINK
I think webM is supported only in Firefox and Chrome browsers! Are you trying in those browsers!
If yes, it should be working fine!
Moreover, you can also have a look at this site - http://html5video.org/
Dec 15, 2012 02:17 AM|LINK
yes, its the latest version of firefox.
and moreover, when i run the webm file directly under IIS, without the video code, but hitting the file directly by directory browing, file runs in browser. so file format and webm setting in IIS should be ok.
Dec 15, 2012 02:35 AM|LINK
Why don't use the Firebug and see what's happening?
Moreover you can use Web Developer-> Web Console to get the errors!
You can also check the discussion in Firefox forum - http://support.mozilla.org/en-US/questions/916856#answer-305730
As far as i know, if you configure it correctly in IIS, it should be working without any problem!
Dec 15, 2012 03:28 AM|LINK
http://postimage.org/image/ecbksctih/
installed firebug, got nothing.
Dec 15, 2012 04:03 AM|LINK
I saw one issue with the attributes!
<source type="video/webM" src="VideoExample/small.webM"></source>
Try the above code!
Dec 15, 2012 05:20 AM|LINK
nah.
Dec 16, 2012 02:25 AM|LINK
Try with Ogg Vorbis format!
Sample -
<video poster="/images/seal.png" controls> <source src="/complete/folder/path/my_video.ogv" type='video/ogg; codecs="theora, vorbis"' /> </video>
rajan.bhayan...
0 Points
5 Posts
no video with supported format and mime type not found
Dec 15, 2012 12:48 AM|LINK
i have tried all the details in other similar articles i just cant run html5 video on IIS.
HTML
< video controls >
< source src="VideoExample/small.webm" type='video/webm; codecs="vp8, vorbis"' />
< img src='No-Image.jpg' width='100' height='100' alt='No HTML5 VIdeo Support' title='No video playback capabilities' />
< /video>
video conversions are perfect.
also in my IIS , i have added mime type. To check that, if i run localhost/VideoTest/VideoSample/small.webm directly on firefox, it works.
so why is it not working with my aspx page? any help appreciated. many thanks.
roopeshreddy
All-Star
20155 Points
3328 Posts
Re: no video with supported format and mime type not found
Dec 15, 2012 01:35 AM|LINK
Hi,
Check this article - http://roopeshreddy.wordpress.com/2012/09/19/tools-and-tips-for-html-5-videos/
Hope it helps u...
Roopesh Reddy C
Roopesh's Space
rajan.bhayan...
0 Points
5 Posts
Re: no video with supported format and mime type not found
Dec 15, 2012 02:07 AM|LINK
the setting in IIS for file type webm is already done.
roopeshreddy
All-Star
20155 Points
3328 Posts
Re: no video with supported format and mime type not found
Dec 15, 2012 02:15 AM|LINK
Hi,
I think webM is supported only in Firefox and Chrome browsers! Are you trying in those browsers!
If yes, it should be working fine!
Moreover, you can also have a look at this site - http://html5video.org/
Hope it helps u...
Roopesh Reddy C
Roopesh's Space
rajan.bhayan...
0 Points
5 Posts
Re: no video with supported format and mime type not found
Dec 15, 2012 02:17 AM|LINK
yes, its the latest version of firefox.
and moreover, when i run the webm file directly under IIS, without the video code, but hitting the file directly by directory browing, file runs in browser. so file format and webm setting in IIS should be ok.
roopeshreddy
All-Star
20155 Points
3328 Posts
Re: no video with supported format and mime type not found
Dec 15, 2012 02:35 AM|LINK
Hi,
Why don't use the Firebug and see what's happening?
Moreover you can use Web Developer-> Web Console to get the errors!
You can also check the discussion in Firefox forum - http://support.mozilla.org/en-US/questions/916856#answer-305730
As far as i know, if you configure it correctly in IIS, it should be working without any problem!
Hope it helps u...
Roopesh Reddy C
Roopesh's Space
rajan.bhayan...
0 Points
5 Posts
Re: no video with supported format and mime type not found
Dec 15, 2012 03:28 AM|LINK
http://postimage.org/image/ecbksctih/
installed firebug, got nothing.
roopeshreddy
All-Star
20155 Points
3328 Posts
Re: no video with supported format and mime type not found
Dec 15, 2012 04:03 AM|LINK
Hi,
I saw one issue with the attributes!
Try the above code!
Hope it helps u...
Roopesh Reddy C
Roopesh's Space
rajan.bhayan...
0 Points
5 Posts
Re: no video with supported format and mime type not found
Dec 15, 2012 05:20 AM|LINK
nah.
roopeshreddy
All-Star
20155 Points
3328 Posts
Re: no video with supported format and mime type not found
Dec 16, 2012 02:25 AM|LINK
Hi,
Try with Ogg Vorbis format!
Sample -
<video poster="/images/seal.png" controls> <source src="/complete/folder/path/my_video.ogv" type='video/ogg; codecs="theora, vorbis"' /> </video>Hope it helps u...
Roopesh Reddy C
Roopesh's Space