Search found 16 matches

Go to advanced search

by chris2000
10 Jun 2012 16:32
Forum: Web and scripting
Topic: VB6 and VLC
Replies: 47
Views: 16801

Re: VB6 and VLC

Can you use run with a bat file that:
DVBGuide.exe -b8 -c226500 -o chan.xml

And take at chan.xml the epg from that freq. Next read the xml and put at data base.
by chris2000
15 May 2012 11:37
Forum: Web and scripting
Topic: VB6 and VLC
Replies: 47
Views: 16801

Re: VB6 and VLC

with that code (vb6) can play the channel 1 form frequency 654Mhz VLC2.playlist.Add "dvb-t://frequency="654000000", ":audio-track=1", "program=1" VLC2.playlist.Next For EPG i use the "DVBGuide.exe" (external utility) and take the EPG and put in a base. i ...
by chris2000
23 Mar 2012 13:14
Forum: Web and scripting
Topic: VB6 and VLC
Replies: 47
Views: 16801

Re: VB6 and VLC

the only way to found is to use a other utility (DVBGuide.exe). And take the EPG one time at week and put into a BASE.
by chris2000
05 Mar 2012 12:59
Forum: Web and scripting
Topic: ActiveX Plugin v1 and v2 not working
Replies: 6
Views: 9290

Re: ActiveX Plugin v1 and v2 not working

newer versions of VLC needs "file:///" in beginning ("file:///C:\apple.avi")
by chris2000
17 Feb 2012 12:16
Forum: Web and scripting
Topic: VB6 and VLC
Replies: 47
Views: 16801

Re: VB6 and VLC

1. yes with "file:///" play Files (thanks) 2. EPG. If i cant take the EPG there are a option to take what play Now, Next? or export the EPG to xml file and read later from that? I bilieve when play DVB-T the VLC2.input.Position, VLC2.input.Length is from EPG (what play Now). 3. I try to pu...
by chris2000
16 Feb 2012 15:37
Forum: Web and scripting
Topic: VB6 and VLC
Replies: 47
Views: 16801

Re: VB6 and VLC

I try to play video file with that Code

VLC.addTarget sFile, Null, VLCPlayListAppendAndGo, 0
VLC.play

or

VLC2.playlist.Add sFile
VLC2.playlist.play

But i cant play. With older version the video work OK.
by chris2000
16 Feb 2012 15:34
Forum: Web and scripting
Topic: VB6 and VLC
Replies: 47
Views: 16801

Re: VB6 and VLC

For DVB-T VLC2.playlist.Add "dvb-t://frequency=654000000:bandwidth=8", "TV", "program=1" VLC2.playlist.play when try to play next Program (2) play again the 1. VLC2.playlist.stop VLC2.playlist.items.Clear VLC2.playlist.Add "dvb-t://frequency=654000000:bandwidth=8&q...
by chris2000
16 Feb 2012 15:00
Forum: Web and scripting
Topic: VB6 and VLC
Replies: 47
Views: 16801

Re: VB6 and VLC

with the last axvlc.dll work the componets.

VLCPlugin21.VersionInfo = 2.1.0-git-20120216-0009 Rincewind

I try later my code to check it.

what is diferent at VLCPlugin, VLCPlugin2?

How i can take from DVB-T what play now and Next (Epg)?
by chris2000
16 Feb 2012 10:20
Forum: Web and scripting
Topic: VB6 and VLC
Replies: 47
Views: 16801

Re: VB6 and VLC

i unistall VLC
install the last from here http://nightlies.videolan.org/build/win ... -win32.exe
make a empty VB project.
try to put componets VLC with not success.
try to put References and work.

Can you send me a test project with componets VLC to see?
by chris2000
15 Feb 2012 17:07
Forum: Web and scripting
Topic: VB6 and VLC
Replies: 47
Views: 16801

Re: VB6 and VLC

I dont know very well vb2008 or vb2010
i know good vb6.
by chris2000
15 Feb 2012 15:15
Forum: Web and scripting
Topic: VB6 and VLC
Replies: 47
Views: 16801

Re: VB6 and VLC

try download VB6 portable from here
http://s000.tinyupload.com/index.php?fi ... 05&gk=hyip
to check it if you can
by chris2000
15 Feb 2012 15:08
Forum: Web and scripting
Topic: VB6 and VLC
Replies: 47
Views: 16801

Re: VB6 and VLC

unistall everything and i try that
http://nightlies.videolan.org/build/win ... -win32.exe

same
(i can checked with References but i cant checked with componets)
by chris2000
15 Feb 2012 14:14
Forum: Web and scripting
Topic: VB6 and VLC
Replies: 47
Views: 16801

Re: VB6 and VLC

http://imageshack.us/photo/my-images/832/tv3u.jpg/
with References work with all version but when i play a file or DVB open a new window and not inside to my form or picturebox.
by chris2000
15 Feb 2012 14:10
Forum: Web and scripting
Topic: VB6 and VLC
Replies: 47
Views: 16801

Re: VB6 and VLC

that message i take with vlc 1.0.5 and newer with componets.
http://imageshack.us/photo/my-images/442/18942334.jpg/
When i put at Reference work.

With new Dll (send me) i can componet at VB but when i try to put control to form i take thar error
http://imageshack.us/photo/my-images/408/tv2t.jpg/
by chris2000
15 Feb 2012 12:20
Forum: Web and scripting
Topic: VB6 and VLC
Replies: 47
Views: 16801

Re: VB6 and VLC

yes when i try to put VLC ActiveX on form i take that message.
with vlc 1.0.5 and older work OK but with newer version i take that message.
by chris2000
14 Feb 2012 15:53
Forum: Web and scripting
Topic: VB6 and VLC
Replies: 47
Views: 16801

VB6 and VLC

Hi, I want to view DVB-T with VLC i try to use VLC 1.0.6 and newer with VB and when i go to select componets vlc i take that error "Name conflicts with existing module, project, or object library". That mean i cant user VLC 1.0.6 and newer with componets? With 1.0.5 and lower work the acti...

Go to advanced search