New to HTML5 and have a question that as of yet nobody (including "the google") has had an answer for. So here goes:
When <video> is used to embed, the server has to ID the web kit (mobile, chrome, ie, safari, etc) a given device is using in order to extract the proper format to match the given devices media player.
For example if I request to view an embedded video from my iPhone while using Mercury the server has to somehow know to deliver a device compatible (H.264) video format.
How is this done on the server side? Can anyone give me an example of the code fed from the device to the server that contains the web kit ID?