![]() |
Free solution to play videos?
So, I need play video. Nothing special, just like load images, but Delphi don't have good feauture for this: with TMediaPlayer is required to handle all manually (even display control :shock:). With TMediaPlayer is possible build something to play vids, but this will be totally lame IMO. Could you recommend me some nice solution for video playback?
I know DSPack (yeah, I used it with success for a long time, but it bites with the Windows transparent GUI). Another one form Mitov is damn huge and is a bit strange for me, so I'm not sure about it. Other recommendations? |
AW: Free solution to play videos?
|
AW: Free solution to play videos?
Open Video in TWebbrowser and let the Windows Mediaplayer do the work
use following template HTML-File to load your video <html><head><title>Multimedia</title></head><body> <div style="margin-top:0px;" align="center"><object width="%d" height="%d" classid="CLSID:05589FA1-C356-11CE-BF01-00AA0055595A"> <param name="ShowTracker" value="1"> <param name="ShowDisplay" value="0"> <param name="filename" value="%s"> </object></div></body></html> |
AW: Free solution to play videos?
TEVMRPlayer ?
use d3dx9 and different filter EVR, VMR7, VMR9, MADVR and lavfilter also. greets |
AW: Free solution to play videos?
Maybe worth a try (another Windows Media Player approach...)
![]() Regards steku |
Re: Free solution to play videos?
libvlc looks to be the most advanced and has nice API wrapper for Delphi:
Code:
Looks good, let's try it!
https://prog.olsztyn.pl/paslibvlc/
Demo apps required installed VideoLAN, probably loading libs only from install location. Zitat:
Also thanks for link about WMP ActiveX, I'll try it too. |
AW: Re: Free solution to play videos?
Zitat:
![]() |
AW: Free solution to play videos?
Zitat:
![]() search on the net.. greets |
AW: Free solution to play videos?
|
AW: Re: Free solution to play videos?
Zitat:
![]() |
Alle Zeitangaben in WEZ +1. Es ist jetzt 23:14 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz