Search found 8 matches

Go to advanced search

by carrieje
20 Feb 2015 15:25
Forum: VLC for Android and Chrome OS
Topic: Compilation fails at contrib
Replies: 2
Views: 306

Re: Compilation fails at contrib

It has gone beyond taglib this time. But stopped at protobuf compilation. I cannot diagnose if it's due to i386 libs. But I think it's likely to be the cause. I am currently trying to install them. In the meanwhile, any hint will be highly appreciated if you notice anything :D Here is the make log :...
by carrieje
20 Feb 2015 11:03
Forum: VLC for Android and Chrome OS
Topic: Timed Auto play
Replies: 2
Views: 333

Re: Timed Auto play

Seems you are looking for VLM. Are you ? https://wiki.videolan.org/Documentation:Streaming_HowTo/VLM/ If you want to stream from the Android tablet, refer to this thread. https://forum.videolan.org/viewtopic.php?f=35&t=124251 If you want to play the stream on your tablet, I think the VLC app wil...
by carrieje
20 Feb 2015 10:56
Forum: VLC for Android and Chrome OS
Topic: Android sequential play of .avi files
Replies: 4
Views: 522

Re: Android sequential play of .avi files

Using VLC app or libvlc SDK ?
Your question seems quite blur to me...
What do you exactly want to do ?
by carrieje
20 Feb 2015 09:53
Forum: VLC for Android and Chrome OS
Topic: Compilation fails at contrib
Replies: 2
Views: 306

Re: Compilation fails at contrib

I have finally chose to compile on a Archlinux vagrant box. I must have the last up to date packages. The compilation is very long here... 1 or 2 hours ! Is it really normal or is it the box layer ? I have made some progress (at least that's the feeling I have). It compils a lot of object files in c...
by carrieje
19 Feb 2015 08:47
Forum: VLC for Android and Chrome OS
Topic: broadcast from Android
Replies: 5
Views: 621

Re: broadcast from Android

I wish I could enable it, yes. In fact I am having troubles compiling the lib for x86 (I have made some developments with a precompiled version) but when I am able to compile it, if it is not available I am aiming to make a slighty altered version which would allow me to make such a call from Java. ...
by carrieje
18 Feb 2015 17:19
Forum: VLC for Android and Chrome OS
Topic: Compilation fails at contrib
Replies: 2
Views: 306

Compilation fails at contrib

Hi, I have some issues compiling libvlc for x86. I started running the following command as advised by the AndroidCompile page sh compile.sh Then I wanted to make it as simple as possible and I ran the following commands git clone git://git.videolan.org/vlc-ports/android.git cd android git clone git...
by carrieje
17 Feb 2015 17:47
Forum: VLC for Android and Chrome OS
Topic: broadcast from Android
Replies: 5
Views: 621

broadcast from Android

Hi, I have a QT app that uses libvlc to broadcast a stream using vlm function libvlc_vlm_add_broadcast . Is such a call available in the current libvlc for Android ? If not, is it possible for me to easily make a native call to it by modifying the existing classes ? I mean, is this function just hid...
by carrieje
17 Feb 2015 17:26
Forum: VLC for Android and Chrome OS
Topic: video output has some problems:failed to create video output
Replies: 9
Views: 830

Re: video output has some problems:failed to create video output

I confirm, I had the same issue for 2 days.
This simple line solved my problem.
I wish I saw this earlier and hope it will help others.

FYI : I added the line, just after my `libvlc.restart(this)`

Go to advanced search