Skip to content

Instantly share code, notes, and snippets.

@ojacques
Last active May 1, 2019 20:10
Show Gist options
  • Save ojacques/745380e2b8d745cab525d9e5f98b6d51 to your computer and use it in GitHub Desktop.
Save ojacques/745380e2b8d745cab525d9e5f98b6d51 to your computer and use it in GitHub Desktop.
TCPSClient on Raspberry PI2

On PC with Resolume

Then

  • Start Resolume
  • Start TCPSpoutServer (to broadcast stream to network)

On Raspberry PI3

  • Install Debian Jessie or Stretch
  • install Avahi: sudo apt-get update;sudo apt-get install libavahi-compat-libdnssd-dev
  • Get TCPSClient: http://techlife.sg/TCPSClient/ which goes to GitHub: https://github.com/z37soft/INetSyphon_RaspberryPi_SDK
    • Jessie: wget https://github.com/z37soft/INetSyphon_RaspberryPi_SDK/raw/master/RaspberryPi3_Jessie/TCPSClient.bin
    • Stretch: wget https://github.com/z37soft/INetSyphon_RaspberryPi_SDK/raw/master/RaspberryPi3_Stretch/TCPSClient.bin
  • Access PI Config: sudo raspi-config
    • Advanced Options: Memory Split: 256 Mb and resolution: 1280x720 (for projector)
    • Interfacing: SSH enabled
sudo apt-get update;sudo apt-get install libavahi-compat-libdnssd-dev
wget https://github.com/z37soft/INetSyphon_RaspberryPi_SDK/raw/master/RaspberryPi3_Stretch/TCPSClient.bin; chmod 755 TCPSClient.bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment