I am wondering if I am using HTML5 to develop UI for both mobile (for both Android and iPhone) and PC. If I have a video recorded for PC (high bandwidth, screen size and Windows codec, etc.), and I am not sure if HTML5 could automatically generate adaptive video stream for mobile client (so that on server side, I only need to keep one copy of video)? If not, what is the best practices to support video rendering from both PC and mobile (do I have to encode into different formats using different codec)?
Any related documents or code samples are appreciated.
thanks in advance, Lin