Search found 42 matches

Go to advanced search

by matrog
16 Jan 2016 09:29
Forum: VLC for iOS, iPadOS and Apple TV
Topic: tvos compilation problem
Replies: 77
Views: 10595

Re: tvos compilation problem

At the moment, build is not that smooth anymore. build for the libVLC has to be triggered multiple times until it finishes. - hopefully... @turbolag: simply build the TVVLCKit project with "Archive", then you will get a lib, stripped and with bitcode. this procedure work fine....btw...her...
by matrog
16 Jan 2016 08:55
Forum: VLC for iOS, iPadOS and Apple TV
Topic: VLC for tvOS - no sound on MKV
Replies: 4
Views: 3348

Re: VLC for tvOS - no sound on MKV

same issue here
by matrog
21 Dec 2015 21:04
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Here is a Xcode project for Apple TV 4
Replies: 9
Views: 3709

Re: Here is a Xcode project for Apple TV 4

I tested the attached project...and doesn't work out of the box (at least on my dreambox).

First, there's a typo in the URL... then It does not zap to channel before playing...maybe it's only a dreambox issue...but Enigma should be the same on all boxes
by matrog
21 Dec 2015 15:10
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Here is a Xcode project for Apple TV 4
Replies: 9
Views: 3709

Re: Here is a Xcode project for Apple TV 4

Hi, very good project, I'll try wih my dreambox - Selecting of special audio tracks does not work. I have disabled my tries. See also the method (void)pausePlayPressed in VideoViewController.m. what do you mean? I did a similar project and I'm able to change audio track (aka language..italian, engli...
by matrog
21 Nov 2015 08:29
Forum: VLC for iOS, iPadOS and Apple TV
Topic: tvos compilation problem
Replies: 77
Views: 10595

Re: tvos compilation problem

try this, it should have bitcode enabled

https://mega.nz/#!GFwGRBhL!UHKjsLoyR_-F ... MxZHkpSLWU
by matrog
17 Nov 2015 07:44
Forum: VLC for iOS, iPadOS and Apple TV
Topic: tvos compilation problem
Replies: 77
Views: 10595

Re: tvos compilation problem

I'm albe to archive by creating a workspace, add your project and mobilevlc project then compile, you should be able to archive
by matrog
15 Nov 2015 18:12
Forum: VLC for iOS, iPadOS and Apple TV
Topic: tvos compilation problem
Replies: 77
Views: 10595

Re: tvos compilation problem

i hope so

Code: Select all

https://mega.nz/#!7MgAWb6Y!fzjEUMKe6NQfBhGHJaJt4wh6Acw-OSnVQ-aIfCExEXg
by matrog
15 Nov 2015 15:27
Forum: VLC for iOS, iPadOS and Apple TV
Topic: tvOS TVVLCKit problem with NSURL
Replies: 12
Views: 2166

Re: tvOS TVVLCKit problem with NSURL

not sure...could be only the display on logs.

You should check receiver's log as well to see the actual url request received by the decoder
by matrog
15 Nov 2015 09:25
Forum: VLC for iOS, iPadOS and Apple TV
Topic: tvOS TVVLCKit problem with NSURL
Replies: 12
Views: 2166

Re: tvOS TVVLCKit problem with NSURL

enable debugging to see what's wrong

Code: Select all

mediaplayer.libraryInstance.debugLogging = YES;
by matrog
15 Nov 2015 07:56
Forum: VLC for iOS, iPadOS and Apple TV
Topic: tvos compilation problem
Replies: 77
Views: 10595

Re: tvos compilation problem

probably this is the problem...it should finish with something like this

Code: Select all

[info] ...vlc_entry__adpcm [info] ...vlc_entry__adjust [info] ...vlc_entry__adaptative [info] ...vlc_entry__file [info] ...vlc_entry__access_mms [info] ...vlc_entry__concat [info] ...vlc_entry__a52 [info] all done
by matrog
14 Nov 2015 19:24
Forum: VLC for iOS, iPadOS and Apple TV
Topic: tvOS TVVLCKit problem with NSURL
Replies: 12
Views: 2166

Re: tvOS TVVLCKit problem with NSURL

try also something like that

Code: Select all

http://bm750.local/web/ts.m3u?file=/hdd/movie/20151023%202030%20-%20ZDF%20HD%20-%20Der%20Alte.ts
by matrog
14 Nov 2015 19:15
Forum: VLC for iOS, iPadOS and Apple TV
Topic: tvos compilation problem
Replies: 77
Views: 10595

Re: tvos compilation problem

they should come from building script
by matrog
14 Nov 2015 19:14
Forum: VLC for iOS, iPadOS and Apple TV
Topic: tvOS TVVLCKit problem with NSURL
Replies: 12
Views: 2166

Re: tvOS TVVLCKit problem with NSURL

I should not help you since you are developing my same app... :D but.....

try this

Code: Select all

URLHostAllowedCharacterSet
instead of

Code: Select all

URLQueryAllowedCharacterSet
by matrog
14 Nov 2015 07:47
Forum: VLC for iOS, iPadOS and Apple TV
Topic: tvos compilation problem
Replies: 77
Views: 10595

Re: tvos compilation problem

@lks can you describe all the steps you did?

@vtec63

I have this, and you?

Image
by matrog
12 Nov 2015 21:28
Forum: VLC for iOS, iPadOS and Apple TV
Topic: tvos compilation problem
Replies: 77
Views: 10595

Re: tvos compilation problem

@lks... are you compiling for simulator?
by matrog
05 Nov 2015 22:20
Forum: VLC for iOS, iPadOS and Apple TV
Topic: bitcode support for tvOS
Replies: 4
Views: 1537

Re: bitcode support for tvOS

it's working, thanks!
by matrog
04 Nov 2015 22:07
Forum: VLC for iOS, iPadOS and Apple TV
Topic: tvos compilation problem
Replies: 77
Views: 10595

Re: tvos compilation problem

yes, to be honest I don't remember if I ever tried to archive before
by matrog
04 Nov 2015 09:54
Forum: VLC for iOS, iPadOS and Apple TV
Topic: tvos compilation problem
Replies: 77
Views: 10595

Re: tvos compilation problem

I'll do this evening...now I can't access to my mac....it should be bitcode enable but not sure...I'm experimenting a lot so I don't know
by matrog
04 Nov 2015 08:49
Forum: VLC for iOS, iPadOS and Apple TV
Topic: tvos compilation problem
Replies: 77
Views: 10595

Re: tvos compilation problem

point 3 is raising an error for everyone I guess, please see this

https://forum.videolan.org/viewtopic.php?f=36&t=129127

I can share my libTVVLCKit.a (and .h files) to see if works, but it's not the latest version.
by matrog
03 Nov 2015 14:54
Forum: VLC for iOS, iPadOS and Apple TV
Topic: tvos compilation problem
Replies: 77
Views: 10595

Re: tvos compilation problem

that's strange...there is only for MobileVLCKit.

Unfortunately i cannot try since I no longer can compile due to other issues..there's another thread about that.

Once I can compile again I'll let you know.
by matrog
03 Nov 2015 11:02
Forum: VLC for iOS, iPadOS and Apple TV
Topic: tvos compilation problem
Replies: 77
Views: 10595

Re: tvos compilation problem

Bitcode is build setting of MobileKit project...switch to tvkit and enable it
by matrog
25 Oct 2015 16:35
Forum: VLC for iOS, iPadOS and Apple TV
Topic: tvos compilation problem
Replies: 77
Views: 10595

Re: tvos compilation problem

For iconv include iconv lib, for the player i started from the examples included in the vlckit

Go to advanced search