Page 1 of 1

compiling for tvOS

Posted: 24 Sep 2015 16:07
by finbarr
Hi there,

I have downloaded the latest source and have compiled using

Code: Select all

$ ./buildMobileVLCKit.sh -t -w
However, I am unsure what I need to now pull into my Apple TV project. Is it all the files that are produced under

Code: Select all

VLCKit/MobileVLCKit/ImportedSources/vlc
e.g.
'install-ios-AppleTVOS', 'install-ios-AppleTVSimulator' and 'install-ios-AppleTV' folders. I tried pulling these in, but I still cannot source code using any of these statements:

Code: Select all

#import <TVVLCKit/VLCLibrary.h> #import <TVVLCKit/VLCMedia.h> #import <TVVLCKit/VLCMediaDiscoverer.h> #import <TVVLCKit/VLCMediaList.h> #import <TVVLCKit/VLCMediaPlayer.h> #import <TVVLCKit/VLCMediaListPlayer.h> #import <TVVLCKit/VLCMediaThumbnailer.h> #import <TVVLCKit/VLCTime.h>
or

Code: Select all

#import "VLCMedia.h"
etc

Any pointers on how I can do it would be appreciated.

Re: compiling for tvOS

Posted: 26 Sep 2015 00:43
by fkuehne
See the iOS sample code workspace for the "drop-in player". You need to do the same for tvOS.

Re: compiling for tvOS

Posted: 28 Sep 2015 19:07
by matrog