Search found 16 matches

Go to advanced search

by mortechsystems
07 Jun 2010 05:24
Forum: Web and scripting
Topic: Play DVB-T device using ActiveX Control in MFC?
Replies: 3
Views: 1442

Re: Play DVB-T device using ActiveX Control in MFC?

Do I presume that when using activex the "program=xxx" is ignored? If so I suspected this for a while as a lot of people have similar issues using activx in a webpage and I am having issue with the very same parameters in Delphi with DVB-T application. Will this be fixed in the new 1.1 ver...
by mortechsystems
24 Mar 2010 01:51
Forum: Web and scripting
Topic: ActiveX and DVB-T ?
Replies: 7
Views: 2741

Re: ActiveX and DVB-T ?

I have a suspicion this may work in VLC Activex for a slightly older version rather than using 1.05. Maybe a ver 1.0 or 1.03 The forums are full of people having issues with DVB-b/c/t problems withe activex, regardless of development tools. HTML, VB, C++ or even Delphi. Does any one have a manual on...
by mortechsystems
22 Mar 2010 04:50
Forum: Development around libVLC
Topic: problem select dshow source (activex and delphi)
Replies: 5
Views: 2915

Re: problem select dshow source (activex and delphi)

Hi All I found on another post that the recording function has been disabled due to security concerns being able to write to disk. Thats eaactly what I want it to do Apparently the VLC activex control can be hijacked by malicious code. I suspect some other variables may be turned off due to an overs...
by mortechsystems
22 Mar 2010 04:25
Forum: Web and scripting
Topic: [vb.net] Help with AXVLC and VS2008 please
Replies: 2
Views: 1378

Re: [vb.net] Help with AXVLC and VS2008 please

Did you register the activex component?
by mortechsystems
22 Mar 2010 04:19
Forum: Web and scripting
Topic: ActiveX and DVB-T ?
Replies: 7
Views: 2741

Re: ActiveX and DVB-T ?

Did anyone ever get a resolution to using activex? I have a similar problem with Delphi 2009. VLC 10,5 works if I use "program=xxx" statement. Does not work using with Activex plugin. My tuner locks onto the primary station id if I use VLCPlugin1.addTarget('dvb-t://frequency=226500000, dvb...
by mortechsystems
18 Mar 2010 23:16
Forum: VLC media player for Windows Troubleshooting
Topic: ActiveX and Delphu usuage problem with DVB-T
Replies: 3
Views: 384

Re: ActiveX and Delphu usuage problem with DVB-T

Thanks for the advice. Please forgive me. Ho wdoes one enable the iogging?
another parameter like :enablelog+c:\vlc.log or something else?
Kind Regards
David
by mortechsystems
18 Mar 2010 08:06
Forum: VLC media player for Windows Troubleshooting
Topic: ActiveX and Delphu usuage problem with DVB-T
Replies: 3
Views: 384

ActiveX and Delphu usuage problem with DVB-T

Hi all I have an issue with vlc 1.05 Goldeneye and activex With VLC we can load a DVB-T like dvb-t://frequency=191625000, :dvb-bandwidth=7 and a free to air tv network working ok I want to be able to choose the program id within that frequency. Yes we have multicasting on same frequencies. So a sist...
by mortechsystems
15 Oct 2009 02:51
Forum: Development around libVLC
Topic: how to record with libvlc?
Replies: 11
Views: 5688

Re: how to record with libvlc?

I will try to make it work with 0.99 version
might do better
David
by mortechsystems
14 Oct 2009 11:40
Forum: Development around libVLC
Topic: how to record with libvlc?
Replies: 11
Views: 5688

Re: how to record with libvlc?

Are there any examples in delphi to access libvlc directly?

David
by mortechsystems
14 Oct 2009 06:16
Forum: Development around libVLC
Topic: how to record with libvlc?
Replies: 11
Views: 5688

Re: how to record with libvlc?

Sorry to be an annoyance to the master programmers. This is what I suspected. Is this due to certification issues from MIcrosoft? Not being able to record the stream? I understand why if that is the case. Is there a Delphi component that I can buy to get a codec to write to file with libvlc? Or is t...
by mortechsystems
12 Oct 2009 14:31
Forum: Development around libVLC
Topic: how to record with libvlc?
Replies: 11
Views: 5688

Re: how to record with Delphi and activex

I thought I d try one more time Has anybody got any example delphi code exampe or syntax on use of Delphi to record a dvb-t stream. I have tried everything except the one that works. Here is a snippet of what I am doing presumably wrong. VLCPlugin1.addTarget('dvb-t://frequency=' + adoqrychannels.fie...
by mortechsystems
08 Oct 2009 15:32
Forum: Development around libVLC
Topic: how to record with libvlc?
Replies: 11
Views: 5688

Re: how to record with libvlc?

Do I presume recording is imposible with VLC when using activex type library?
Is there anyway to get recording to work? I would be happy to pay a reasonable price for the delphi 2007 VLC type library source.
Or have I misunderstood the remark that it is disabled for security reasons?

Cheers
David
by mortechsystems
08 Oct 2009 06:19
Forum: Development around libVLC
Topic: problem select dshow source (activex and delphi)
Replies: 5
Views: 2915

Re: problem select dshow source (activex and delphi)

Sorry for the delay in getting back to you. I am having some issues with VLC Ver 1.0.2 Goldeneye The Delphi 2007 Type Library will not let me record I can load the dvb stream via activex plugin but no luck with recording! I can record by using VLC by using the GUI or batch file with VLC directly. I ...
by mortechsystems
29 Sep 2009 06:25
Forum: Development around libVLC
Topic: problem select dshow source (activex and delphi)
Replies: 5
Views: 2915

Re: problem select dshow source (activex and delphi)

Hi there. I will post the fix for this as I have hdtv worked out in Delphi. works a treat. My bnext step is to pull a web based camera up inside the Delphi app I have built. Send me your email address and I will email the answer. Cheers David ps the trick is to omit the colon in the 2nd set of param...
by mortechsystems
04 Sep 2009 05:04
Forum: VLC media player for Windows Troubleshooting
Topic: Delphi Activex Trackbar
Replies: 3
Views: 1453

Re: Delphi Activex Trackbar

I might have found the answer myself

VLCPlugin1.addTarget('dvb-t://frequency=191625000 :dvb-bandwidth=7000', null,

The dvb-bandwidth is express in hertz not MHz
So three 0's required.
I will try when I get home.
by mortechsystems
03 Sep 2009 16:41
Forum: VLC media player for Windows Troubleshooting
Topic: Delphi Activex Trackbar
Replies: 3
Views: 1453

Re: what have I done wrong here

Thankyou to the clever person who created this originally What have I done wrong. if blVLCPluginFound then begin VLCPlugin1 := TVLCPlugin.Create(Self); VLCPlugin1.Parent := Self; // Means: Place the VLC-Player into Form1 VLCPlugin1.Width := 1024; VLCPlugin1.Height := 768; VLCPlugin1.Top := 50; VLCPl...

Go to advanced search