Search found 37 matches

Go to advanced search

by busybeeCS
17 Dec 2014 09:41
Forum: VLC for Android and Chrome OS
Topic: unexpected demux module
Replies: 2
Views: 316

Re: unexpected demux module

Check your build system.
just execute sh compile.sh to get the libraries.
the same method is ok with the previous version a year ago.
the same problems frequentlv occur with the recent versions.
perhaps, there is some problem with the new ffmpeg or avconv.
by busybeeCS
17 Dec 2014 09:30
Forum: VLC for Android and Chrome OS
Topic: couldn't guess format?is it a bug?
Replies: 2
Views: 208

Re: couldn't guess format?is it a bug?

Then it's a problem with avformat.
according to my tests, the problem exits for a year or more, looking forward to a proper solution
by busybeeCS
04 Dec 2014 07:16
Forum: VLC for Android and Chrome OS
Topic: fail to use file access module of ffmpeg
Replies: 1
Views: 236

fail to use file access module of ffmpeg

to use ffmpeg's file access module which is called protocol, i exclude libfilesystem_plugin.a from the library list and add -enable-protocol=file to ffmpeg's configure. but when i try to play a native media file, the player report: core demux: no access_demux modules i dont know why, can somebody he...
by busybeeCS
03 Dec 2014 05:55
Forum: VLC for Android and Chrome OS
Topic: stop() causes ANR
Replies: 3
Views: 364

Re: stop() causes ANR

indeed, stop() always speeds much time or leads to crash. it is a serous problem.
by busybeeCS
03 Dec 2014 05:14
Forum: VLC for Android and Chrome OS
Topic: couldn't guess format?is it a bug?
Replies: 2
Views: 208

couldn't guess format?is it a bug?

recently,i find that vlc often fails to find correct modules when dong demux, it reports "couldn't guess format" after probe using avformat or it finds unsuitable module such as 'ps','mp3' which are not the real formats. i tried to test with old version a year ago, the problem dont appear....
by busybeeCS
02 Dec 2014 04:34
Forum: VLC for Android and Chrome OS
Topic: how to rebuild vlc for android
Replies: 1
Views: 318

how to rebuild vlc for android

i've successfully built vlc libraries, to make some changes to ffmpeg or avconv module, i enter ./vlc/contrib/contrib-android-arm-linux-androideabi/ffmpeg directory and remake it like this: make clean make then i come back and do sh compile.sh,. what a pity, i cannot see any changes of the ffmpeg mo...
by busybeeCS
01 Dec 2014 12:23
Forum: VLC for Android and Chrome OS
Topic: unexpected demux module
Replies: 2
Views: 316

unexpected demux module

i have diabled latm demux module like --disable-demuxer=latm in ffmpeg,then i use the library to play a video through pipe file,what surprised me is that,the project failed when search demux module while my file is muxed in flv format. the log is like this: 12-01 15:06:53.246: D/VLC(6482): avformat ...
by busybeeCS
10 Nov 2013 08:07
Forum: VLC for Android and Chrome OS
Topic: how to disable a particular module
Replies: 3
Views: 367

Re: how to disable a particular module

You do not.
it seems as if we can disable very limited modules but not arbitrary ones.
is there another way to disable a particular one?
by busybeeCS
10 Nov 2013 05:43
Forum: VLC for Android and Chrome OS
Topic: how to disable a particular module
Replies: 3
Views: 367

how to disable a particular module

we can find all the modules through find_modules.sh script. i tried to disable access_http module by adding --disable-access-http option when doing configure for vlc for android, but i got: configure: WARNING: unrecognized options: --disable-access-http i tried --disable-access_http, the same warnin...
by busybeeCS
08 Nov 2013 04:10
Forum: General VLC media player Troubleshooting
Topic: how to forbid plugins
Replies: 0
Views: 251

how to forbid plugins

i've succeeded in compiling vlc for android, now want to reduce the lib. using --disable option is the simplest way we can try when doing configure. so i add --disable-access-http parameter in configure.sh: ... sh $VLC_SOURCEDIR/configure --host=$TARGET_TUPLE --build=x86_64-unknown-linux $EXTRA_PARA...
by busybeeCS
21 Sep 2013 10:56
Forum: Development around libVLC
Topic: How is ffmpeg_GetFrameBuf() called?
Replies: 2
Views: 367

Re: How is ffmpeg_GetFrameBuf() called?

It's a libavcodec callback.
can u tell me where it is triggered?
by busybeeCS
20 Sep 2013 10:06
Forum: Development around libVLC
Topic: How is ffmpeg_GetFrameBuf() called?
Replies: 2
Views: 367

How is ffmpeg_GetFrameBuf() called?

It seems as if the function ffmpeg_GetFrameBuf has been called repeatedly in different threads. Does it aim to do some post-processing after decoding? Tracing the code, i see ffmpeg_GetFrameBuf is only assigned to p_sys->p_context->get_buffer in video.c without directly being called, but i cannot fi...
by busybeeCS
17 Sep 2013 11:59
Forum: VLC for Android and Chrome OS
Topic: help,help!
Replies: 1
Views: 282

help,help!

when compiling vlc for android, i encounter a strange problem like this below: make[1]: Entering directory `/home/skyno/vlc-test/vlc/contrib/android/a52dec/liba52' /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -g -O3 -fomit-frame-pointer ...
by busybeeCS
17 Sep 2013 11:18
Forum: Development around libVLC
Topic: how or where is vlc_entry__m initialized?
Replies: 7
Views: 667

Re: how or where is vlc_entry__m initialized?

Your question makes no sense at all.
i dont see so,if u think it makes no sense, why cannot u explain it cleanly to me
by busybeeCS
17 Sep 2013 10:56
Forum: VLC media player for Linux and friends Troubleshooting
Topic: recreate aclocal.m4 with macros from libtool
Replies: 2
Views: 4490

Re: recreate aclocal.m4 with macros from libtool

I found a solution:

This was occurring in a subdirectory being made from a higher level makefile.

The solution was to cd to the subdirectory run
./bootstrap
make

cd back up to the higher level directory

make

This now passes this directory
which is the subdirectory , pls make it clear!
by busybeeCS
17 Sep 2013 10:51
Forum: VLC for Android and Chrome OS
Topic: compiler error
Replies: 4
Views: 705

Re: compiler error

I refer http://wiki.videolan.org/AndroidCompile#Get_VLC_Source to compiler but have some error libtool: You should recreate aclocal.m4 with macros from libtool 2.4 libtool: and run autoconf again. make[3]: *** [add_n.lo] Error 63 make[3]: *** [sub_1.lo] Error 63 libtool: Version mismatch error. Thi...
by busybeeCS
17 Sep 2013 10:49
Forum: VLC for Android and Chrome OS
Topic: compiler error
Replies: 4
Views: 705

Re: compiler error

Try running

Code: Select all

autoreconf -ivf
in /home/justin/android/vlc/contrib/android/gmp ?
the same problem,please help!
by busybeeCS
09 Sep 2013 10:54
Forum: Development around libVLC
Topic: What's the function of pf_packetize?
Replies: 1
Views: 240

What's the function of pf_packetize?

Before DecoderDecodeVideo, the block data needs to be packetized. Can anybody tell me why should we do that? What is the purpose?
by busybeeCS
07 Sep 2013 12:36
Forum: Development around libVLC
Topic: How to understand drift when synchronizing the audio
Replies: 5
Views: 504

Re: How to understand drift when synchronizing the audio

dec_pts is the intended time and mdate() is the current time.
do u mean mdate() is the estimated playback time?
why is there an accumulation in variable drift?
by busybeeCS
07 Sep 2013 12:31
Forum: Development around libVLC
Topic: how or where is vlc_entry__m initialized?
Replies: 7
Views: 667

Re: how or where is vlc_entry__m initialized?

I don't understand the question. sry for my unclear expression. i mean vlc _entry_main is defined in src/libvlc-module.c, declared in src/modules/modules.h. then how does the declaration know the function is defined in src/libvlc-module.c, as the declaration appears without prefix extern indicating...
by busybeeCS
07 Sep 2013 05:59
Forum: Development around libVLC
Topic: how or where is vlc_entry__m initialized?
Replies: 7
Views: 667

Re: how or where is vlc_entry__m initialized?

vlc_entry__main() is defined in src/libvlc-module.c, but it's all macros. hi Rémi Denis-Courmont,thank u very much for your reply. now i know that file libvlc-module.c uses macro vlc_module_begin which is defined in file vlc_plugin.h,by expanding vlc_module_begin,we can see the definition of functi...
by busybeeCS
06 Sep 2013 03:52
Forum: Development around libVLC
Topic: Sync mode in vlc
Replies: 4
Views: 656

Re: Sync mode in vlc

src/input/clock.c and src/win32/thread.c
thank u very much!
by busybeeCS
05 Sep 2013 16:03
Forum: Development around libVLC
Topic: demux_New is called twice in InputSourceInit
Replies: 3
Views: 405

Re: demux_New is called twice in InputSourceInit

no guaranty but i think that:
vlc first tries to open an access_demuxer if it fails, than it opens an acces module first, and then it opens a demuxer (this is the second time demux_New is called)
then what is the access_demuxer ?
what is the difference between access_demuxer and access or demux?
by busybeeCS
05 Sep 2013 15:51
Forum: Development around libVLC
Topic: How to understand drift when synchronizing the audio
Replies: 5
Views: 504

Re: How to understand drift when synchronizing the audio

In that context, it's the difference between the intended and the estimated actual audio playback time.
then,what is the estimated actual audio playback time and what the intended one?
is the dec_pts estimated?
how to understand :drift += mdate () - dec_pts;
by busybeeCS
04 Sep 2013 13:03
Forum: Development around libVLC
Topic: How to understand drift when synchronizing the audio
Replies: 5
Views: 504

How to understand drift when synchronizing the audio

The function aout_DecSynchronize first calls aout_OutputTimeGet to get the drift time and then does

Code: Select all

drift += mdate () - dec_pts;
.

Can anybody explain the meaning of drift to me?

Go to advanced search