Vnc and Sound

2003-06-06 Thread Matt Tharma
Hey Guys, I have a tcl/tk application running on a linux box. This tcl/tk application executes a "bell" in a loop when there is an alarm generated. when I use a vnc server/viewer its all working fine and good. But when the alarm is playing (bell) and I close the vncview (exit using the "x") and

Re: Vnc and Sound

2003-06-06 Thread Matt Tharma
} proc playNext {}\ { after 1250 playSound } if you look at the code, I have a total of 2500 milli secs between each bells. --- On June 5, 2003 11:51 am, Beerse, Corni wrote: > > -Original Message- > > From

Re: Vnc and Sound

2003-06-06 Thread Matt Tharma
Hey Bjvrn Persson, Please see my comments below, > > --- > > # # # # # # # # # # # # # # # # # # # # # # # # # # > > # Play an Aleart > > # # # # # # # # # # # # # # # # # # # # # # # # # # > > proc playSound {} \ > > { > >

Sound Issues with VNC

2003-06-09 Thread Matt Tharma
Hey Guys, I have couple of questions regarding VNC client/server setup. 1) What is the easiest way to play wav a files across a Vnc server -> client config? 2) if #1 is not possible, how could I generate a continues beep sound on the client side (this beep must be initiated from the server side

Re: Sound Issues with VNC

2003-06-10 Thread Matt Tharma
Hey, > > 1) What is the easiest way to play wav a files across a Vnc > > server -> client > > config? > > not using vnc. See if there is a streaming audio format between your server > and viewer os and use that. I am trying not to use a 3rd party application. Its part of my project contrain :( >

Re: Sound Issues with VNC

2003-06-10 Thread Matt Tharma
Kewl, that's good info again :) Thank you, Matt On June 10, 2003 10:37 am, Bjvrn Persson wrote: > Beerse, Corni wrote: > > In fact, the beep is actually a character (ascii value 8, 0x8, 010). > > Not that it matters much, but it's character 007 that's licensed to beep. > Number eight is backspace

Re: Sound Issues with VNC

2003-06-10 Thread Matt Tharma
upt.winbatch.com/TS/T01002F15.html > > to force the server to run the beep batch script remotely on the > client...again, through the SSH tunnel. > > Some ideas to try... > > C-ya > Chris > > > -Original Message- > > From: Matt Tharma [mailto:[EMAI

Embedded Linux and Vncserver issues

2003-06-13 Thread Matt Tharma
Hey all, I am working on an Embedded Linux Server setup. I have a mini computer with X windows running and got the VNC server installed. I have the server boot into Run Level 5 right now. The whole idea is, this mini PC will be located far away from the users and everything has to be fully aut