Java Question Help to convert VLC library and use it in B4A

nedium

Active Member
Licensed User
Longtime User
Hello everyone, and thank you for any help you can give me.

I'm trying to convert the VLC library from its .aar file to a library I can use from B4A. I know it's a very large library, but I need to use it because of its variety of video formats.

I'm trying to use SLC (Simple Library Compiler), but I'm getting the following error:

1753342509556.png


This is the folder structure in the .aar file (which I also attached in case you want to see it).

1753342579767.png


I would like to know what I can do or if I am on the right track or not, any help would be great for me.

Greetings and thank you very much.
 

DonManfred

Expert
Licensed User
Longtime User
 

nedium

Active Member
Licensed User
Longtime User
Hi, thanks for responding @DonManfred .

I've already used that example, but I still can't use the new options, like getting the live stream (the name). I already have an application in VB.NET where I can get everything and watch the videos without any problems. That's why I want the new version for b4a.

Do you know how I could convert it?
 
Top