Page 1 of 1

broadcast from Android

Posted: 17 Feb 2015 17:47
by carrieje
Hi,

I have a QT app that uses libvlc to broadcast a stream using vlm function

Code: Select all

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 hidden (not made available in the java class) but implemented in the .so libraries ?

Thanks in advance !

PS: I did not get if this was the same question as mine https://forum.videolan.org/viewtopic.ph ... am#p413876

Re: broadcast from Android

Posted: 19 Feb 2015 00:54
by Jean-Baptiste Kempf
vlm is not enabled on Android.Do you want it?

Re: broadcast from Android

Posted: 19 Feb 2015 08:47
by carrieje
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.
Do you think it is feasible ?

Re: broadcast from Android

Posted: 19 Feb 2015 14:42
by Jean-Baptiste Kempf
It is doable, but not simple.

Re: broadcast from Android

Posted: 30 Jun 2016 17:30
by kornava
Hi,
Is it possible to broadcast from an Android device using libvlc?
any more information about how to do that from the native C++ part?

Re: broadcast from Android

Posted: 03 Jul 2016 12:08
by Jean-Baptiste Kempf
It will require a lot of work.