Search found 16 matches

Go to advanced search

by Trucki
19 Sep 2008 18:07
Forum: Web and scripting
Topic: Streaming Memorystream with vlc(lib)?
Replies: 0
Views: 604

Streaming Memorystream with vlc(lib)?

Hi, I'm working with an industrial Camera which delivers me a Memorystream containing the Image Data in my Borland C++ application. Now I want to sent a videostream which is created from the image data over LAN to another PC. On the other PC I also have a running application. If possible I don't wan...
by Trucki
11 Apr 2006 08:19
Forum: Web and scripting
Topic: Delphi causes EOleExeption using SetPosition in VLC ActiveX
Replies: 21
Views: 13643

OK, sorry for the last question! I just replaced in the AXVLC_TLB.pas the lines property PlaylistIndex: Integer index -1 read GetIntegerProp; property PlaylistCount: Integer index -1 read GetIntegerProp; with property PlaylistIndex: Integer index $60020015 read GetIntegerProp; property PlaylistCount...
by Trucki
11 Apr 2006 07:59
Forum: Web and scripting
Topic: Delphi causes EOleExeption using SetPosition in VLC ActiveX
Replies: 21
Views: 13643

ok, sorry for this silly question, but where can I find the right indexes?

Are they really: ?
- hex : 0x60020015 for PlaylistIndex
- hex : 0x60020016 for PlaylistCount


What programm did you use to geht the OLE Viewer dump? I tried Micro$ofts OLE Viewer but I don't kno hiw to use it.

Cu trucki
by Trucki
10 Apr 2006 16:25
Forum: Web and scripting
Topic: Delphi causes EOleExeption using SetPosition in VLC ActiveX
Replies: 21
Views: 13643

HI,
But I don't know how I can force Delphi to get these Index Numbers. Do you have an idea how I can solve this problem?
Thanks
Trucki
by Trucki
10 Apr 2006 16:06
Forum: Web and scripting
Topic: Install Activex in delphi7
Replies: 5
Views: 5551

Hi,
hmm? I installed it into the existing package: Borland User Components (dclusr70.bpl).
Trucki
by Trucki
10 Apr 2006 08:12
Forum: Web and scripting
Topic: Delphi causes EOleExeption using SetPosition in VLC ActiveX
Replies: 21
Views: 13643

Hi, by installing the activex Plugin, Delphi automaticly creates an AVLC_TLB.pas file in his Import Directory. In this File you can find lines like this: TVLCPlugin = class(TOleControl) ... property Playing: WordBool index 101 read GetWordBoolProp; property Length: Integer index 104 read GetIntegerP...
by Trucki
09 Apr 2006 19:24
Forum: Web and scripting
Topic: GetVariable Variable-Names?
Replies: 3
Views: 2953

I'm interesested too!
Cu Trucki
by Trucki
09 Apr 2006 19:06
Forum: Web and scripting
Topic: Delphi causes EOleExeption using SetPosition in VLC ActiveX
Replies: 21
Views: 13643

Hi, no, the ActiveX PlugIn hasn't got a property 'getVersionInfo' in Delphi. I also tried VlcPlugin1.PlaylistIndex / Count. Same Error : 'Member not found' . Maybe the ActiveX PlugIn still has a bug? Unfortunality I need these Variables for my project. Can I access these variables with get_variable(...
by Trucki
09 Apr 2006 10:05
Forum: Web and scripting
Topic: fullscreen with activex
Replies: 4
Views: 4920

Hi, I tried VLCPlugin1.FullScreen; with Delphi 7 and it doesn't work! But you can simulate a press of the FullScreen Button. In Delphi f.e. : procedure TForm1.BtnFullScreenClick(Sender: TObject); var tempo : OleVariant; begin //VLCPlugIn1.fullscreen //Doesn't work tempo := VLCPlugIn1.getVariable('ke...
by Trucki
09 Apr 2006 09:43
Forum: Web and scripting
Topic: Install Activex in delphi7
Replies: 5
Views: 5551

HI, - Deinstall your VLC Application. - Deinstall the ActiveX Plugin in Delphi7: - Component -> Install Packages -> Borland User Components -> Remove. (!!! This will deinstall all manuelly installed Components !!!) - Reboot - Download the latest version of VLC. f.e. http://nightlies.videolan.org/bui...
by Trucki
09 Apr 2006 09:26
Forum: Web and scripting
Topic: Delphi causes EOleExeption using SetPosition in VLC ActiveX
Replies: 21
Views: 13643

HI Quovodis, thank you very much! I installed "vlc-0.8.5-test2-20060409-0001-win32.exe" and it's working! Cool! Unfortunallity I found another problem with the VersionInfo function. procedure TForm1.Button1Click(Sender: TObject); begin LabelTime.Caption := VLCPLugin1.VersionInfo; end; On a...
by Trucki
08 Apr 2006 07:17
Forum: Web and scripting
Topic: Install Activex in delphi7
Replies: 5
Views: 5551

Hi,

have a look here:

http://wiki.videolan.org/index.php/ActiveX/Delphi

I have a Problem with the VlcPlugin1.Position property. Maybe you can try it, after you installed the Plugin.

viewtopic.php?t=19012

Thanks

Trucki
by Trucki
07 Apr 2006 08:59
Forum: Web and scripting
Topic: Delphi causes EOleExeption using SetPosition in VLC ActiveX
Replies: 21
Views: 13643

Hi, I figuerd out that the VLC_PositionSet funktion needs 2 parameters. The ActiveX Position Property only needs one position Parameter. Why? Is there no possibility to switch between absolute and relative seeking? Can I use the functions getVariable an SetVariable to seek? I tried procedure TForm1....
by Trucki
06 Apr 2006 18:46
Forum: Web and scripting
Topic: Delphi causes EOleExeption using SetPosition in VLC ActiveX
Replies: 21
Views: 13643

HI,
the Seekbar in the VLC 0.8.5 test2 GUI is working fine with *.vdr files. I also tried to use the Position Property in Delphi while I played *.wmv files.
Same Effekt. The Seek is working, but I always get this EOleExeption Error.

Any ideas?

Thanks

Trucki
by Trucki
06 Apr 2006 11:01
Forum: Web and scripting
Topic: Delphi causes EOleExeption using SetPosition in VLC ActiveX
Replies: 21
Views: 13643

UP

Nobody here who is using the Position Property of the ActiveX VLC Plugin with Borland?

Thanks
Trucki
by Trucki
04 Apr 2006 12:39
Forum: Web and scripting
Topic: Delphi causes EOleExeption using SetPosition in VLC ActiveX
Replies: 21
Views: 13643

Sorry, I forgot the Login.
Trucki

Go to advanced search