BtbN / vlc-htsp-plugin

Plugin for VLC to access TVHeadend via HTSP.
GNU Lesser General Public License v2.1
58 stars 32 forks source link

Feature Request: OSX Makefile #5

Closed flipit closed 10 years ago

flipit commented 11 years ago

Please add OSX as a platform (dylib).

BtbN commented 11 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.

flipit commented 11 years ago

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

bjwelker commented 11 years ago

Something new here ? Also looking for the Plugin in Mac Version

BtbN commented 11 years ago

I still don't have a Mac and still won't get one just for this plugin.

benbender commented 11 years ago

+1

vertiger commented 10 years ago

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/

benbender commented 10 years ago

@vertiger can you give some more details? I would like to try it, but didnt have much experience on this field...

vertiger commented 10 years ago

https://github.com/vertiger/vlc-htsp-plugin

use my fork, I have changed accordingly for the build on OS X

BtbN commented 10 years ago

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.

vertiger commented 10 years ago

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 ...)

BtbN commented 10 years ago

The buildserver now generates an OSX dylib which works with the current vlc release.

bjwelker commented 10 years ago

Doesn´t work with 2.0.9 :(

BtbN commented 10 years ago

Correct, it builds for the latest vlc version.