Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Raspberry Pi video player controlled by QLab over OSC written in Node.js using Omxplayer.

NotificationsYou must be signed in to change notification settings

marsvaardig/osc-node

Repository files navigation

Raspberry Pi video player controlled byQLab overOSC written inNode.js usingOmxplayer.

QLab screenshot with OSC commands

Install Raspbian

Install the latestRaspbian Stretch Lite on your SD card using theRaspberry Pi Imager.

Setup SSH Access

Create an empty file in the root of the SD card namedssh (without dot or extension).

$ touch /Volumes/boot/ssh

Install OSC-Node

SSH into your Pi and excecute:

$ sudo apt-get install -y git$ git clone https://github.com/marsvaardig/osc-node.git osc-node && cd $_$ sh install.sh

Copy videos onto Pi using AFP

Connect from your Mac with a simple command:

open afp://pi:raspberry@192.168.xxx.xxx

Or use Finder > Connect to Server

Setup QLab

Network

Network Cue Destionation Patches:

  • Destination: IP address of the Raspberry Pi
  • Port: 57121

OSC message

Available OSC addresses & argements:

  • /play /home/pi/videos/big_buck_bunny.mp4
  • /loop /home/pi/videos/big_buck_bunny.mp4
  • /stop
  • /pause (pause & resume)
  • /cmd "sudo reboot"

About

Raspberry Pi video player controlled by QLab over OSC written in Node.js using Omxplayer.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp