For several days I've been desperately trying to get my videos stream on BlackBerry as well as the major desktop and mobile browser. The videos are embedded in this way:
<video preload="auto" controls="controls">
<source src="url.mp4" type=video/mp4 />
<source src="url.ogv" type=video/ogv />
//flash fallback
</video>
When opening the page in the BB browser the black video frame with the controls appears but when I try to play the video the frame stays black and displays an error message: "Video portion is of an unsupported format". Sound does play however.
By now I have tried H.264 and mpeg4 with AAC audio and both of them don't play properly on my BB (OS version 6.0). I've been using ffmpeg to encode the files.