Suggestion on UPnP presentation

Posted by Microkernel on Stack Overflow See other posts from Stack Overflow or by Microkernel
Published on 2011-01-03T05:52:27Z Indexed on 2011/01/03 5:53 UTC
Read the original article Hit count: 247

Hi all,

I am working on an embedded device (bit higher end in terms of system resources but still an embedded one) which has lot of media content in it. I am trying to make it UPnP complaint and want to be able to control this device using a UPnP complaint control point/companion device like ipad. The step towards this is to be able to present the playlist content to the user. We thought of using HTML5 as a format to use. But as I am a noob in web technologies, I am not sure whats the best way to produce and present rich dynamic web pages.

The content thats presented are video/audio listing that device can play and want this listing to be generated using the user's input criteria.

So, what would be the best way to generate these dynamic pages which are rich and rendered as HTML5 pages. (looked at XML & XSLT, but there seems to be some limitations in how well one can use XSLT from some rewviews I saw).

Thanks Microkernel

PS: This may be silly or very basic as I am a embedded systems developer and not even a noob in web technologoes...

© Stack Overflow or respective owner

Related posts about web-development

Related posts about web-applications