Page 1 of 1

Getting started with libVLC

Posted: 13 Jun 2015 10:30
by gwardell
Hi,

How do I get started using libVLC with Delphi XE8 for Android and iOS?

Is libVLC available as libraries or only as source?

I want to play local files that are local on the device as well as stream over the network, just like the VLC aps can, only I want to do it in my app.

If this is not possible, or an unrealistic desire, I suppose an alternative would be to invoke the VLC app from my app passing the file or URL to play.

Gary

Re: Getting started with libVLC

Posted: 09 Jul 2015 21:58
by Jean-Baptiste Kempf
For iOS, use MobileVLCKit from cocoapods.
For Android, take the apk.

About Delphi XE8, no idea.