Closed flipit closed 10 years ago
I don't have any Macs, and i don't plan to buy one. Feel free to submit a Pull Request, but as i can't test it and don't personaly need it, i can't realy help there.
OK. I figured that might be the case. I will have a crack myself .. something to learn and if I can managed it I will submit a Pull Request. Thanks. Phill
Something new here ? Also looking for the Plugin in Mac Version
I still don't have a Mac and still won't get one just for this plugin.
+1
shouldn't be difficult, use dylib as library extension, get the Mac OS X SDK, and copy the plugin to /Applications/VLC.app/Contents/MacOS/plugins/
@vertiger can you give some more details? I would like to try it, but didnt have much experience on this field...
https://github.com/vertiger/vlc-htsp-plugin
use my fork, I have changed accordingly for the build on OS X
You have also hardcoded a host to connect for some reason, and changed a lot of the variable handling which was working as intended before. So your fork will most likely only work for you.
You are right, just take the commit with the makefile changes.
The variable interface to VLC is not working correctly on OS X. With the last commit I have just tested whether the plugin works at all or not. (it is working ...)
The buildserver now generates an OSX dylib which works with the current vlc release.
Doesn´t work with 2.0.9 :(
Correct, it builds for the latest vlc version.
Please add OSX as a platform (dylib).