Search found 6 matches

Go to advanced search

by Airrud
19 Dec 2015 15:17
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Here is a Xcode project for Apple TV 4
Replies: 9
Views: 3721

Here is a Xcode project for Apple TV 4

Hello all, I have developed a project for the Apple TV for life streaming from Enigma 2 powered SAT/cable receivers with WebIf. It also supports EPG and the view of recordings. The stream is stable and there is now difference in the quality also in full HD. Put the IP address of the receiver on the ...
by Airrud
17 Nov 2015 15:09
Forum: VLC for iOS, iPadOS and Apple TV
Topic: tvOS TVVLCKit problem with NSURL
Replies: 12
Views: 2189

Re: tvOS TVVLCKit problem with NSURL

I believe I have solved the problem. In "MobileVLCKit - Sources - VLCMedia" I found: - (instancetype)initWithURL:(NSURL *)anURL { if (self = [super init]) { VLCLibrary *library = [VLCLibrary sharedLibrary]; NSAssert(library.instance, @"no library instance when creating media"); ...
by Airrud
17 Nov 2015 14:42
Forum: VLC for iOS, iPadOS and Apple TV
Topic: tvOS TVVLCKit problem with NSURL
Replies: 12
Views: 2189

Re: tvOS TVVLCKit problem with NSURL

Hi, the receiver does not log any problems in /var/log/messages. But I have copied the TS file to my Mac and enabled a HTTP server: $ python -m SimpleHTTPServer 9001 Streaming with "Film.ts" in Apple TV Simulator works fine. But if I try to access to "Fi lm.ts" the HTTP server lo...
by Airrud
15 Nov 2015 12:33
Forum: VLC for iOS, iPadOS and Apple TV
Topic: tvOS TVVLCKit problem with NSURL
Replies: 12
Views: 2189

Re: tvOS TVVLCKit problem with NSURL

I have enabled the debug mode. Here the output if I try to open "Fi lm.ts": 2015-11-15 12:23:47.900 VU Plus[4886:2409431] Creating an input for 'Fi lm.ts' 2015-11-15 12:23:47.900 VU Plus[4886:2410142] using timeshift granularity of 50 MiB 2015-11-15 12:23:47.900 VU Plus[4886:2410142] using...
by Airrud
14 Nov 2015 19:37
Forum: VLC for iOS, iPadOS and Apple TV
Topic: tvOS TVVLCKit problem with NSURL
Replies: 12
Views: 2189

Re: tvOS TVVLCKit problem with NSURL

Thanks for your help - but it does not work. Tried: NSURL *url = [NSURL URLWithString: @"http://bm750.local/web/ts.m3u?file=/hdd/movie/20151023%202030%20-%20ZDF%20HD%20-%20Der%20Alte.ts"]; mediaplayer.media = [VLCMedia mediaWithURL:url]; No success. For testing I have created two files on ...
by Airrud
14 Nov 2015 18:05
Forum: VLC for iOS, iPadOS and Apple TV
Topic: tvOS TVVLCKit problem with NSURL
Replies: 12
Views: 2189

tvOS TVVLCKit problem with NSURL

Hi all, I am developing a Apple TV 4 app for streaming from Enigma 2 receivers. Life TV streaming to Apple TV works fine. But I run in problems with recorded movies on the receiver. Here my code: VLCMediaPlayer *mediaplayer; mediaplayer = [[VLCMediaPlayer alloc] init]; mediaplayer.delegate = self; m...

Go to advanced search