Skip to Content.
Sympa Menu

wg-multicast - UMTP 'last mile' multicast tunneling agents again available for trial

Subject: All things related to multicast

List archive

UMTP 'last mile' multicast tunneling agents again available for trial


Chronological Thread 
  • From: Ross Finlayson <>
  • To: ,
  • Subject: UMTP 'last mile' multicast tunneling agents again available for trial
  • Date: Sat, 28 Feb 2004 08:51:55 -0800

Once again, I'm making available - for the duration of the upcoming IETF meeting - trial versions of my UMTP tunneling agents: "liveGate" and "liveGateForIntranets". (These will allow you to watch the upcoming IETF multicast sessions (and other multicast sessions) from a non-MBone-connected network.)

You set up a tunnel by running two tunnel endpoints:

1/ On a computer that's **already on the MBone** (preferably a computer that's topologically close to you), download and run "liveGate":
http://www.live.com/liveGate/
Configure this using the instructions in:
http://www.live.com/liveGate/configuration.html

2/ On a computer that's **not** on the MBone (e.g., your home PC, or a server on your (non-MBone-accessible) LAN, download and run "liveGateForIntranets":
http://www.live.com/lgfi5322/
Configure this using the instructions in:
http://www.live.com/lgfi5322/configuration.html

For example, the following "liveGateInit" file (for "liveGateForIntranets") can be used to receive the upcoming IETF MBone sessions <http://videolab.uoregon.edu/events/ietf/ietf59.html>:

##### Sample "liveGateInit" file for "liveGateForIntranets" #####
liveGate_createTunnel <name-or-IP-address-of-your-remote-liveGate-server>

proc ietf_c1_h261 {} {
liveGate_startRelayingRTP 224.0.1.12 61010 127 ;# video
liveGate_startRelayingRTP 224.0.1.11 21010 127 ;# audio
}
proc ietf_c1_mpeg1 {} {
liveGate_startRelayingRTP 224.2.128.17 61030 127 ;# video
liveGate_startRelayingRTP 224.2.128.16 21030 127 ;# audio
}
proc ietf_c1_mpeg4 {} {
liveGate_startRelayingRTP 224.2.195.59 49470 127 ;# video
liveGate_startRelayingRTP 224.2.166.105 19154 127 ;# audio
}
proc ietf_c2_h261 {} {
liveGate_startRelayingRTP 224.0.1.15 61020 127 ;# video
liveGate_startRelayingRTP 224.0.1.14 21020 127 ;# audio
}
proc ietf_c2_mpeg1 {} {
liveGate_startRelayingRTP 224.2.128.19 61040 127 ;# video
liveGate_startRelayingRTP 224.2.128.18 21040 127 ;# audio
}
proc ietf_c2_mpeg4 {} {
liveGate_startRelayingRTP 224.2.168.177 64390 127 ;# video
liveGate_startRelayingRTP 224.2.134.163 28132 127 ;# audio
}

# Then, to start relaying the "IETF channel 1 H.261 session (e.g.)", do:
ietf_c1_h261
# (Repeat as appropriate to relay other sessions)
##### End of sample "liveGateInit" file for "liveGateForIntranets" #####

Ross.

ps. For more information about UMTP (the multicast tunneling protocol), see <http://www.live.com/umtp.txt>


  • UMTP 'last mile' multicast tunneling agents again available for trial, Ross Finlayson, 02/28/2004

Archive powered by MHonArc 2.6.16.

Top of Page