<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: jit.net.send broadcasting</title>
		<atom:link href="http://cycling74.com/forums/topic/jit-net-send-broadcasting/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/jit-net-send-broadcasting/feed</link>
		<description></description>
		<pubDate>Tue, 18 Jun 2013 18:34:03 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/jit-net-send-broadcasting/#post-24116</guid>
					<title><![CDATA[jit.net.send broadcasting]]></title>
					<link>http://cycling74.com/forums/topic/jit-net-send-broadcasting/#post-24116</link>
					<pubDate>Thu, 26 Jan 2006 20:15:19 +0000</pubDate>
					<dc:creator>jeremy@nicchio.com</dc:creator>

					<description>
						<![CDATA[
						<p>Hey guys, I&#8217;m having issues with jit.net.send and .recv.</p>
<p>What I want to do is to use jit.net.send to &#8216;broadcast&#8217; the jit matrix to all ip addresses on a LAN. So my LAN is setup as 192.168.1.X and I am entering 192.168.1.255 as the &#8216;send to&#8217; IP address in jit.net.send &#8211; problem is that the jit.net.recv will not receive on its IP address. Does the boadcast IP of x.x.x.255 scheme just not work with jitter?</p>
<p>Thanks in advance for the help.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/jit-net-send-broadcasting/#post-69287</guid>
					<title><![CDATA[Re: jit.net.send broadcasting]]></title>
					<link>http://cycling74.com/forums/topic/jit-net-send-broadcasting/#post-69287</link>
					<pubDate>Thu, 26 Jan 2006 21:59:20 +0000</pubDate>
					<dc:creator>Joshua Kit Clayton</dc:creator>

					<description>
						<![CDATA[
						<p>jit.net.send is TCP based and does not support multicast. You will  <br />
need to manually initiate all connections. There are some ideas we  <br />
have for facilitating this with client initiated TCP streams like  <br />
would happen from a web browser, but for now you&#8217;ll need to deal with  <br />
this management in your patcher logic (could use js to make a socket  <br />
pool).</p>
<p>-Joshua</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/jit-net-send-broadcasting/#post-69288</guid>
					<title><![CDATA[Re: jit.net.send broadcasting]]></title>
					<link>http://cycling74.com/forums/topic/jit-net-send-broadcasting/#post-69288</link>
					<pubDate>Fri, 27 Jan 2006 00:08:54 +0000</pubDate>
					<dc:creator>jeremy@nicchio.com</dc:creator>

					<description>
						<![CDATA[
						<p>Josh, thanks for the info. So to understand correctly&#8230;</p>
<p>If I want 5 different IPs to receive the same video, I have to add 5 jit.net.send objects each with a different IP, correct?</p>
<p>If this is the case, is the video getting processed and sent 5 times?</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/jit-net-send-broadcasting/#post-69289</guid>
					<title><![CDATA[Re: jit.net.send broadcasting]]></title>
					<link>http://cycling74.com/forums/topic/jit-net-send-broadcasting/#post-69289</link>
					<pubDate>Fri, 27 Jan 2006 00:37:26 +0000</pubDate>
					<dc:creator>Joshua Kit Clayton</dc:creator>

					<description>
						<![CDATA[
						<p>Yes. There is no multicast support. You can use jit.broadcast to  <br />
multicast a compressed stream, but for the uncompressed jit.net.*  <br />
objects, we want to support reliable delivery (not possible with UDP  <br />
without building TCP like functionality on top of UDP).</p>
<p>-Joshua</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

