Swift - Installing and using VLCKit for tvOS, iOS and macOS
If you are an iOS developer who is preparing to establish a video streaming application, you probably started by using AVPlayer from AVFoundation framework for the video streaming but u have ended up with problem of support limitation. Right ?
AVPlayer doesn’t support a lot of media so that developers start thinking of another media player.
VLCMediaPlayer from VLC SDK !
VLC Media Player supports a very wide range of media.
The problem : There is no a well-explained reference (you may say, there is no any reference at all !) to guide u how to install and using the SDK.
I have faced the same problem like u and I started searching a lot and a lot. Every time, I find people saying “bla bla bla bla…” which made it worse !
Fortunately and eventually, I ended up with understanding the process very well and guess what ? It’s a very easy ! And to make it easy for every one else, i have decided to document it.
I will guide u guys step by step through the process of installing and using VLCKit, MobileVLCKit and TVVLCKit. Keep in touch !
#swift #ios #tvOS #macOS #VLCKit