• Stars
    star
    154
  • Rank 241,209 (Top 5 %)
  • Language
  • Created over 12 years ago
  • Updated almost 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Emulate a fake monitor to hijack full-screen video output and pipe the video stream to a Syphon server

Syphon Virtual Screen

This project has been discontinued, and is no longer being maintained.

Syphon Virtual Screen was an open source app to add a fake extra-display to your mac and pipe its video content to use in your video workflow. This could be used i.e. to hijack video output of applications that can go full-screen but are not Syphon-enabled.

The project has been discontinued because of some recent changes in OSX 10.10 and greater:

  • issues with kext signing (#27).
  • low framerate (#33)
  • Airplay mirroring broken on 10.9 and greater (#16)

Source code is still available for reference on the development branch.

If you are working on OSX before Yosemite (10.10) you can find the installer on the release page.

To uninstall SVS you should:

  • Remove the "startup at login" item for Syphon Virtual Screen and delete the app from \Applications.
  • Open the Terminal and type:
sudo rm -rf /System/Library/Extensions/EWProxyFramebuffer.kext
sudo kextcache -m /System/Library/Caches/com.apple.kext.caches/Startup/Extensions.mkext /System/Library/Extensions
  • Reboot.