Search found 16 matches

Go to advanced search

by sundk911
12 May 2012 09:50
Forum: Development around libVLC
Topic: Get access to DVB module or open the stream descriptor ID
Replies: 5
Views: 1844

Re: Get access to DVB module or open the stream descriptor I

thanks for your reply.
What I want to realize is to get theprogram list of a ts stream(DVB-T) and choose any one of the list to play. Just like the menu->playback->program button on vlc.exe.Could you tell which dll and functions should I call to realize it ? thanks a lot !

Best Regards
by sundk911
12 May 2012 09:49
Forum: Web and scripting
Topic: Menu->palyback->program function
Replies: 2
Views: 405

Re: Menu->palyback->program function

is there anyone could help me or give some suggestions ? many thanks!
by sundk911
09 May 2012 15:54
Forum: Development around libVLC
Topic: Creating Media List on DVB-S
Replies: 5
Views: 593

Re: Creating Media List on DVB-S

I want to create a media list based on television channels in DVB-S that are on the same frequency too. So have you make any progress ? if so could you tell me how to realize it or give me some suggestions ?
by sundk911
09 May 2012 15:48
Forum: General VLC media player Troubleshooting
Topic: Get PAT from Command Line
Replies: 1
Views: 286

Re: Get PAT from Command Line

what i want to realize is the same as you. could you tell me how to realize it or give me some suggestions ?
by sundk911
09 May 2012 15:46
Forum: Web and scripting
Topic: Menu->palyback->program function
Replies: 2
Views: 405

Menu->palyback->program function

Hi, there!

What I want to realize is to get theprogram list of a ts stream(DVB-T) and choose any one of the list to play. Just like the menu->playback->program button on vlc.exe.Could you tell which dll and functions should I call to realize it ? thanks a lot !

Best regards
Dekui
by sundk911
09 May 2012 15:43
Forum: Web and scripting
Topic: Vlc commmand line info
Replies: 1
Views: 566

Re: Vlc commmand line info

do you have any progress ?
what i want to realize is same as you. could you tell me how to realize it or give some suggestions?
by sundk911
08 May 2012 17:02
Forum: Development around libVLC
Topic: Example for dvb with libVLC
Replies: 1
Views: 487

Example for dvb with libVLC

could you tell me how to get the program list of a ts stream by using vlc ? just like the menu playback---program ?
by sundk911
08 May 2012 16:39
Forum: VLC media player for Windows Troubleshooting
Topic: VLC DVB-s PIDS VIDS etc
Replies: 4
Views: 387

Re: VLC DVB-s PIDS VIDS etc

but how to get the program list of a ts stream by using vlc ?
by sundk911
08 May 2012 16:30
Forum: VLC media player for Windows Troubleshooting
Topic: VLC DVB-s PIDS VIDS etc
Replies: 4
Views: 387

Re: VLC DVB-s PIDS VIDS etc

but how to get the program list of a ts stream by using vlc ?
by sundk911
08 May 2012 16:03
Forum: Development around libVLC
Topic: Get access to DVB module or open the stream descriptor ID
Replies: 5
Views: 1844

Re: Get access to DVB module or open the stream descriptor I

have you successfully implemented a frequency scan and get the PID information out of a stream by using vlc ? what I want to realize is to get the PID information out of a stream by using vlc. I see that there may be to ways to realize the function. And I have do a lot of research but i am confused ...
by sundk911
08 May 2012 15:47
Forum: VLC media player for Windows Troubleshooting
Topic: libdvbpsi
Replies: 2
Views: 154

Re: libdvbpsi

thanks for you quick reply. I just want to realize the function like the menu of vlc.exe. that is playback----program. as you know after you click playback and program you can see a list of programs if the ts stream is multi stream. could you tell me how to realize the above function by using libvlc...
by sundk911
08 May 2012 15:40
Forum: Development around libVLC
Topic: how to get the program list of a ts stream
Replies: 5
Views: 1116

Re: how to get the program list of a ts stream

many thanks for your quick reply. as you have done this with dvb and get a list of all of the channels, could you give some demo or some key codes. my email is sundk@marvell.com. thanks a lot.
by sundk911
07 May 2012 16:34
Forum: VLC media player for Windows Troubleshooting
Topic: libdvbpsi
Replies: 2
Views: 154

libdvbpsi

1. I want to get the program list of a ts stream and this function is realized by libdvbpsi, isn't it ? 2. what is the relationship between libvlc and libdvbpsi ? libdvbpsi is cited by libdvb,isn't it ? 3. how can i get the program list by libvlc ? what is the related functions and structs ? Many th...
by sundk911
07 May 2012 16:19
Forum: Development around libVLC
Topic: how to get the program list of a ts stream
Replies: 5
Views: 1116

Re: how to get the program list of a ts stream

thanks for your reply. I have try the function you mentioned. libvlc_media_subitems() return NULL although the media can be played normally. so what is the reason and do you have any idea? after i do some research i find that maybe the program list can be got by libdvbpsi. but i am not sure. and do ...
by sundk911
06 May 2012 13:53
Forum: Development around libVLC
Topic: how to get the program list of a ts stream
Replies: 5
Views: 1116

Re: how to get the program list of a ts stream

is there anyone who could give some suggestions?
by sundk911
04 May 2012 14:38
Forum: Development around libVLC
Topic: how to get the program list of a ts stream
Replies: 5
Views: 1116

how to get the program list of a ts stream

Hi,all! how to get the program list of a ts stream and choose one to play. in my project,I get ts stream from usb and play it properly.and the main code is as follows: libvlc_media_t *m; const char * const vlc_args[] = { "-I", //"dvb-t://frequency=666000", // No special interface...

Go to advanced search