<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2655.35">
<TITLE>VIC startup options</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2 FACE="Arial">Hi everyone,</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">I've got a question about invoking VIC.&nbsp; Currently we use bat files to invoke an older version of vic and enter rooms which are internal to our network.&nbsp; This command looks like this:</FONT></P>

<P><FONT SIZE=2 FACE="Arial">start c:\vic.exe -C &quot;Room Name&quot; -u &quot;/vic-startup.4&quot; -D &quot;o100vc.dll - Osprey Capture Card 1&quot; xxx.xxx.xxx.xxx/xxxxx</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">We're trying to move to the new PIG release and the included Open Mash Vic v5.2.1, but we still need to use this bat file scheme.&nbsp; We've tried modifying the bat files to read as follow: </FONT></P>

<P><FONT SIZE=2 FACE="Arial">start c:\ag\agapps\bin\mash c:\ag\agapps\bin\vic -name vic -C &quot;Room Name&quot; -u &quot;/vic-startup.4&quot; -D &quot;o100vc.dll - Osprey Capture Card 1&quot; xxx.xxx.xxx.xxx/xxxxx</FONT></P>

<P><FONT SIZE=2 FACE="Arial">This causes problems.&nbsp; Firstly, mash returns the error: 'Tk_Init failed!&nbsp; Expected integer but got &quot;/vic-startup.4&quot;'.&nbsp; If the -u parameter is removed, vic launches into the correct room, but the startup options we require (those specified in vic-startup.4) are lost.&nbsp; Secondly, vic does not recognize the -D parameter, so there is no capture card selected when it starts up.&nbsp; In fact, the only command line option making it through to vic is the session name.</FONT></P>

<P><FONT SIZE=2 FACE="Arial">So my question is, how can we pass command line arguments to vic through mash?&nbsp; Any suggestions would be appreciated.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">-Andrew Heisen</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">For reference, here are the additional startup options we need, from vic-startup.4:</FONT>
<BR><FONT SIZE=2 FACE="Arial">option add Vic.muteNewSources false startupFile</FONT>
<BR><FONT SIZE=2 FACE="Arial">option add Vic.maxbw 10000 startupFile</FONT>
<BR><FONT SIZE=2 FACE="Arial">option add Vic.bandwidth 4000 startupFile</FONT>
<BR><FONT SIZE=2 FACE="Arial">option add Vic.framerate 29 startupFile</FONT>
<BR><FONT SIZE=2 FACE="Arial">option add Vic.quality 100 startupFile</FONT>
<BR><FONT SIZE=2 FACE="Arial">option add Vic.transmitOnStartup false startupFile</FONT>
</P>

</BODY>
</HTML>