prisonerjohn

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Client for OpenFrameworks #5052
    prisonerjohn
    Participant

    Great, it works! Thanks for the clarification.

    If you’re interested, I’ve got the working ofxSyphon example broken up into two projects here: http://silentlycrashing.net/out/SyphonExamples.zip

    Cheers,
    -Elie

    in reply to: Client for OpenFrameworks #5050
    prisonerjohn
    Participant

    Thanks for looking into this.

    I was able to receive frames from the Simple Server app using the following:
    mClient.setApplicationName("Simple Server");
    mClient.setServerName("");
    Although I would’ve expected “Simple Server” to be the server name. What’s the difference between the application name and the server name?

    I still can’t receive frames from the openFrameworks server to the openFrameworks client. I tried setting the application name to “Screen Output” or “Texture Output” but neither seem to work. Tom, were you able to get an oF -> oF link to work?

    in reply to: Client for OpenFrameworks #5047
    prisonerjohn
    Participant

    Hey,

    I don’t get any compiling or linking errors (I added the Shared sources and the Syphon.framework to the Copy files build phase).
    The server runs fine, I can even see the passed screen and texture when I run the Syphon Demo “Simple Client”.
    The client runs without errors, but I just get a blank screen. I don’t think it’s receiving any data.

    Here is a link to my projects if you want to have a look: http://silentlycrashing.net/out/SyphonExamples.zip

    in reply to: Client for OpenFrameworks #5044
    prisonerjohn
    Participant

    Hello,

    I can’t seem to find the openFrameworks client example in the SVN repo. I noticed that the SyphonExample has some client stuff commented out, so I tried duplicating the project, commenting out the server/publish stuff, uncommenting the client stuff. However, this does not appear to work as I’m just getting a blank screen.

    Can you give me a bit more insight on how to get the openFrameworks client working?

    Thanks!
    -Elie

Viewing 4 posts - 1 through 4 (of 4 total)