Program for displaying movies, pictures ...

  • Thread starter Thread starter news.onet.pl
  • Start date Start date
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
 
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.
 
Back
Top