SyphonCFSocketSender & SyphonCFSocketReceiver?

Home Forums Syphon Syphon Development – Developer SyphonCFSocketSender & SyphonCFSocketReceiver?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #5143
    jgunther
    Participant

    I’m trying to hack my way to build SyphonCFSocketSender and SyphonCFSocketReceiver classes.

    Has anyone done this before?

    #5144
    bangnoise
    Keymaster

    Sounds interesting…

    I imagine it should be easy enough to do. Is this with a view to a networked Syphon, or for use elsewhere?

    #5145
    jgunther
    Participant

    Yes, to a networked Syphon. Here is the concept:

    Syphon Server –> TCP Network –> Syphon Client

    Is this possible?

    #5146
    bangnoise
    Keymaster

    Anything is possible 😉

    The messaging is the easy part though. The challenge will be getting the frames across the network.

    #5147
    jgunther
    Participant

    I’d like to support the project. If I provided a donation, could this be implemented?

    #5148
    vade
    Keymaster

    Yea. I had done some looking into this, and there is an RFC for sending uncompressed YUV frames. I think VLC and GStreamer support RFC 4175, which is I think what you would want to handle.

    http://www.rfc-editor.org/rfc/rfc4175.txt

    http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-plugin-rtp.html

    see : rtpvrawdepay and rtpvrawpay

    Would be very curious / exciting to see that indeed!

    #5149
    bangnoise
    Keymaster

    If you’d like to talk about sponsoring work on network support, drop us an e-mail at contact@v002.info

    cheers

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.