Search found 51 matches

Go to advanced search

by eric.gl.CN
19 Mar 2010 04:06
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC run on arm bug:can't creat thread(Operation not permit)
Replies: 0
Views: 447

VLC run on arm bug:can't creat thread(Operation not permit)

hi pal, I have try to cross compile vlc and run it on arm, I already successfully cross compile it(use uclibc, I'm not sure wther it cause the problem). But when I run it , problems come: test@172 local]$ vlc VLC media player 1.0.1 Goldeneye [0x83170] main playlist fetcher error: cannot spawn second...
by eric.gl.CN
17 Mar 2010 06:50
Forum: VLC media player for Linux and friends Troubleshooting
Topic: does any one cross-compile successfully vlc for arm-linux
Replies: 0
Views: 349

does any one cross-compile successfully vlc for arm-linux

hi pals, I have try many times to cross-compile VLC-1.0.1 for arm-linux, unfortunately I failed, though I can successfully compile it and get the vlc excute file, but when I run it on arm. the problem comes VLC media player 1.0.1 Goldeneye [0x83170] main playlist fetcher error: cannot spawn secondar...
by eric.gl.CN
17 Mar 2010 06:18
Forum: VLC media player for Linux and friends Troubleshooting
Topic: problem for run vlc on arm
Replies: 6
Views: 1592

Re: problem for run vlc on arm

yes, I have see the source code. the function pthread_create() is failed, the errno is 1. I use strerror(1) to printf and the error string is "Operation not permitted". but it confused me. why my vlc program can not create thread on my arm linux? it seems no relationship with my compile en...
by eric.gl.CN
10 Mar 2010 10:50
Forum: VLC media player for Linux and friends Troubleshooting
Topic: problem for run vlc on arm
Replies: 6
Views: 1592

Re: problem for run vlc on arm

follow is a plus, I use uclibc to crosscompile my vlc for arm. Any use this library successfully compile vlc and run it on arm? this is the reason I got does this problem? I must ust libc? or I cannot run vlc because the previlige is wrong? cause I see 'operation not permitted' report.
by eric.gl.CN
10 Mar 2010 07:09
Forum: VLC media player for Linux and friends Troubleshooting
Topic: problem about crosscompile VLC for arm-linux
Replies: 4
Views: 2220

Re: problem about crosscompile VLC for arm-linux

Hi Rémi Denis-Courmont,
I used to add the --disable-xcb option to my configure file. but it not works, the vlc also will compile the globalhotkeys.c and it also need the xcb.h and X11 header files.
by eric.gl.CN
10 Mar 2010 07:07
Forum: VLC media player for Linux and friends Troubleshooting
Topic: problem for run vlc on arm
Replies: 6
Views: 1592

problem for run vlc on arm

Hi pals, I have successfully(maybe, I'm not sure, but it make and make install successfully). Then I have run it on arm it comes into erroc test@172 local]$ vlc VLC media player 1.0.1 Goldeneye [0x83170] main playlist fetcher error: cannot spawn secondary preparse thread [0x2c728] main playlist erro...
by eric.gl.CN
09 Mar 2010 11:40
Forum: VLC media player for Linux and friends Troubleshooting
Topic: problem about crosscompile VLC for arm-linux
Replies: 4
Views: 2220

Re: problem about crosscompile VLC for arm-linux

Now, I modify the makefile #SUBDIRS = http globalhotkeys it won't compile the source files under modules/control/globalhotkeys and http I have successfully compile vlc. But when I 'sudo make install', another problem comes make[4]: 正在进入目录 `/home/eric/vlc-arm/vlc-1.0.1/src' make[5]: 正在进入目录 `/home/eri...
by eric.gl.CN
09 Mar 2010 06:55
Forum: VLC media player for Linux and friends Troubleshooting
Topic: problem about crosscompile VLC for arm-linux
Replies: 4
Views: 2220

problem about crosscompile VLC for arm-linux

hi pals, I have try to crosscompile VLC for arm-linux. I use the VLC-1.0.1, I got a problem maybe it is easy to fix. but i don't know how to :oops: the problem is When VLC compile the source file ' modules/control/globalhotkeys/xcb.c ' . the xcb.c will include the xcb.h and xcb_keysyms.h and keysym....
by eric.gl.CN
04 Mar 2010 07:24
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How to crosscompile VLC and run on arm board
Replies: 1
Views: 690

How to crosscompile VLC and run on arm board

hi pals, I have successfully compile VLC-1.0.1 and run on ubuntu-0.94. Now I want to crosscompile vlc-1.0.1 on arm. I think I can do it like on ubuntu, but I must compile tools(such as automake autoconfig libtool etc.) and shared library the VLC must used(such as libSDL libavcodec etc.) by the way, ...
by eric.gl.CN
25 Feb 2010 02:33
Forum: VLC media player for Linux and friends Troubleshooting
Topic: how many dependent library that the VLC source need?
Replies: 3
Views: 545

how many dependent library that the VLC source need?

hi pals I want to compile VLC on ubuntu. I use "sudo apt-get build-dep vlc" to create the dependent library that VLC need, then I successfully compile the VLC source. Now, I want compile all the dependent library that vlc need by myself because I will transplant VLC into arm borad. This st...
by eric.gl.CN
09 Feb 2010 04:32
Forum: VLC media player for Linux and friends Troubleshooting
Topic: quertion for compiling VLC on ubuntu-0.9.4
Replies: 4
Views: 761

Re: quertion for compiling VLC on ubuntu-0.9.4

Thanks for j-b.
I will try as you told. thaks.
by eric.gl.CN
05 Feb 2010 03:37
Forum: VLC media player for Linux and friends Troubleshooting
Topic: quertion for compiling VLC on ubuntu-0.9.4
Replies: 4
Views: 761

Re: quertion for compiling VLC on ubuntu-0.9.4

Thanks for j-b, the situation is: I have already make and make install the ffmpeg source. the INSTALLDIR is /usr/local/lib and /usr/local/include then I go on make the VLC using my compiled ffmpeg library, and it successful. VLC can find the lib and headers. your means that what I do is not enough? ...
by eric.gl.CN
04 Feb 2010 07:32
Forum: VLC media player for Linux and friends Troubleshooting
Topic: quertion for compiling VLC on ubuntu-0.9.4
Replies: 4
Views: 761

quertion for compiling VLC on ubuntu-0.9.4

hi pals, I have tried compile VLC player on ubuntu-0.94 myself, I use vlc-1.0.1. at first I have download some tool like build-essential, automake, libtool...... then I have configure the VLC using this configure shell ./configure \ --enable-live555 \ --enable-faad \ --disable-x264 \ --disable-qt4 \...
by eric.gl.CN
13 Aug 2009 07:55
Forum: Web and scripting
Topic: how to use hotkey in IE when using the VLC activex
Replies: 0
Views: 479

how to use hotkey in IE when using the VLC activex

hi guys, I have use the VLC activeX in IE to play an rtsp stream. It works well. VLC player support the hotkeys, right? Like I press 'F', it will be fullscreen mode. So, can activex support hotkey? I try a test, I find that the activex can support this function. But it only works the focus is on the...
by eric.gl.CN
06 Jul 2009 04:12
Forum: VLC media player for Linux and friends Troubleshooting
Topic: where is the site to download the vlc-0.9.8a for linux
Replies: 1
Views: 238

where is the site to download the vlc-0.9.8a for linux

hi pal,
I don't know where to download the source code of vlc-0.9.8a for linux, who can give me a link?
thanks a lot.
by eric.gl.CN
03 Jul 2009 04:14
Forum: VLC media player for Windows Troubleshooting
Topic: about the memory callback function
Replies: 0
Views: 118

about the memory callback function

I find the vlc can callback the memory leaked when the memory reach a extent, but I can not find the source code...
can anyone know something about this, could you give me some advice? thanks a lot.
by eric.gl.CN
03 Jul 2009 04:08
Forum: VLC media player for Windows Troubleshooting
Topic: issue about the vlc transform function
Replies: 13
Views: 1485

Re: issue about the vlc transform function

thanks for your help. wish the developers can fix the problem quickly ^ ^
by eric.gl.CN
29 Jun 2009 03:27
Forum: VLC media player for Windows Troubleshooting
Topic: the windows memory leak problem
Replies: 5
Views: 593

Re: the windows memory leak problem

to vlc-help, the winleak tool can be used directly? no need to compile it with vlc project?
by eric.gl.CN
29 Jun 2009 03:25
Forum: VLC media player for Windows Troubleshooting
Topic: issue about the vlc transform function
Replies: 13
Views: 1485

Re: issue about the vlc transform function

so, It's mean that I can not fix this problem? I am not have a strong ception about the VLC architecture....
by eric.gl.CN
25 Jun 2009 14:27
Forum: VLC media player for Windows Troubleshooting
Topic: issue about the vlc transform function
Replies: 13
Views: 1485

Re: issue about the vlc transform function

I have see the source code in the vout_output.c ,but I find nothing suspect for this problem, cause the malloc method used is right? is it have some relationship with the picture structure' time property? and I ask a another problem. it's about the memory leak in vlc. I used the axvlc.dll in IE to d...
by eric.gl.CN
25 Jun 2009 14:19
Forum: VLC media player for Windows Troubleshooting
Topic: issue about the vlc transform function
Replies: 13
Views: 1485

Re: issue about the vlc transform function

yes, i remember that i saw this messages, but i don't know what it mean for? cause some bag delay or not find? it has some relationship with the Vout picture?
by eric.gl.CN
25 Jun 2009 14:16
Forum: VLC media player for Windows Troubleshooting
Topic: the windows memory leak problem
Replies: 5
Views: 593

Re: the windows memory leak problem

I want to know the developer how to fix the memory leak problem? they only check it by themself, not using some tools?
VlC-help, can you give some suggestions, thanks a lot
by eric.gl.CN
25 Jun 2009 03:42
Forum: VLC media player for Windows Troubleshooting
Topic: the windows memory leak problem
Replies: 5
Views: 593

the windows memory leak problem

I use active control to paly rtsp stream in IE about 12 hours and I found that the IE used about 180M memory and 820 M vitual memory. So any find this problem? I think it's a leak problem. So, as the VLC control is compiled in cygwin, how can I fix the problem. there is no tool can be used to check ...
by eric.gl.CN
25 Jun 2009 03:41
Forum: Web and scripting
Topic: the memory leak problem
Replies: 0
Views: 356

the memory leak problem

I use active control to paly rtsp stream in IE about 12 hours and I found that the IE used about 180M memory and 820 M vitual memory. So any find this problem? I think it's a leak problem. So, as the VLC control is compiled in cygwin, how can I fix the problem. there is no tool can be used to check ...
by eric.gl.CN
23 Jun 2009 11:19
Forum: VLC media player for Windows Troubleshooting
Topic: issue about the vlc transform function
Replies: 13
Views: 1485

Re: issue about the vlc transform function

hi,It is easy to do. use the vlc to play a xxxx.avi file and click the "show extended setting" button. In the "Adjustment and Effects" dialog, choose the "Video Effects" tab, then choose the "Transform" checkbox. then the image will be ratated by 90 degree cau...

Go to advanced search