Skip to content

VLC with a Syphon server

License

GPL-2.0, LGPL-2.1 licenses found

Licenses found

GPL-2.0
COPYING
LGPL-2.1
COPYING.LIB
Notifications You must be signed in to change notification settings

rsodre/VLCSyphon

Repository files navigation

VLCSyphon

VLCSyphon

VLCSyphon is a build of the VLC Media Player with a Syphon server inside. It allows us to play movies and use it as a teture on any Syphon-enabled application.

Usage

If you just want to play files, download the latest release.

It will publish the video frames at the full encoded resolution, it is NOT limited to the player window.

Building

This repository is a remote of the vlc Git that you can find here: https://wiki.videolan.org/Git

Why not fork the original? Their environment is not as friendly as GitHub, and have no intention to push this to VLC master branch, so I think it's easier for everybody to get this here. I'll try to merge and update this remote often.

The XCode Project is at extras/package/macosx/vlc.xcodeproj, but not buildable.

To build VLCSyphon use the Syphon branch:

cd VLCSyphon
git checkout Syphon
cd build
./make_syphon

The app will be at build/VLCSyphon.app.