Search found 12 matches

Go to advanced search

by VirMarGu
11 Feb 2013 16:22
Forum: VLC for Android and Chrome OS
Topic: Problems With Compiling VLC on Android
Replies: 13
Views: 1808

Re: Problems With Compiling VLC on Android

Thanks! I haven't explained correctly. I tried to compile libvlcjni.c and I got this: vmg@bakio:~/workspace/android/android/vlc-android/jni$ gcc libvlcjni.c libvlcjni.c:29:21: fatal error: vlc/vlc.h: No such file or directory compilation terminated. And edward answered me: Change directory back to t...
by VirMarGu
11 Feb 2013 14:57
Forum: VLC for Android and Chrome OS
Topic: Problems With Compiling VLC on Android
Replies: 13
Views: 1808

Re: Problems With Compiling VLC on Android

Thanks for the reply! I have modified the libvlcjni.c class with the following change: #define LOG_TAG "VLC/JNI/Vir/main" instead of #define LOG_TAG "VLC/JNI/main" to see if the trace output has the new LOG_TAG. And I have tried it: source ./env.sh make distclean -e make -e This ...
by VirMarGu
07 Feb 2013 14:06
Forum: VLC for Android and Chrome OS
Topic: Problems With Compiling VLC on Android
Replies: 13
Views: 1808

Re: Problems With Compiling VLC on Android

Thanks, again! I have to compile the classes .c, for these changes take effect. I try to compile the class libvlcjni.c from the terminal and this is what I get: vmg@bakio:~/workspace/android/android/vlc-android/jni$ ls Android.mk eventfd.c pthread-condattr.c utils.h aout.c libvlcjni.c pthread-once.c...
by VirMarGu
07 Feb 2013 13:51
Forum: VLC for Android and Chrome OS
Topic: Problems With Compiling VLC on Android
Replies: 13
Views: 1808

Re: Problems With Compiling VLC on Android

Thanks for the reply. I have followed the guidelines of that page (http://wiki.videolan.org/AndroidCompile) and have got a project in Eclipse with the source code. When I run this project, it installs on the device correctly. But my problem is that I want to modify the classes .c of the JNI folder a...
by VirMarGu
06 Feb 2013 17:18
Forum: VLC for Android and Chrome OS
Topic: Problems With Compiling VLC on Android
Replies: 13
Views: 1808

Re: Problems With Compiling VLC on Android

Hi, I have explained my problem in other post. But I have read this post and my problem is like that shanab_sh says. I execute 'sh compile.sh' and I get a message that says: BUILD SUCCESSFUL But my problem is that I don't know how can I compile JNI source code in Eclipse Juno, when I modify a class ...
by VirMarGu
05 Feb 2013 14:50
Forum: Development around libVLC
Topic: libvlcjni.c and Android
Replies: 2
Views: 1422

Re: libvlcjni.c and Android

Thank you very much for your reply! Sorry, maybe I have not explained well. I followed the instructions of this link (http://wiki.videolan.org/AndroidCompile) and I got a project in Android with all its folders and files, which can be run and installed as an application on a device. Now I'm looking ...
by VirMarGu
01 Feb 2013 13:18
Forum: Development around libVLC
Topic: libvlcjni.c and Android
Replies: 2
Views: 1422

libvlcjni.c and Android

I'm working with the source code of VLC for Android and this includes JNI code. I'm working with Juno Eclipse and I want to compile class libvlcjni.c when I edit it, I used the ndk-r8c order to build a "New builder" by following these guidelines: http://mobilepearls.com/labs/ndk-builder-in...
by VirMarGu
21 Jan 2013 14:26
Forum: Development around libVLC
Topic: Understanding the code: Frames of a video
Replies: 0
Views: 301

Understanding the code: Frames of a video

Hello, I'm developing an Android application for video. I've been reviewing all class of VLC for Android and I have understood how VLC gets thumbnail of a video, but I haven't seen what class makes the decoding of frames and the presentation of video frames. I understand that when VLC receives a vid...
by VirMarGu
10 Dec 2012 15:50
Forum: VLC for Android and Chrome OS
Topic: Source code
Replies: 4
Views: 981

Re: Source code

Thanks for the replies. I use Windows, but using git console and following the tutorial http://wiki.videolan.org/AndroidCompile (which is for Linux), I got a project in Eclipse. Unfortunately, this project has errors. Although I have downloaded the NDK version 8 on my computer, the console tells me ...
by VirMarGu
03 Dec 2012 18:58
Forum: VLC for Android and Chrome OS
Topic: Source code
Replies: 4
Views: 981

Source code

Hi, I am implementing an Android application in which use VLC for playing videos. I need to analyze the source code of VLC for Android. I have checked this page http://download.videolan.org/pub/vlc/ and see that the code is available for Windows, Mac, Debian ... but can not find the code for Android...
by VirMarGu
22 Nov 2012 18:54
Forum: VLC media player for Windows Troubleshooting
Topic: Problem with file .sdp
Replies: 2
Views: 526

Re: Problem with file .sdp

What path I have to write after I add RTSP in "Destinations" tab? Please, an example.
I'd put the following path: /stream

In client application, I put the following URL to play this video: rtsp://138.4.33.108:5004/stream.sdp

What mistakes am I making?
by VirMarGu
22 Nov 2012 18:29
Forum: VLC media player for Windows Troubleshooting
Topic: Problem with file .sdp
Replies: 2
Views: 526

Problem with file .sdp

I know my question has been raised in the past, but none of the answers have helped me solve my problem. I'm developing a video application for Android. I need a video streaming server for what I use VLC. I have to use the RTSP network protocol . so I need a sdp file and video transmission using RTP...

Go to advanced search