Page 1 of 1

iOS VLC Network video streaming feature

Posted: 02 Dec 2016 02:51
by adamwayne
Dear All,

I am a Microsoft dot net developer and new to the iOS & XCode development environment & terminology. I am trying to compile the VLC project to get the ipa file of it.
Actually, I am interested in getting the VLC player 3.0.0 to use the dynamic network video streaming feature. After some search I found the nightly build framework & VLCKit-3.0.0-pre3. My goal is to compile the proper project (workspace or solution) to get the installation file.
Anyone can help in solving my problem or at least give me a tutorial to understand what is the nightly built framework, VLCKit 3.0.0-pre3 and how to tackle with it to produce a player for iOS.

Thanks in advance for all of you.

Adam Wayne

Re: iOS VLC Network video streaming feature

Posted: 04 Dec 2016 19:28
by fkuehne
You should consider using the cocoapod of MobileVLCKit-unstable to get the latest (and despite the name, quite stable) version of the framework without having to compile it yourself.

Alternatively, check for the source and basic information: https://code.videolan.org/VLCKit/VLCKit

Re: iOS VLC Network video streaming feature

Posted: 07 Dec 2016 01:48
by adamwayne
Hi,

Thanks A lot for helping Me!