Page 1 of 1

VB6 - DVB-T & program

Posted: 23 Oct 2010 16:54
by luca.decarlo
Hi to all,

I try to use vlc and my dvb-t usb reciver.

if i use:

Code: Select all

VLCPlugin1.addTarget "dvb-t://frequency=602000000, dvb-bandwidth=8", Null, VLCPlayListInsert, 0 VLCPlugin1.play
I can see the first available channel in the specified frequency.

How do I view other channels of the same frequency?
You can read the name of the channel?

Thanks

Luca

Re: VB6 - DVB-T & program

Posted: 25 Oct 2010 18:38
by luca.decarlo
Any ideas?

Thanks

Luca

Re: VB6 - DVB-T & program

Posted: 25 Oct 2010 19:06
by Rémi Denis-Courmont
Add the program option, set it to the correct PID

Re: VB6 - DVB-T & program

Posted: 25 Oct 2010 22:43
by luca.decarlo
Add the program option, set it to the correct PID
What options?

What is PID?

Luca

Re: VB6 - DVB-T & program

Posted: 26 Oct 2010 17:11
by Rémi Denis-Courmont
The "program" media option. You need to refer to the API documentation. The PID is defined by MPEG, and depends on the broadcaster, I can't help you with that.