How to read a User Agent profile
Hi everybody
i'm working in a multimedia company. i have to test some phones whom many nokia.
i would like to know the different formats (MP3, AMR, MP4, 3GP...) which are supported by a phone (5610 Xpress music). I have his user agent profile but there's some informations i don't understand.
Here the user agent profile: [url]http://nds1.nds.nokia.com/uaprof/N5610r100.xml[/url]
What's the difference between this
[B]<prf:CcppAccept>
−
<rdf:Bag>
<rdf:li>application/java</rdf:li>
<rdf:li>application/java-archive</rdf:li>
(...)
<rdf:li>video/3gpp</rdf:li>
<rdf:li>video/3gpp2</rdf:li>
<rdf:li>video/mp4</rdf:li>[/B]
and that:
[B]
<mms:MmsCcppAccept>
−
<rdf:Bag>
<rdf:li>application/sdp</rdf:li>
<rdf:li>application/smil</rdf:li>
(...)
<rdf:li>video/3gpp</rdf:l[/B]
what is the right information for my request?
Sorry for my english, i'm French :)
Re: How to read a User Agent profile
Hi,
It's possibly an error in the UA Profile but it is saying that the phone supports the first list in the browser and the second one via MMS.
If you're delivering the content via the browser then you should use the first list. Also check the extra detail in ThreeGPAccept (at the bottom of that UAProf) it specifies the profiles and levels supported by the video codec.
Hope that helps,
Sorcery
Re: How to read a User Agent profile
thank you for your response. it help me a lot ;)
Re: How to read a User Agent profile
Hi Liveonair,
The best way to read this information is to use a XML parser, there are many free XML parsers on the web that should be able to help you.
If you don't want to spend some time in developing a XML parser, you'll find what you are looking for on my site: [url]http://www.mobilemultimedia.be/en/uaprof/parser.php[/url]
Thanks
Laurent