Search found 18 matches

Go to advanced search

by skip
30 Apr 2011 16:15
Forum: VLC media player for macOS Troubleshooting
Topic: building 64 bit libvlc on OS X
Replies: 4
Views: 870

Re: building 64 bit libvlc on OS X

Ok, I've been looking at this today and have tested playback of an mpeg2 TS stream as well as a locally stored mov file. The stream doesn't actually give me any audio or video (just black view), but when i set VLCs debug level I do get this output: [[32;1m0x10271eb08[0m] main libvlc debug: [0mVLC me...
by skip
28 Apr 2011 09:57
Forum: VLC media player for macOS Troubleshooting
Topic: building 64 bit libvlc on OS X
Replies: 4
Views: 870

Re: building 64 bit libvlc on OS X

Thanks crackstone, that did actually fix the building issue.

The only problem I'm left with is that the 1.1.9 lib gives loads of errors when playing specific content whereas 1.1.0 has no problem playing it at all.
I guess that's something for me to troubleshoot over the weekend.

Skip
by skip
22 Apr 2011 23:25
Forum: VLC media player for macOS Troubleshooting
Topic: building 64 bit libvlc on OS X
Replies: 4
Views: 870

building 64 bit libvlc on OS X

Has anyone else got the issue that the recent libvlc revisions won't build on OS X? I just made a fresh clone (1.1.9) and am trying to build for 10.6 64-bit using the VLCKit xCode project. During the actual make phase of VLC it fails: Undefined symbols: "_Sepia8ySSE41", referenced from: _P...
by skip
27 Feb 2011 12:38
Forum: VLC media player for macOS Troubleshooting
Topic: VLCKit latest build - compiled
Replies: 1
Views: 450

Re: VLCKit latest build - compiled

Maybe a bit late, but the only way i could get it to build was to clone the current head and copy the /projects/macosx folder from there. Then download the 1.1.7 tarball (http://www.videolan.org/vlc/download-sources.html) and paste the macosx folder in the /projects folder. Then building VLCKit from...
by skip
27 Feb 2011 12:32
Forum: VLC media player for macOS Troubleshooting
Topic: VLCKit verbose
Replies: 1
Views: 364

VLCKit verbose

Hi guys,

Is it just me or does the --verbose parameter in VLCLibrary of VLCKit 1.1.7 not do anything?
I've tried 0, 1 and 2 and was expecting some logs in the console but cant seem to find them anywhere.

Thanks
Skip
by skip
27 Sep 2010 16:30
Forum: Development around libVLC
Topic: aiff playback - max_analyze_duration reached
Replies: 5
Views: 2664

Re: aiff playback - max_analyze_duration reached

Hi Jean-Baptiste, have you got an idea what may be causing this? I've tried all kinds of scenario's with different machines and I've got a feeling it's got something to do with the speed of the internal CD drive of the Mac Mini. When I copy an AIFF from CD to the local drive it plays fine and when I...
by skip
17 Sep 2010 21:21
Forum: Development around libVLC
Topic: aiff playback - max_analyze_duration reached
Replies: 5
Views: 2664

Re: aiff playback - max_analyze_duration reached

Here you go, this is the log of the first few seconds of playing a random track: 17/09/2010 20:13:29 [0x0-0x74074].com.yourcompany.VLC-CD-Test[38817] [0x100259d38] main libvlc debug: VLC media player - 1.2.0-git Twoflower 17/09/2010 20:13:29 [0x0-0x74074].com.yourcompany.VLC-CD-Test[38817] [0x100259...
by skip
17 Sep 2010 14:13
Forum: Development around libVLC
Topic: aiff playback - max_analyze_duration reached
Replies: 5
Views: 2664

Re: aiff playback - max_analyze_duration reached

Well, so far the only log i have relating to the CD playback is that one liner max_analyze_duration reached. The only thing i haven't mentioned is that it actually appears twice immediately after each other. [aiff @ 0x1012fbe10] max_analyze_duration reached I'll be doing a lot more testing over the ...
by skip
17 Sep 2010 00:53
Forum: Development around libVLC
Topic: aiff playback - max_analyze_duration reached
Replies: 5
Views: 2664

aiff playback - max_analyze_duration reached

I've been using libVLC (using VLCkit) for a while now without too many issues, but am now running into one that I just can't figure out. The application is a Mac OS X (obj-c/cocoa) application that uses VLCkit for several things, but one is the playback of audio CDs. This has worked just fine until ...
by skip
05 Feb 2010 02:23
Forum: Web and scripting
Topic: 64 bit plugin
Replies: 0
Views: 428

64 bit plugin

I was just wondering if anyone has managed to build a 64 bit version of the plugin on OS X 10.6? I keep getting an error about missing sparkle.h and found this post, but just can't seem to work around it. http://forum.videolan.org/viewtopic.php?f=12&t=64562&p=215662&hilit=sparkle+missing...
by skip
03 Feb 2010 03:25
Forum: Development around libVLC
Topic: Subtitles when using deinterlacing
Replies: 0
Views: 339

Subtitles when using deinterlacing

I noticed subtitles start to flicker when used in combination with deinterlacing and also noticed this feature request: http://trac.videolan.org/vlc/ticket/2578 Since it looks like there's no easy fix for this I was just wondering how others have worked around this? Does anyone have any advise on wh...
by skip
02 Feb 2010 23:08
Forum: Development around libVLC
Topic: NSView over VLCVideoView
Replies: 3
Views: 1756

Re: NSView over VLCVideoView

Well, I finally managed to get a NSView (or even a CALayer) to be displayed over the VLCVideoView after many many hours of tinkering. The weird thing is that the layer initially appears behind the VLCVideoView, but when you make the window as small as possible and then bring it back to the size you ...
by skip
02 Feb 2010 01:24
Forum: Development around libVLC
Topic: NSView over VLCVideoView
Replies: 3
Views: 1756

Re: NSView over VLCVideoView

ok, I've been going over just about every bit of the framework source, but I just don't understand that even if I init the VLCMediaPlayer with a layer (initWithVideoLayer) it still calls addVoutSubview:(NSView *)aView instead of addVoutLayer:(CALayer *)voutLayer I guess once I can get a CALayer with...
by skip
28 Jan 2010 20:17
Forum: Development around libVLC
Topic: NSView over VLCVideoView
Replies: 3
Views: 1756

NSView over VLCVideoView

I'm using VLCKit to play movies in a cocoa app, that all works fine, but now I've been trying to get a NSView to be displayed on top of the VLCVideoView, a bit like a play/pause controller. The problem I'm having is that either the overlay view disappears underneath the VLCVideoView (when I add both...
by skip
18 Jan 2010 11:45
Forum: Development around libVLC
Topic: vlckit error - "libvlc has thrown us an error: (null)"
Replies: 5
Views: 1259

Re: vlckit error - "libvlc has thrown us an error: (null)"

Hi Pierre,

I just downloaded a new copy via git and used xCode to built the project and all works fine now.
Not sure what I did differently this time, but hey... it works :-)

Thanks a lot for your advise!

Skip
by skip
18 Jan 2010 04:32
Forum: Development around libVLC
Topic: vlckit error - "libvlc has thrown us an error: (null)"
Replies: 5
Views: 1259

Re: vlckit error - "libvlc has thrown us an error: (null)"

Thanks Pierre, that explains a lot.

However I did try that as well and also got the libvlc: null error, but I'll try again in the morning and will let you know.

Thanks for your help!
Skip
by skip
18 Jan 2010 03:53
Forum: Development around libVLC
Topic: vlckit error - "libvlc has thrown us an error: (null)"
Replies: 5
Views: 1259

Re: vlckit error - "libvlc has thrown us an error: (null)"

Hi Pierre, I tried to build VLC and VLCKit in several different ways now, but either VLCKit won't build at all (error: ld: library not found for -lvlc) or it does build but I get the error as posted above. I've tried 32 bit, 64 bit, manually building VLC and building the whole lot via the VLCKit pro...
by skip
16 Jan 2010 03:40
Forum: Development around libVLC
Topic: vlckit error - "libvlc has thrown us an error: (null)"
Replies: 5
Views: 1259

vlckit error - "libvlc has thrown us an error: (null)"

After having had quite a hard time getting VLC (1.0.4) and vlckit to compile on a Mac OS X 10.6.0 system I finally managed to get that done, but now I'm trying to use the vlckit framework in my cocoa app. I've added it to my project, included the vlckit header and all looks ok. Creation of the video...

Go to advanced search