Search found 15 matches

Go to advanced search

by Williams_
25 Jan 2018 03:13
Forum: VLC for iOS, iPadOS and Apple TV
Topic: How to develop vlc?
Replies: 3
Views: 365

Re: How to develop vlc?

For macOS we have an xcodeproj inside the vlc.git repo, see here: http://git.videolan.org/?p=vlc.git;a=tree;f=extras/package/macosx;h=2b52c45d71ee71087fe1e50852fa2aa40128a094;hb=HEAD You can open it and use this project to edit files. Compilation needs to be done on Terminal, though. This project i...
by Williams_
24 Jan 2018 10:31
Forum: VLC media player for macOS Troubleshooting
Topic: The latest library crashed on system OSX 10.12.
Replies: 6
Views: 367

Re: The latest library crashed on system OSX 10.12.

This patch solved my problem.
https://code.videolan.org/videolan/VLCK ... cosx.patch
In addition, developers have fixed this bug in the latest code.
by Williams_
23 Jan 2018 02:53
Forum: VLC for iOS, iPadOS and Apple TV
Topic: How to develop vlc?
Replies: 3
Views: 365

How to develop vlc?

I want to read the vlc source code on macOS, but I do not know how to integrate the source file into a project, just like the macOS or iOS Xcode project can be used to guide the definition of variables or functions and to debug code.
How do you develop it?
by Williams_
09 Jan 2018 02:53
Forum: VLC media player for macOS Troubleshooting
Topic: The latest library crashed on system OSX 10.12.
Replies: 6
Views: 367

Re: The latest library crashed on system OSX 10.12.

VLC itself compiles fine on both 10.13 and 10.12. I'm not sure about VLCKit and the build scripts there, though. First of all thank you for your attention. This is where I do not understand, VLCKit is described as "libvlc bindings for OS X, iOS and tvOS in Objective-C", but the official M...
by Williams_
08 Jan 2018 02:57
Forum: VLC media player for macOS Troubleshooting
Topic: The latest library crashed on system OSX 10.12.
Replies: 6
Views: 367

Re: The latest library crashed on system OSX 10.12.

Can you please give the full log, mainly which library is supposed to contain that symbol. Please also tell us which exact version of VLC you tested and if you compiled VLC yourself or not. Note, if you compile for yourself, you need to use build.sh. I compiled VLCKit library myself, using the buil...
by Williams_
05 Jan 2018 08:41
Forum: VLC media player for macOS Troubleshooting
Topic: mediaPlayerStateChanged:method callback error status.
Replies: 0
Views: 169

mediaPlayerStateChanged:method callback error status.

When the video ends, the value of the mediaPlayerStateChanged: method callback is: VLCMediaPlayerStatePaused. Pause? Should not it be VLCMediaPlayerStateEnded or VLCMediaPlayerStateStopped? What does it mean to pause? What does it mean? Can anyone explain why?
by Williams_
05 Jan 2018 03:15
Forum: VLC media player for macOS Troubleshooting
Topic: The latest library crashed on system OSX 10.12.
Replies: 6
Views: 367

The latest library crashed on system OSX 10.12.

Library compiled on 10.13 system based on branch 3.0 crashes on 10.12 system.
dyld: Symbol not found: _open_memstream
Referenced from: /Users/../Frameworks/VLCKit.framework/Versions/A/lib/libvlccore.9.dylib (which was built for Mac OS X 10.13)
Expected in: /usr/lib/libSystem.B.dylib
by Williams_
14 Nov 2017 03:11
Forum: VLC media player for macOS Troubleshooting
Topic: Crash when product name is "MacVLC"
Replies: 3
Views: 284

Re: Crash when product name is "MacVLC"

"What product?" When creating a new project, you need to enter the product name. I use the latest code compiled VLCKit library in my project.The reason for the crash is that the number of plugins loaded is 1, and the code asserts that when the number of plugins is less than or equal to 1, ...
by Williams_
13 Nov 2017 09:20
Forum: VLC media player for macOS Troubleshooting
Topic: Crash when product name is "MacVLC"
Replies: 3
Views: 284

Crash when product name is "MacVLC"

As the title describes, developers can try it.
by Williams_
06 Nov 2017 03:24
Forum: VLC media player for macOS Troubleshooting
Topic: Reason: image not found
Replies: 0
Views: 269

Reason: image not found

When I put the compiled VLCKit.framework into the Mac project, it produces the following error and crash: dyld: Library not loaded: @loader_path/../Frameworks/VLCKit.framework/Versions/A/VLCKit Referenced from: /Users/XXX/Library/Developer/Xcode/DerivedData/MacVLC-cxqklppryicquxdnaorhqadksngc/Build/...
by Williams_
06 Nov 2017 03:00
Forum: VLC media player for macOS Troubleshooting
Topic: Compile errors on the mac platform.
Replies: 2
Views: 337

Re: Compile errors on the mac platform.

I have solved this problem, by reducing the system version to 10.12, and then compile successfully.
by Williams_
31 Oct 2017 07:34
Forum: VLC media player for macOS Troubleshooting
Topic: Compile errors on the mac platform.
Replies: 2
Views: 337

Re: Compile errors on the mac platform.

I guess the environment is the problem, but I can not find the reason. Does anyone have ideas? Welcome to give any ideas, thank you.
by Williams_
27 Oct 2017 11:26
Forum: VLC media player for macOS Troubleshooting
Topic: VLCKit 3.0.0a24 build failed through cocoapods installation.
Replies: 1
Views: 229

VLCKit 3.0.0a24 build failed through cocoapods installation.

The error is:

Code: Select all

'vlc_extensions.h' file not found.
Platform:

Code: Select all

macOS High Sierra(10.13) Xcode 8.3.3
Does anyone know why? Looking forward to your reply, thank you very much.
by Williams_
27 Oct 2017 11:24
Forum: VLC media player for macOS Troubleshooting
Topic: Compile errors on the mac platform.
Replies: 2
Views: 337

Compile errors on the mac platform.

I have failed to compile in the mac platform. The first compile failed: 1. Get the source code and execute the script. git clone https://code.videolan.org/videolan/VLCKit.git cd VLCKit && sh buildVLCKit.sh -v 2. Then the script stops running, no error. install -m 644 libavformat/libavformat....

Go to advanced search