Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jun 1995 17:23:24 PDT
From:      Bill Fenner <fenner@parc.xerox.com>
To:        brian@mediacity.com (Brian Litzinger)
Cc:        freebsd-questions@freebsd.org
Subject:   Re: broadcasting 
Message-ID:  <95Jun26.172339pdt.49860@crevenia.parc.xerox.com>
In-Reply-To: Your message of "Mon, 26 Jun 95 13:49:40 PDT." <m0sQL6D-000rdFC@easynet.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <m0sQL6D-000rdFC@easynet.com> you write:
>Could some kind soul point me to some docs on this broadcasting
>stuff?

You actually want to use multicast, not broadcast, as multicasts can go only 
to the machines that want them, and if you have multicast-capable routers your 
multicasts can cross subnets without an application-level gateway.

You may want to look at the RTP spec, along with the MPEG profile, both 
available as Internet-Drafts from ds.internic.net:/internet-drafts :
draft-ietf-avt-rtp-07.ps / draft-ietf-avt-rtp-07.txt
draft-hoffman-rtp-mpeg-encap-01.txt

You might have trouble if your MPEG codecs have no way to cope with loss, as 
for multicast applications you will need to use UDP.  For such time-critical 
data as an MPEG stream, though, it doesn't make sense to try to be reliable; 
your decoder should just reset the codec at an appropriate point if it detects 
loss.

  Bill




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?95Jun26.172339pdt.49860>