Reputation: 11768
I have a movie file and i want to stream it on the desktop like VLC Player ( http://www.howtogeek.com/howto/18167/set-a-video-as-your-desktop-wallpaper-with-vlc/ ).
How can i achieve this in Delphi ?
Upvotes: 2
Views: 1143
Reputation: 68922
As shown here, use VLC via ActiveX to run it inside your application. To make it output to the desktop, I would look for ActiveX component properties that would let you redirect as shown in your link.
Upvotes: 2
Reputation: 31280
Shell out to use VLC.
Don't re-invent the wheel unless you need a square one.
Upvotes: 0