From: Bob Proulx <[email protected]> Date: Tue, 1 Jan 2013 15:48:11 -0700 > I recommend looking at the vlc network streaming interface.
Will do. Thanks. My intention was to add sound interpretation capability to my task server, "http://142.103.107.138/NetworksPage.html#incron", with this case. *.WAV ) DISPLAY=:0 vlc "file:///home/peter/"$1 ;; Or this. *.WAV ) cvlc "file:///home/peter/"$1 ;; (Still haven't found any explanation of cvlc.) The iceweasel cases work with no problem; but any WAV plays endlessly and appears to keep a process for each interpretation. According to the incron documentation, IN_CLOSE_WRITE is the trigger for a file being written. vlc shouldn't need to write the file; it should only be read. So how are vlc processes after the first started? Any ideas are welcome. Regards, ... Peter E. -- 123456789 123456789 123456789 123456789 123456789 123456789 123456789 12 Tel +13606390202 Bcc: peasthope at shaw.ca http://carnot.yi.org/ "http://members.shaw.ca/peasthope/index.html#Itinerary " -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

