Search found 17 matches

Go to advanced search

by packetship
30 Oct 2013 18:43
Forum: VLC media player for macOS Troubleshooting
Topic: MacOS VLCKit 2.1.0 binaries / build issue
Replies: 0
Views: 487

MacOS VLCKit 2.1.0 binaries / build issue

Hi Folks, Now that 2.1.0 is released (belated congratulatons!) is there a binary VLCKit.Framework available? The version in VLCKit.git is still cloning vlc.git not vlc-2.1.git. I'm also still seeing two (work-roundable) problems with the VLCKit build process (XCode 5.0.1, OSX 10.9 Mavericks): 1) The...
by packetship
19 Aug 2013 18:56
Forum: VLC media player for macOS Troubleshooting
Topic: Building VLCKit for iOS using Xcode 4.6.3
Replies: 4
Views: 2000

Re: Building VLCKit for iOS using Xcode 4.6.3

This is the actual command that fails - no idea why, because it doesn't mention libiconv.la anywhere! (in build/Release/vlc_build_dir/i386/modules/codec) $ echo " CCLD " liblibass_plugin.la;../../doltlibtool --silent --tag=CC --mode=link xcrun clang -isysroot /Applications/Xcode.app/Conten...
by packetship
19 Aug 2013 18:24
Forum: VLC media player for macOS Troubleshooting
Topic: Building VLCKit for iOS using Xcode 4.6.3
Replies: 4
Views: 2000

Re: Building VLCKit for iOS using Xcode 4.6.3

Hi Felix, I'm having trouble building VLCKit from the VLCKit.git master, too. This is using Xcode 4.6.3 on a virgin Mac mini running 10.8.3 (bought especially for this purpose, long story!). The default 'Debug' configuration builds fine, but "Release" fails with the following error: CCLD l...
by packetship
13 Apr 2013 18:31
Forum: VLC media player for macOS Troubleshooting
Topic: VLCKit - transparent overlays & layers
Replies: 4
Views: 1490

Re: VLCKit - transparent overlays & layers

Just a quick update: I have found a solution using VLCKit - rather than having the VLCVideoView and WebView in the same window, put the WebView in a transparent child window of the one containing the video. In combination with CoreGraphics full screen mode this works beautifully and because (I think...
by packetship
11 Apr 2013 19:10
Forum: VLC media player for macOS Troubleshooting
Topic: VLCKit - transparent overlays & layers
Replies: 4
Views: 1490

Re: VLCKit - transparent overlays & layers

OK, good job I checked then! Is it possible to get another control (of any sort) overlaid transparently over the video using a VLCVideoView? The idea of using a WebView is essentially to provide a kind of virtual IPTV set-top box / connected TV environment on a Mac, allowing a single server-based HT...
by packetship
11 Apr 2013 18:53
Forum: VLC media player for macOS Troubleshooting
Topic: VLCKit - build issues and version advice, please
Replies: 14
Views: 1561

Re: VLCKit - build issues and version advice, please

Sure, just reporting that this was the only thing stopping it being built out of the box - maybe the shipped xcodeproj could include the flag?

Thanks

Paul
by packetship
11 Apr 2013 12:08
Forum: VLC media player for macOS Troubleshooting
Topic: VLCKit - transparent overlays & layers
Replies: 4
Views: 1490

VLCKit - transparent overlays & layers

Folks, Thanks to Felix's build changes I can now build and run VLCKit from 2.1 (unstable) just fine, but I need some more advice please... I'm trying to overlap a transparent-background WebView on top of the VLCVideoView, but the video always forces itself to the front. Is there any way of making th...
by packetship
10 Apr 2013 22:25
Forum: VLC media player for macOS Troubleshooting
Topic: VLCKit - build issues and version advice, please
Replies: 14
Views: 1561

Re: VLCKit - build issues and version advice, please

OK, git master does now build out of the box for me, but for one tiny problem introduced today in your commit dc7fe584: .. Examples/test/Controller.m:134: error: 'for' loop initial declaration used outside C99 mode Maybe an older compiler (XCode 4.2, llvm-gcc-4.2) is more fussy? Trivial patch: diff ...
by packetship
10 Apr 2013 19:52
Forum: VLC media player for macOS Troubleshooting
Topic: VLCKit - build issues and version advice, please
Replies: 14
Views: 1561

Re: VLCKit - build issues and version advice, please

OK, that's great, thanks Felix.

Now I know it will work with the fix I will switch back to 2.1, no point in working to an old API.

Best regards

Paul
by packetship
10 Apr 2013 09:50
Forum: VLC media player for macOS Troubleshooting
Topic: VLCKit - build issues and version advice, please
Replies: 14
Views: 1561

Re: VLCKit - build issues and version advice, please

Thanks Felix, The 2.0 branch fixes the build issues, as you say, so we're just left with this crash... I was going to raise a ticket for it but then found this... http://trac.videolan.org/vlc/ticket/7937 Sounds identical, and confirms my my hunch that the window ptr was simply NULL. I'll press on wi...
by packetship
09 Apr 2013 20:01
Forum: VLC media player for macOS Troubleshooting
Topic: VLCKit - build issues and version advice, please
Replies: 14
Views: 1561

Re: VLCKit - build issues and version advice, please

Well, gdb on the app binary just works :-) This confirms the crash in vout_window_Control() but I can't work out how to get source through the dylibs to trace it any further. So to summarise: - VLC 2.0.5 builds and works - VLCKit builds fine from git-2.0 but multiple issues in master - Test app cras...
by packetship
09 Apr 2013 18:28
Forum: VLC media player for macOS Troubleshooting
Topic: VLCKit - build issues and version advice, please
Replies: 14
Views: 1561

Re: VLCKit - build issues and version advice, please

Answering at least one of my own questions... The 2.0 branch in git does still contain projects/macosx, which builds just fine, none of the problems I had with master. Why isn't this in the 2.0.5 source release tarball, I wonder? But this still crashes in exactly the same way, in vout_window_Control...
by packetship
09 Apr 2013 14:38
Forum: VLC media player for macOS Troubleshooting
Topic: VLCKit - build issues and version advice, please
Replies: 14
Views: 1561

VLCKit - build issues and version advice, please

Hi Folks, I'm doing a proof-of-concept at the moment that needs multicast and RTSP MPEG-2 video streaming integrated with a browser on a Mac, so I of course thought of VLC, since QT doesn't seem to do either. Initially I was looking at the Mac plugin but I note there are issues with Mountain Lion, a...
by packetship
10 May 2010 12:51
Forum: General VLC media player Troubleshooting
Topic: RTSP keeplive & video freezing
Replies: 8
Views: 7297

Re: RTSP keeplive & video freezing

Hi Dave, (also in reply to your PM) I was the original reporter of Bug#1881 which was originally filed because VLC had stopped supporting GET_PARAMETER at all; in the 1.0.x line it does support GET_PARAMETER keepalives but only in certain conditions... It looks to me like your encoder's RTSP server ...
by packetship
20 Aug 2008 13:35
Forum: VLC media player for Windows Troubleshooting
Topic: video stream times out after 2 mins
Replies: 21
Views: 7536

Re: video stream times out after 2 mins

I'm not familiar with your camera server but it sounds like this is the same problem we are seeing with our RTSP video server, which I've just raised as a bug: 1881 My guess is your camera server (like many other servers, including ours) uses GET_PARAMETER as a 'keepalive' to assure itself the clien...

Go to advanced search