views:

33

answers:

2

Hi, I'm using DeviceAtlas to detect mobile phones, I was wondering if anyone had some good resources in terms of standard codecs, video dimensions that are used and how you go about serving video to mobile devices.

Thanks!

-Aaron

A: 

I don´t play with this technology, Alembik, but i have seen some great examples.

fravelgue
A: 

Instead of DeviceAtlas to fetch mobile capabilities use http://www.51degrees.mobi/Products/NETMobileAPI/tabid/86/Default.aspx it is a free ASP.NET mobile api.

It has add-in for .NET web sites that'll automatically determine if a mobile device is accessing the site and redirect it to mobile specific content. You do not have to update any of your existing asp.net pages for same.

For more details have a look at http://51degrees.mobi/Forum/tabid/92/forumid/3/postid/114/scope/posts/Default.aspx#114

Amit Patel