Search found 15 matches

Go to advanced search

by mcygogo
25 Oct 2011 08:29
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Is there some tutorial to explain how to write a VLC module?
Replies: 1
Views: 301

Is there some tutorial to explain how to write a VLC module?

I want to learn to write a VLC module, so where I can find a sample or some tutorials? tks
by mcygogo
25 Oct 2011 03:58
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Some error when I run the Android VLC
Replies: 5
Views: 1297

Re: Some error when I run the Android VLC

looks like audioTrack buffer has a minimum size on some devices. maybe using getMinBufferSize() in Aout.java will help. Edit: it's fixed now, update and retry. XilasZ, are you sure that , you have fixed the error???? I just got the code from git, but it still can not work well, and I got the same e...
by mcygogo
24 Oct 2011 08:08
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How can I find the right source code from the LOG info
Replies: 2
Views: 291

Re: How can I find the right source code from the LOG info

Ok, tks, I just got it. I redefined the msg_Dbg like this: #define msg_Dbg( p_this, ... ) \ do{\ msg_Generic( VLC_OBJECT(p_this), VLC_MSG_DBG, \ MODULE_STRING, __VA_ARGS__ ); \ fprintf(stderr, "file:%s func:%s line:%d \n", __FILE__, __func__, __LINE__); \ }while(0) Then I got everything I ...
by mcygogo
24 Oct 2011 03:24
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How can I find the right source code from the LOG info
Replies: 2
Views: 291

How can I find the right source code from the LOG info

I just begin to read the source code of VLC, and I found that I can get many informations from the LOG. But I can not find out the right source code which print the info, for example I get info like this: [0x9df6260] main decoder debug: using decoder module "avcodec" , I just grep the info...
by mcygogo
21 Oct 2011 11:33
Forum: VLC media player for Linux and friends Troubleshooting
Topic: where is the LOG
Replies: 4
Views: 1481

How can I find the right source code from the LOG info

I just begin to read the source code of VLC, and I found that I can get many informations from the LOG. But I can not find out the right source code which print the info, for example I get info like this: [0x9df6260] main decoder debug: using decoder module "avcodec" , I just grep the info...
by mcygogo
19 Oct 2011 04:21
Forum: VLC media player for Linux and friends Troubleshooting
Topic: where is the LOG
Replies: 4
Views: 1481

Re: where is the LOG

OK, I fixed it, I just need install the liveMedia-dev package
by mcygogo
19 Oct 2011 03:47
Forum: VLC media player for Linux and friends Troubleshooting
Topic: where is the LOG
Replies: 4
Views: 1481

Re: where is the LOG

USe -vvv and look at all the logs. ok, now I can get the LOG, I found that I can NOT find a plugin for live555 rtsp stream. this is the log info: [0x86518a4] main input debug: `rtsp://192.168.0.130:8554/chacha.mpg' gives access `rtsp' demux `' path `192.168.0.130:8554/chacha.mpg' [0x86518a4] main i...
by mcygogo
18 Oct 2011 13:12
Forum: VLC media player for Linux and friends Troubleshooting
Topic: where is the LOG
Replies: 4
Views: 1481

where is the LOG

I compiled the VLC 1.1.12, and I run it in the terminal, It can play the local file, But It can NOT play the RTSP video. the terminal log like this : $ ./bin/vlc-static rtsp://192.168.0.130:8554/chacha.mpg VLC media player 1.1.12 The Luggage (revision exported) Blocked: call to unsetenv("DBUS_A...
by mcygogo
16 Oct 2011 11:18
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Some error when I run the Android VLC
Replies: 5
Views: 1297

Some error when I run the Android VLC

I just compiled the Android VLC , And I run it on a real Android(not the emulator) . But it crushed , I just got one video picture. The video is MP4 with H264 and AAC and the ERROR log from LogCat is : 01-01 00:12:06.420: ERROR/VLC/VideoPlayerActivity(1410): MediaPlayerPlaying 01-01 00:12:06.530: ER...
by mcygogo
11 Oct 2011 08:55
Forum: VLC media player for Windows Troubleshooting
Topic: where we talk about the VLC on Android?
Replies: 1
Views: 164

where we talk about the VLC on Android?

Where we can get some info about the VLC on Android?
by mcygogo
11 Oct 2011 04:31
Forum: VLC media player for Linux and friends Troubleshooting
Topic: I got some ERROR, when compile the source code
Replies: 5
Views: 470

Re: I got some ERROR, when compile the source code

That looks like a bug in your toolchain, probably w.r.t. GCC builtin atomic operations. This is my GCC info: $ gcc -v Using built-in specs. Target: i686-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.4.4-14ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/READM...
by mcygogo
10 Oct 2011 07:19
Forum: VLC media player for Linux and friends Troubleshooting
Topic: I got some ERROR, when compile the source code
Replies: 5
Views: 470

I got some ERROR, when compile the source code

This is the Error LOG: make[4]: Entering directory `/media/data/work/vlc/01src/vlc-1.1.12/00build_dir/src' CC libvlccore_la-libvlc.lo /tmp/cc7Ck2iJ.s: Assembler messages: /tmp/cc7Ck2iJ.s:78: Error: expecting lockable instruction after `lock' /tmp/cc7Ck2iJ.s:99: Error: expecting lockable instruction ...

Go to advanced search