TCPSpout is a utility which can share images between different hosts by using Spout2 running on Microsoft Windows with TCP/IP. As TCPSpout is compatible with the communication protocol TCPSyphon running on OSX, it allows output image from VJ software on both of OSX and Microsoft Windows to exchange alternatively.

We also provide TCPSyphon, UDPSyphon, TLRemoteCamera for iOS, TLSyphonViewer for iOS

Why we use this.

Generally for streaming images RTMP[Real Time Messaging Protocol] etc. is usually used. However, to meet requests such as latency minimization, stable quality of image and so on, you cannot say these are perfect methods in view of image direction.

At this moment, we are adapting a simple solution; Codec based on Motion JPEG, Animation PNG etc. though in the future, we assume that more suitable Codec would be released or we can make it by ourselves. Sometimes DXTC (called DXTn or S3 Texture Compression) is suggested to our products, but compression rate itself is definitely inferior to JPEG etc. Absolutely we can utilize its advantage of transaction only on GPU, but it is too large to communicate its data on the network. Recently since new technologies (encoding H.264 on GPU, or making JPEG encoder by CUDA) are coming up, we have a plan to make version up applying optimal technology to our products.



[Just do-0014] TCPSpout from techlife on Vimeo.

Product requirements

  • OS: Windows 7, Windows 8.
  • Network: router and/or wire-line connection supporting gigabit recommended, or Wi-Fi connection with 801.11n 5GHz
  • Framerate: depends on network bandwidth, the number of connections from client to server. Targeting 60 fps

Download

About version 1.01

  • updated by Spout version2.001
  • improve receive function on TCPSpoutClient

About version 1.00

  • Quick-build release

License

  • TCPSpout, test suite, and our provided reference implementations are licensed under a Simplified BSD software license.
Copyright 2014 z37soft (Nozomu Miura). All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.