Discussion:
Program for displaying movies, pictures ...
(too old to reply)
news.onet.pl
2010-08-28 15:53:32 UTC
Permalink
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
cubaman
2010-08-31 09:46:17 UTC
Permalink
Post by news.onet.pl
I would like to write standlone program for displaying movies (different
- technology (C++, .Net, Java)
- external applications
- libraries
which will cooperate very well.
- 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%28VS.85%29.aspx
http://www.gstreamer.net/

Best regards.

Loading...