dividuum / info-beamer

The Multimedia Presenter for Lua (for commercial projects, use info-beamer pi instead)
https://info-beamer.com/
Other
227 stars 48 forks source link

OSC/UDP commands on PI #32

Closed deadbutalive closed 8 years ago

deadbutalive commented 8 years ago

I'm having trouble receiving OSC on raspberry pi 2 v0.9.4. The short version is I'm trying to send a next command via OSC for the video playlist. Any guidance is appreciated

dividuum commented 8 years ago

Make sure that you set the environment variable INFOBEAMER_ADDR=0.0.0.0 if you're trying to reach info-beamer from a remote maschine. Otherwise both udp and tcp only allow connections from localhost. Also make sure that packets reach info-beamer. Set INFOBEAMER_LOG_LEVEL=4 and look for "udp packet" lines. If both of these hints don't help, please elaborate what you're doing.

deadbutalive commented 8 years ago

victory! thanks

dividuum commented 8 years ago

I'll update the documentation to make it clear that you have to do that. Thanks for your report.