WebM audio issues in Firefox 4. Even tested in FF 7 - html

I am facing a rather strange issue with Firefox. This is the webm file that I am trying to play:
http://www.filesonic.in/file/2825764155
This plays fine in Firefox but problem comes when I try to jump to a particular second using slider. It just stops playing the song. What can be the issue? I didn't face this problem in Chrome.
Any help would be appreciated.

Related

webm video keeps resizing in Chrome during playback

I converted a video to webm through Any Video Converter and it plays fine in Firefox. However, in Chrome it constantly resizes itself during playback and I'm not sure why.
I previously used Miro converter, but that video wouldn't play in Firefox at all for some reason. It would jump instantly to the end of the video when I pressed play. When using my custom settings, it did the weird resizing thing in Chrome, but when I exported it again using the default settings, it played normally in Chrome, but still nothing in Firefox, so I switched to using Any Video Converter and now the resizing issue is back. I didn't change anything in the settings.
Here's the link:
http://kimkellermedia.com/videoTest.html
I'm using the latest versions of both Firefox and Chrome by the way.
I never quite figured out what was causing the rapid size change during playback, but this link recommended some converters I haven't tried yet. http://www.my-html-codes.com/html5-video-converters
I used Free WebM Encoder http://webmsoft.com/free-webm-encoder.html and everything works fine now on all browsers. So, if anyone else has seen this weird issue, use this converter I guess.
It would still be nice to know what caused everything in the first place, just in case it happens again, but at least everything is fine now! By the way, I've taken down the videoTest link I provided in the original question since I don't need it anymore.

Firefox Webm video only plays when seeking

An odd thing with firefox. This video will only play when it's seeked from ~6 seconds onwards
http://www.wealthplanning.tv/media/videos/introduction.webm
html link here too http://wealthplanning.tv/media/videos/test.html
Works fine in Chrome, and even opera when inside the video tags.
Anyone have any ideas?
Seems that it was an encoding issue. Was using Miro originally, but tried it with XMedia Recode instead and that solved it.

HTML5 video pixel error in Internet Explorer 9

I'm having some trouble with HTML5 video in IE9.
Video (MP4) is playing, but it looks like there's an encoding error as it now and then jumps and display white squares, almost like oversized pixels, in parts of the image.
I don't have this problem on my machine, in my IE, but co-workers seem to have this problem. And we have the same version of IE installed.
I tried adding codecs="avc1.42E01E, mp4a.40.2" to the code, but it did not solve the problem.
Anyone got an idea on what this might be?
This seems to be an issue in the conversion process. I tried converting the files, same settings, but in a different converter, and this seemed to solve the problem. So if you have choppy, wierd video in IE, try converting it again. :)

html5 video in chrome tears hover

When using html5 video in chrome, divs with :hover states will end up tearing. FF 3/4 and IE9 work fine. Just started recently, it was working fine in chrome maybe a month ago whatever version that was.
Demo of problem: http://jsfiddle.net/5M8nv/5/
Chrome/webkit bug or am i doing something way wrong?
Thanks

html 5- Videos - White is washed off in Chrome

Trying to get html5 videos working and running into a color problem.
(For those interested, there's also this problem)
Chrome renders videos slightly differently than other browser.
On safari & firefox the background is nice and white. On chrome it's a washed off beige.
See compared screenshots:
It doesn't matter which codec is used - Chrome reads m4v, ogg and webm fine - but they all render washed off..
Can't seem to be able to correct this.
Any idea?
Ok, that's interesting.. seems to only happens on the latest dev version (10.0.648.6).
If I switch back to the current mainstream version (8.0.552.237) all the problems go away (including the cross-referenced question problem)