Program for displaying movies, pictures ...

N

news.onet.pl

I would like to write standlone program for displaying movies (different
formats), pictures (jpg, png, etc. ) and htmls. Could you help me to choose:
- technology (C++, .Net, Java)
- external applications
- libraries
which will cooperate very well.

Basic requirements:
- content displaying according to xml playlist
- program has to work under system Windows XP
- reliability (high as it is possible)


May somebody saw such ready made program in network?

Thanks in advance.
Bartek
 
C

cubaman

I would like to write standlone program for displaying movies (different
formats), pictures (jpg, png, etc. ) and htmls. Could you help me to choose:
- technology (C++, .Net, Java)
- external applications
- libraries
which will cooperate very well.

Basic requirements:
- content displaying according to xml playlist
- program has to work under system Windows XP
- reliability (high as it is possible)

May somebody saw such ready made program in network?

Thanks in advance.
Bartek

If it will run on XP, .Net should be your first choice foe
availability and performance reasons. And you can use Windows Media
SDK libraries. .Net has also a very good XML handling api. If you want
it to be multi platform, there are many 3er part libraries, like
GStreamer for Mono.
http://msdn.microsoft.com/en-us/library/dd757738(VS.85).aspx
http://www.gstreamer.net/

Best regards.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top