On Thu, Nov 27, 2003 at 03:35:05 +0100, Florian Schmidt wrote: > Also, there probably must be some basic/minimal network protocol be > implemented. At least a sequential numbering or timestamp, so the > receiver can maintain a buffer and sort packets that come in out of > order..
That you need is RTP: http://www.ietf.org/rfc/rfc1889.txt But, be aware that this problem is /very hard/. You have to provide some kind of dynamic buffering and resmapling between the two ends of the connection. Bob Ham has started on a sync locked version of this idea using FireWire as the transport layer (which is better suited than ethernet), the current (non-functional) version is in the JACK CVS repository. - Steve
