Search found 25 matches

Go to advanced search

by yKevin
16 Oct 2008 10:02
Forum: General VLC media player Troubleshooting
Topic: The Delay in the VLC streaming
Replies: 8
Views: 1637

Re: The Delay in the VLC streaming

Thanks to georgesdev and j-b,
and I think 1.7s is not that acceptable in the project,
so I'll work on decrease catching in the source code of VLC. :mrgreen:

Regards,
yKevin
by yKevin
15 Oct 2008 11:45
Forum: General VLC media player Troubleshooting
Topic: The Delay in the VLC streaming
Replies: 8
Views: 1637

Re: The Delay in the VLC streaming

F.Y.I, I used the 0.8.6e version.
:mrgreen:
Thanks
yKevin
by yKevin
15 Oct 2008 11:26
Forum: General VLC media player Troubleshooting
Topic: The Delay in the VLC streaming
Replies: 8
Views: 1637

Re: The Delay in the VLC streaming

I used UDP streaming.
But I think decrease catching may work, and how can I do that? Need I configure with VLC or modify the source code? :mrgreen:

Thanks
yKevin
by yKevin
15 Oct 2008 10:03
Forum: General VLC media player Troubleshooting
Topic: The Delay in the VLC streaming
Replies: 8
Views: 1637

The Delay in the VLC streaming

Hello, everyone First, I thank all the people who helped me or paid attention to all my questions. :mrgreen: Now I'm working on the Streaming with DirectShow part of VLC, I want to talk about the delay in streaming play. I got a camera in my PC, and I want to capture video in one VLC terminal, but t...
by yKevin
18 Sep 2008 05:28
Forum: VLC media player for Linux and friends Troubleshooting
Topic: What does "no crop padd module matched 'any'" mean?
Replies: 14
Views: 1381

Re: What does "no crop padd module matched 'any'" mean?

Not yet, actually. And the problem is still on the transcoding part. The issue is: I don't know every member of the structure picture_t exactly, and when I try to return a picture_t variable in decoder module, it will cause a "segmentation fault". And I want to know which member of picture...
by yKevin
14 Sep 2008 15:59
Forum: VLC media player for Linux and friends Troubleshooting
Topic: What does "no crop padd module matched 'any'" mean?
Replies: 14
Views: 1381

Re: What does "no crop padd module matched 'any'" mean?

OK, thank you for your warm-hearted. :mrgreen:
Good Luck to you.

Regards
yKevin
by yKevin
11 Sep 2008 11:43
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How to save the decoded stream to a file
Replies: 6
Views: 866

Re: How to save the decoded stream to a file

I made it.
I wrote a module for the output of raw data, and got the result that I need. :mrgreen:

Good Luck.
Regards
yKevin
by yKevin
11 Sep 2008 08:52
Forum: VLC media player for Linux and friends Troubleshooting
Topic: What does "no crop padd module matched 'any'" mean?
Replies: 14
Views: 1381

Re: What does "no crop padd module matched 'any'" mean?

And another question I want to get the answer:
Is it correct that I put the decoder and encoder in the same module(.so file), and I'll invoke them in the same process?

Thank you.
Regards
yKevin
by yKevin
11 Sep 2008 03:47
Forum: VLC media player for Linux and friends Troubleshooting
Topic: What does "no crop padd module matched 'any'" mean?
Replies: 14
Views: 1381

Re: What does "no crop padd module matched 'any'" mean?

Greate, you are the man. :mrgreen:
I'll check about that and post a reply about the result.
Thank you.

Regards
yKevin
by yKevin
10 Sep 2008 12:23
Forum: VLC media player for Linux and friends Troubleshooting
Topic: What does "no crop padd module matched 'any'" mean?
Replies: 14
Views: 1381

Re: What does "no crop padd module matched 'any'" mean?

I use my own encoder and decoder both. Actually, I choose the "transcode" function of VLC is to test the two modules. :mrgreen: OK, and I'm surprised that why do you think the log you quoted is the key point of my problem? PS. VPU means Video Process Unit or something like that, it doesn't...
by yKevin
10 Sep 2008 08:41
Forum: VLC media player for Linux and friends Troubleshooting
Topic: What does "no crop padd module matched 'any'" mean?
Replies: 14
Views: 1381

Re: What does "no crop padd module matched 'any'" mean?

OK, here comes the full debug info... :mrgreen: [00000001] main private debug: checking plugin modules [00000001] main private debug: loading plugins cache file /root/.vlc/cache/plugins-04041e.dat [00000001] main private debug: recursively browsing `modules' [00000001] main private debug: recursivel...
by yKevin
09 Sep 2008 04:41
Forum: VLC media player for Linux and friends Troubleshooting
Topic: What does "no crop padd module matched 'any'" mean?
Replies: 14
Views: 1381

Re: What does "no crop padd module matched 'any'" mean?

Did you specify a crop, padd or canvas option in transcode? Thanks for your reply, dionoea. And I know nothing about the crop, padd or canvas options in transcode, so I need your help :mrgreen: . Please give me more details, it'll be better if there are some docs(linkage) about these options :D . T...
by yKevin
08 Sep 2008 10:15
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How to save the decoded stream to a file
Replies: 6
Views: 866

Re: How to save the decoded stream to a file

Thank you for your help, dude.
And I tried that before, but it just saved the original stream (mp4 file) to the disk :D .
But I need this function:

.mp4 file ---> decoded to raw video(.yuv file) ----> saved to the disk.

Thanks again. :mrgreen:
Regards
yKevin
by yKevin
08 Sep 2008 08:59
Forum: VLC media player for Linux and friends Troubleshooting
Topic: What does "no crop padd module matched 'any'" mean?
Replies: 14
Views: 1381

What does "no crop padd module matched 'any'" mean?

Hi, everyone I'm working on transcoding of VLC, it's from "mp4v" to "h264". And when I finished the codec, I try to use the transcoding part to test my codec module, it seems not work, and the error is like: [XXXXX]main private debug: looking for crop padd module: 0 candidates [X...
by yKevin
02 Sep 2008 03:20
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How to save the decoded stream to a file
Replies: 6
Views: 866

Re: How to save the decoded stream to a file

Thank you very much,dionoea
Your message is useful to me :mrgreen:

And thanks to all the people who care about this problem.

regards
yKevin
by yKevin
01 Sep 2008 09:54
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How to save the decoded stream to a file
Replies: 6
Views: 866

Re: How to save the decoded stream to a file

To the question, ANY info is welcomed.
OK, let's make the question be clearer :mrgreen: :
Does the command line of VLC support the decoded stream saving(yuv format)?

Waiting for your reply.
Thank you.
yKevin
by yKevin
01 Sep 2008 04:32
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How to save the decoded stream to a file
Replies: 6
Views: 866

How to save the decoded stream to a file

Hi, everyone Now, i have a little trouble on VLC. And i need to know: How can I save the decoded stream to a file, i.e., let's take .mp4 file as an example, mp4 file is decoded to the .yuv file, and how can I save the .yuv file to the disk? I need the command line information, and I checked the Vide...
by yKevin
21 Aug 2008 12:35
Forum: General VLC media player Troubleshooting
Topic: Which plugins do I compile?
Replies: 1
Views: 397

Re: Which plugins do I compile?

How about the ffmpeg part?
by yKevin
11 Aug 2008 12:20
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Error caused by bootstrap
Replies: 3
Views: 739

Re: Error caused by bootstrap

Because the bootstrap will modify the Makefile s , and the reason of the problem is the linker can not find the right library. So I modified the top level Makefile: Search to this line: LINK=$(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS)... I added the library needed here. And at last, I fixe...
by yKevin
07 Aug 2008 09:31
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Error caused by bootstrap
Replies: 3
Views: 739

Re: Error caused by bootstrap

I googled in the website, and find many questions like mine, but no answer.
So what's your opinion about this? Need your help.
by yKevin
07 Aug 2008 09:28
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Error caused by bootstrap
Replies: 3
Views: 739

Re: Error caused by bootstrap

Any suggestions about the problem?
The error happens in the linking state when the vlc main program is being generated.
The library it needs is libvlc.a, and it is generated in ./src directory already.

Am I clear or something?
Any information is welcomed.

Thank you :D .
yKevin
by yKevin
07 Aug 2008 04:06
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Error caused by bootstrap
Replies: 3
Views: 739

Error caused by bootstrap

Hello, everyone I am compiling the vlc-0.8.6e source code recently, if I run the commands in this order, it'll be OK: ./configure --prefix=XXX --disable-XXX ... ... make make install but if I run bootstrap first, it'll be wrong ./bootstrap Error: /usr/bin/automake: unrecognized option '-Wall' So I r...
by yKevin
05 Aug 2008 03:47
Forum: General VLC media player Troubleshooting
Topic: About the VLC plugins
Replies: 3
Views: 761

Re: About the VLC plugins

Thank you for your reply,xtophe. :o

I think the HACKING file is very important and helpful.

Thanks & Regards
by yKevin
04 Aug 2008 11:58
Forum: General VLC media player Troubleshooting
Topic: About the VLC plugins
Replies: 3
Views: 761

Re: About the VLC plugins

Hey,boys and girls,you can write down any words about the VLC plugin as you wish.
Right or wrong is nothing. Leave it to me.
Because every information is WELCOMED!
Waiting for your reply.

Regards.
by yKevin
04 Aug 2008 08:47
Forum: General VLC media player Troubleshooting
Topic: About the VLC plugins
Replies: 3
Views: 761

About the VLC plugins

Hello, everyone As you know, VLC is very great! It's plugins are so flexible. And now I want to add a new plugin to the VLC project, but the problem is HOWTO? In the beginning, I tried to change an exist plugin to my own code, i.e., I exchange the names of my own code and the exist plugin code. e.g....

Go to advanced search