Search found 9 matches

Go to advanced search

by ccko
15 Jul 2014 03:22
Forum: VLC for Android and Chrome OS
Topic: Build VLC for android with record patch
Replies: 12
Views: 892

Re: Build VLC for android with record patch

They are incomplete.
I upload the complete log.

thank you.

http://goo.gl/QukwRs
by ccko
14 Jul 2014 03:55
Forum: VLC for Android and Chrome OS
Topic: Build VLC for android with record patch
Replies: 12
Views: 892

Re: Build VLC for android with record patch

Thank you for your suggestion.

I use logcat (ADT Plugin) in Eclipse and double check the both log messages are the same.

only mjpeg demux:~

Please see the log file http://goo.gl/Pv9i6z
by ccko
14 Jul 2014 03:26
Forum: VLC for Android and Chrome OS
Topic: VLC Android ( socket bridge agent)
Replies: 2
Views: 370

Re: VLC Android ( socket bridge agent)

I have a socket agent(streaming) server which work between one camera and many clients. I need keep send some parameters from client through socket to this agent that the agent can identify which client connected. So, I think I need to know where the vlc code open the socket, i want modify these cod...
by ccko
11 Jul 2014 06:31
Forum: VLC for Android and Chrome OS
Topic: Build VLC for android with record patch
Replies: 12
Views: 892

Re: Build VLC for android with record patch

but logcat not display any error message.
by ccko
11 Jul 2014 05:05
Forum: VLC for Android and Chrome OS
Topic: Build VLC for android with record patch
Replies: 12
Views: 892

Re: Build VLC for android with record patch

Thank u.

How can I read the logs?

Right now, I can record some streaming video.

But motion jpeg still not recorded.
by ccko
10 Jul 2014 14:04
Forum: VLC for Android and Chrome OS
Topic: VLC Android ( socket bridge agent)
Replies: 2
Views: 370

VLC Android ( socket bridge agent)

Hello guys,

Can anyone tell me witch code I can modify when VLC create socket connection.

I want send a message with specfic port before call playMRL function.

or any solution I can do at Android side.

Thank you,
by ccko
10 Jul 2014 13:56
Forum: VLC for Android and Chrome OS
Topic: Build VLC for android with record patch
Replies: 12
Views: 892

Re: Build VLC for android with record patch

Thank you. But I already add C functions in libvlcjni.c as below . Comiple Success but nothing record. jboolean Java_org_videolan_libvlc_LibVLC_takeSnapShot(JNIEnv *env, jobject thiz,jint number, jstring path, jint width,jint height) { jboolean isCopy; libvlc_media_player_t *mp = getMediaPlayer(env,...
by ccko
10 Jul 2014 11:34
Forum: VLC for Android and Chrome OS
Topic: Build VLC for android with record patch
Replies: 12
Views: 892

Build VLC for android with record patch

Hello guys, I git clone the latest vlc source code and apply the record patch (download from https://patches.videolan.org/patch/606/) and add jni interface to LibVLC.java as below. but use android to call the method to record get nothing. please help me to resolve this issue. { public native boolean...

Go to advanced search