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.
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 ...
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 ...
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.
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 ...
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!
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 ...
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 !
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 !