I'm doing some video streaming to different kinds of mobile devices(with the help of Wowza Media Server). And I need to have a single URL to serve all device types(e.g. mobile://funny-cats.mp4).
A dumb and straightforward solution is to use a link to a web-server, which checks the type of client and redirects to appropriate URL. But this sounds like a pretty common task so I wonder if there's already any handshake protocol between server and mobile device to agree on which media type is supported? (Like SDP?)
ps. I'm very lame in all this, so forgive me if I'm asking something obvious, any information will be valuable.
