It is possible to control RUNNING houdini session via ssh? For example with a mobile phone running android? I want to connect via ssh to houdini worksation run render and get feedback in commandline of my android phone the current render progress.
I'm pretty sure you can't. You can use ssh to start hscript/hython sessions (I've done that before) but you can't really insert yourself into another session/shell so you'd get mantra output.
You could get access to the scene from a new hython session if your running session had a houxmlrpc server going but that would only give you normal Python control, no mantra verbose feedback type stuff though. The same goes for openport I believe.
Graham Thompson, Technical Artist @ Rockstar Games
Hmm so my last idea is to run new hscript/hython via ssh - but is then possible to send output picture of mantra render directly to screen od houdini workstation - as for example to houdinis image processor as ip render?