Search found 46 matches

Go to advanced search

by lionwes
26 Apr 2013 05:51
Forum: VLC for Android and Chrome OS
Topic: VLC build error
Replies: 16
Views: 1377

Re: VLC build error

This issue was fixed.
When to build latest vlc-android for MIPS need to changed gmp-4.2.1.tar.bz2 to gmp-5.0.2.tar.bz2

So,need to modify :
android\vlc\contrib\src\gmp\rules.mak

and

android\vlc\contrib\src\gmp\SHA512SUMS
by lionwes
25 Apr 2013 04:57
Forum: VLC for Android and Chrome OS
Topic: Latest Version vlc-android not support MIPS ?
Replies: 10
Views: 878

Re: Latest Version vlc-android not support MIPS ?

Nobody knows.
oh.. :cry:
maybe need to talk with Imagination and MIPS Company
by lionwes
25 Apr 2013 04:45
Forum: VLC for Android and Chrome OS
Topic: Latest Version vlc-android not support MIPS ?
Replies: 10
Views: 878

Re: Latest Version vlc-android not support MIPS ?

Most notably we have severe pthread instability with vlc-android on MIPS.
why?
by lionwes
25 Apr 2013 04:44
Forum: VLC for Android and Chrome OS
Topic: Latest Version vlc-android not support MIPS ?
Replies: 10
Views: 878

Re: Latest Version vlc-android not support MIPS ?

OK.
So,next version will fixed this issue ?
by lionwes
24 Apr 2013 08:38
Forum: VLC for Android and Chrome OS
Topic: Latest Version vlc-android not support MIPS ?
Replies: 10
Views: 878

Re: Latest Version vlc-android not support MIPS ?

This is for https and gnutls
:D :) :o :wink: :P

Dear All:

This issue was fixed.
When to build latest vlc-android for MIPS need to changed gmp-4.2.1.tar.bz2 to gmp-5.0.2.tar.bz2 .

So,need to modify :

Code: Select all

android\vlc\contrib\src\gmp\rules.mak
and

Code: Select all

android\vlc\contrib\src\gmp\SHA512SUMS
by lionwes
23 Apr 2013 08:55
Forum: VLC for Android and Chrome OS
Topic: Latest Version vlc-android not support MIPS ?
Replies: 10
Views: 878

Re: Latest Version vlc-android not support MIPS ?

Maybe not, indeed... PAtches are welcome.
I'm not sure to fixed this problem,but one thing i want to know,why the latest version vld-android need to build gmp this directory ? The old version is not to use it. :-|
by lionwes
22 Apr 2013 05:04
Forum: VLC for Android and Chrome OS
Topic: Latest Version vlc-android not support MIPS ?
Replies: 10
Views: 878

Latest Version vlc-android not support MIPS ?

Dear All :

Latest Version vlc-android not support MIPS ?

Here is a problem ,but no answer :
viewtopic.php?f=35&t=109809 :?: :-| :(
by lionwes
19 Apr 2013 03:22
Forum: VLC for Android and Chrome OS
Topic: VLC build error
Replies: 16
Views: 1377

Re: VLC build error

Disabling asm in gmp maybe.
How to disable asm in gmp ?
by lionwes
18 Apr 2013 04:53
Forum: VLC for Android and Chrome OS
Topic: VLC build error
Replies: 16
Views: 1377

Re: VLC build error

Dear Jean-Baptiste Kempf : I try your method , touch .ragel and touch .yasm it can build now,thanks!! But now ,when building to '/android/vlc/contrib/android/gmp/mpn' ,have some error : /bin/bash ../libtool --mode=compile mipsel-linux-android-gcc --sysroot=/android-ndk-r8d/platforms/android-9/arch-m...
by lionwes
18 Apr 2013 03:39
Forum: VLC for Android and Chrome OS
Topic: VLC build error
Replies: 16
Views: 1377

Re: VLC build error

skip ragel, by doing "touch .ragel" in extras/tools/
Dear Jean-Baptiste Kempf :

you mean when to build vlc-android

Code: Select all

sh compile.sh
I have to enter android/vlc/extras/tools and do

Code: Select all

touch .ragel

Code: Select all

touch .yasm
after that ,run

Code: Select all

sh compile.sh
by lionwes
17 Apr 2013 04:41
Forum: VLC for Android and Chrome OS
Topic: VLC build error
Replies: 16
Views: 1377

Re: VLC build error

You're compiling for MIPS?
Yes,I build the Old versions VLC-Android is OK,but the latest versions will error. :(
by lionwes
16 Apr 2013 03:25
Forum: VLC for Android and Chrome OS
Topic: VLC build error
Replies: 16
Views: 1377

Re: VLC build error

configure: error: C compiler cannot create executables Paste the config.log, since your C compiler looks broken. Here is ragel config.log : This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by ragel configure...
by lionwes
15 Apr 2013 09:00
Forum: VLC for Android and Chrome OS
Topic: VLC build error
Replies: 16
Views: 1377

Re: VLC build error

Run git pull on your android.git and see if it fixes the problem. Dear edwardw : I have git pull the android.git. I have another thing forget to report,when to build latest vlc-android,i got this error : For an ARMv6 device without FPU, you need a build without FPU: $ export NO_FPU=1 For an ARMv5 d...
by lionwes
15 Apr 2013 04:32
Forum: VLC for Android and Chrome OS
Topic: VLC build error
Replies: 16
Views: 1377

Re: VLC build error

No. I need to know some information about your build environment. Please follow the instructions in my post above. Thanks. I see,here it is: $ nproc -bash: nproc: command not found $ sysctl usage: sysctl [-n] [-e] variable ... sysctl [-n] [-e] [-q] -w variable=value ... sysctl [-n] [-e] -a sysctl [...
by lionwes
15 Apr 2013 03:54
Forum: VLC for Android and Chrome OS
Topic: VLC build error
Replies: 16
Views: 1377

Re: VLC build error

Works for me on Linux. What is the output of the

Code: Select all

nproc
and

Code: Select all

sysctl
commands in the terminal?
Dear edwardw :

what you mean ?

I build the vlc-android follow this web
http://wiki.videolan.org/AndroidCompile

so,i miss something ?
by lionwes
12 Apr 2013 09:44
Forum: VLC for Android and Chrome OS
Topic: VLC build error
Replies: 16
Views: 1377

VLC build error

Dear All : Build System is Linux,not MAC When i build the vlc-android ,but not successed.Here is the log: For an ARMv6 device without FPU, you need a build without FPU: $ export NO_FPU=1 For an ARMv5 device or the Android emulator, you need an ARMv5 build: $ export NO_ARMV6=1 If you plan to use a re...
by lionwes
08 Apr 2013 04:36
Forum: VLC for Android and Chrome OS
Topic: can't exit when you want to stop play rtsp
Replies: 7
Views: 838

Re: can't exit when you want to stop play rtsp

This bug was apparently fixed 6 weeks ago in http://trac.videolan.org/vlc/ticket/7269
Thanks ,i will try
by lionwes
08 Apr 2013 04:34
Forum: VLC for Android and Chrome OS
Topic: rtsp play/pause issue
Replies: 4
Views: 618

Re: rtsp play/pause issue

Yes, but that is meaningless without further information.
the log only this,what can i do next ?
by lionwes
03 Apr 2013 10:45
Forum: VLC for Android and Chrome OS
Topic: rtsp play/pause issue
Replies: 4
Views: 618

Re: rtsp play/pause issue

I don't really see anything useful in the log...
key word:
W/VLC ( 2335): [0x3ba8fc]: main input es out timeshift: auto stop
by lionwes
03 Apr 2013 10:43
Forum: VLC for Android and Chrome OS
Topic: can't exit when you want to stop play rtsp
Replies: 7
Views: 838

Re: can't exit when you want to stop play rtsp

yes,it has this problem when network is very bad.
My expectation is vlc exit normally, not get stuck and exception when press back key.
Thank you.
Dear jerryYoung :

how to fixed this problem ?
by lionwes
21 Mar 2013 07:54
Forum: VLC for Android and Chrome OS
Topic: rtsp play/pause issue
Replies: 4
Views: 618

rtsp play/pause issue

when i play rtsp,and press pause,it can pause.but then press play button,can't play rtsp video,here is the log : I/OnPlayerControlListener( 2335): VVVVVVVVVVVVVVVVVVVVVVVV play D/VLC ( 2335): [0x3ba8fc]: main input control type=1 I/VLC/AudioService( 2335): MediaPlayerPlaying I/AudioService( 149): Au...
by lionwes
21 Mar 2013 02:15
Forum: VLC for Android and Chrome OS
Topic: VLC play RTSP will stop by set Command
Replies: 3
Views: 505

Re: VLC play RTSP will stop by set Command

You can't just copy the libvlc stub without also applying the core callback. Just take the patch from http://patches.videolan.org/patch/606/ and apply it.
i merge it before,and in the android\vlc\modules\stream_out\record.c

Code: Select all

set_callbacks( Open, Close )
how it can use Close function?
by lionwes
20 Mar 2013 03:47
Forum: VLC for Android and Chrome OS
Topic: VLC play RTSP will stop by set Command
Replies: 3
Views: 505

VLC play RTSP will stop by set Command

Dear edwardw : in vlc-android ,i have below function : int libvlc_record_start( libvlc_media_player_t *p_mi, const char* psz_filename ) { input_thread_t *p_input_thread; p_input_thread = libvlc_get_input_thread( p_mi ); if( !p_input_thread ) return -1; var_SetString( p_input_thread, "input-reco...
by lionwes
14 Mar 2013 02:15
Forum: VLC for Android and Chrome OS
Topic: java.lang.NoSuchFieldError: no field with name='mInternalMed
Replies: 2
Views: 374

Re: java.lang.NoSuchFieldError: no field with name='mInterna

You use libvlcjni without Libvlc.java?
is my mistake,i forget to define LibVLC
by lionwes
14 Mar 2013 01:59
Forum: VLC for Android and Chrome OS
Topic: libavcodec version 55 requires --disable-sout.
Replies: 3
Views: 449

Re: libavcodec version 55 requires --disable-sout.

In fact, to make things easy, you can even find a ready-to-use patch here: viewtopic.php?f=35&t=108955#p369233
Thanks,i use the old version is OK

Go to advanced search