Since not all browsers support MPEG DASH for live video (safari), I am looking for a way to display 3 iframes based on the client. I think client sniffing is needed in this case because I want one page for all.
Is there a way to show a specific iframe based on the client (or iframe wrapped in a div).
- iframe 1 - display on safari only
- iframe 2 - display on IE 7 only
- iframe 3 - display on all others
===========
- 1 will output HLS video
- 2 will output rtmp flash
- 3 will output MPEG Dash