-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Osc comands do not work #69
Comments
Did you activate OSC in the ControlPanel ? |
yes i activated it and in the status window it´s show that activated |
Hi Frank, when I was testing OSC I found it better to run the command directly in terminal for testing. SSH in and run the node command for osc_control.js It should say it is running and when you send it commands, the prompt will echo back immediately. more here: https://github.com/magdesign/PocketVJ-CP-v3/blob/master/Updating%20PocketVJ%20from%20web%20CP%202.md If you are on mac, download QLab and send OSC commands to the PVJ, very easy to set up. LMK if you would like to try it that way. |
hey i used your touchosc template and want to use an iPad later, maybe mag design fix this in a update, so osc is alway on after boot up the pj, the work around with ssh and qlab may work for one pj but not if u use more then one |
Its not broken, its "off" by default. |
Not true. I've used tmux-cssh and Qlab to automate multiple pocketVJ's at once. It's very easy to do. Qlab's network settings are where you can specify which devices to send to, then you use Auto-continue triggers and if you start one, it will immediately trigger all of the others. With terminal open and tmux-cssh showing multiple PVJ in parallel, the command prompt updates as expected. |
maybe you should make a video, so i can see this setup |
I don't have time to do that now, but I have an article about it planned a few months into 2019. For now, I'll share some photos from a tech doc I drafted a while back. Terminal with tmux-cssh Network Settings in QLab QLab OSC commands (Note: these are set to Auto-Follow, you will want to use Auto-Continue if you want them to happen at the same time). After running the QLab sequence: Another example to Play a video (/startmaster01), pause it after 5 seconds (/pause), and trigger play again with the space bar (or Go command) (/pause) <- Same command un-pauses the video. Finally another space bar will stop video video entirely (/stopall) |
"then that's your problem" If /osc doesn't exist then auto start won't do anything. Did you install node npm and follow the instructions in the readme to transfer the osc_control.js file to the /osc directory? Found here: |
Which version of PocketVJ do you have? OSC is implemented since version 3.6 If you have an older version you need to install all by hand as ProjectileObjects stated. |
ah there's the error I'm on version 3.5, |
You have to connect your PocketVJ to the internet or download the file on another machine and manually copy and install it to the PocketVJ. For the plans, see the roadmap: https://github.com/magdesign/PocketVJ-CP-v3/blob/master/ROADMAP.md |
the pi is hooked up internet via rj45, manually download is done so where to put the file????? |
Did you read this: https://github.com/magdesign/PocketVJ-CP-v3/blob/master/Updating%20PocketVJ%20from%20web%20CP%202.md Here is everything described on how to install OSC. |
finale i made it work (with my terminal basic skills and an other tutorial how to instal nodejs) osc is working cp is 2.4.1 and pvj is 3.5 and now something killed the control panel, chrome shows everything like before but when i press a button nothing happen, the tabs and file explorer still working fine, but the rest is dead any ideas? |
Great to hear that you could install node :-) There was a bug in CP 2.4.1, I just fixed it with CP 2.4.1a, you need to install an update with this method: https://vimeo.com/308801484 |
so i did it like in the video, but no chance to get it running, |
Now we are stuck in this issue: #38 If you Wifi connect to the PocketVJ, then opening Chrome and visit this link: |
chrome said http error 500, i change over to the issue #38 |
Not sure if it will help, but I also recommend testing in a new private window. Sometimes the browser stores the outdated information. |
nope, don´t help |
Could it be that you messed something while installing node.js and now the webserver is not running anymore? |
so i rolled back to the cp 2.4.0f (like in the alternative update video)and every works now again, |
Great. |
CP 2.4.0f the osc commands do nothing on port 9876 (after activation) only the hp-player still works under the old port 9000, any ideas? the pi is connected via lan, touchosc sends to the ip 192.168.2.16 (the pi on the router) and the port 9876
The text was updated successfully, but these errors were encountered: