broadcast from Android
Posted: 17 Feb 2015 17:47
Hi,
I have a QT app that uses libvlc to broadcast a stream using vlm function.
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
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