Search found 11 matches

Go to advanced search

by tjuwangli
19 Mar 2004 02:17
Forum: General VLC media player Troubleshooting
Topic: I got an error when saving the pes data
Replies: 1
Views: 464

I got it

I find the defination of the struct data_buffer_t is in input_ext-plugins.c. The file where I used the fwrite don't include it. So the compiler can't find it.
by tjuwangli
18 Mar 2004 15:30
Forum: General VLC media player Troubleshooting
Topic: I got an error when saving the pes data
Replies: 1
Views: 464

I got an error when saving the pes data

I want to save the pes data from a TS stream. I write it in the DemuxTS function. After the GatherPES, I write this : fwrite((p_data->p_buffer),1,p_data->p_buffer->i_size,temp); But the compiler tell me that an error : error C2037: left of 'i_size' specifies undefined struct/union 'data_buffer_t' I ...
by tjuwangli
10 Mar 2004 15:13
Forum: General VLC media player Troubleshooting
Topic: How can I use the logo module?
Replies: 6
Views: 1803

Excuse me, I don't realize the meaning of adds the logo to the displayed video . Is it add the logo(.bmp) to the video when it is displayed? But it don't add the logo into the stream, do it? But when i displayed a ts stream use the command "vlc --logo_file 1.bmp test.ts", there is no logo ...
by tjuwangli
10 Mar 2004 03:21
Forum: General VLC media player Troubleshooting
Topic: How can I use the logo module?
Replies: 6
Views: 1803

How can I use the logo module?

I find that vlc has a module named logo. Is it add logo to the ts stream? How can I use it? I try a command such as "vlc --logo_file 1.bmp test.ts", but it just play the ts stream without any logo. Please help me.
by tjuwangli
06 Mar 2004 15:36
Forum: General VLC media player Troubleshooting
Topic: A question about the wxwindows
Replies: 1
Views: 637

A question about the wxwindows

I can't compile the wxwindows dll, so I want to write a interface dll use VC. But now I got a trouble. I write a dll like wxwindows.cpp in plugin_wxwindows.dsp. I delete all code which is about the wxwindows. And now vlc can use my dll. But I don't know the structure about the wxwindows. If anybody ...
by tjuwangli
04 Mar 2004 10:22
Forum: General VLC media player Troubleshooting
Topic: How to compile the plugin_wxwindows.dsp in win2000?
Replies: 1
Views: 621

How to compile the plugin_wxwindows.dsp in win2000?

I can't compile the plugin_wxwindows.dll in win2000. How can I compile it and I don't realize about the wxwindows. I have already downloaded the wxwindows from the web, but I don't know how to use it. Please help me!
by tjuwangli
03 Mar 2004 06:45
Forum: General VLC media player Troubleshooting
Topic: How many threads are there in the VLC?
Replies: 1
Views: 1112

How many threads are there in the VLC?

I want to know how many threads there are in the VLC when it played ts stream. And what are the relationship between them.
by tjuwangli
02 Mar 2004 05:17
Forum: General VLC media player Troubleshooting
Topic: What is the meaning of module_config_t ?
Replies: 1
Views: 484

What is the meaning of module_config_t ?

I am learning the source code of the VideoLanClient. But I am puzzled with the struct module_config_t. Please tell me how can we use it?

By the way, can anyone tell me the flow chart of the VLC? If someone can answer this question, I can easily know the VLC.Thank you very much!
by tjuwangli
26 Feb 2004 04:43
Forum: General VLC media player Troubleshooting
Topic: An question about the compiling the new project?
Replies: 0
Views: 441

An question about the compiling the new project?

I want to add a new module into the VideoLanClient. So I make a new dll project in VC++6.0 in Win200. But when I compiled the project, it had 102 errors. So I compare the new project with other project. I found that the setting of the new source file(.c) was different from the other source file. In ...
by tjuwangli
23 Feb 2004 03:52
Forum: General VLC media player Troubleshooting
Topic: A question about the convert from PS to TS!
Replies: 0
Views: 477

A question about the convert from PS to TS!

We konw that the PS always be VBR, but TS should be CBR,so when we make convert how can we select the TS bitrate(according to the PS bitrate) and guarantee the STB buffer do not overflow?

we have not tested the TS with STB, we may do it, thank you !
by tjuwangli
22 Feb 2004 04:30
Forum: General VLC media player Troubleshooting
Topic: Help me about the export function of VLC modules
Replies: 3
Views: 1159

We konw that the PS always be VBR, but TS should be CBR,so when we make convert how can we select the TS bitrate(according to the PS bitrate) and guarantee the STB buffer do not overflow?

we have not tested the TS with STB, we may do it, thank you !

Go to advanced search