
Codec support (h264 profile) in HTML5 mode
Hello,
I'd like to give better quality videos to my user and in order to do that I need to be able to offer multiple format based on different H264 encoding profile (main, baseline, high etc.).
- Flash handle all profile without any problems so there is no question here.
- HLS seems to handle that also correctly based on the codec information
- HTML5 streaming is a mystery for me right now when used with JWPlayer
Pure HTML5 video tag handle it through a "codecs" property that you supply for each source. Then we just need to supply all available formats and it will play the first it cans. The question is how is this supported on JWPlayer when run in HTML5 mode since I don't see how I can offer multiple format and specify the codec for each of them ?
Thanks for your help,
Guillaume.