#!/bin/sh # # Script to automate initiation of nv from 2nd Int. WWW Conf. (Chicago) # October 1994, RPC Rodgers, NLM # # Define variables # # Multicast group address multi_grp_add=224.2.132.174 # Conference title title="2nd Int. WWW Conf. (Chicago)" # Video variables video_port=52190 video_time_to_live=127 # nv="/home/webconf/bin/nv" # # Find out if this script is running in a scrolling window # echo "Multicasting nv for: $title Started: $date_string " # # Start multicasting tools # echo "Starting multicast video tool (nv)" $nv -ttl ${video_time_to_live} \ ${multi_grp_add} \ ${video_port} & # # Echo important messages # echo " IMPORTANT: 1) SET Encodings to \"Sun CellB\" in nv. " # # end of script