From: "Walls, Bryan K. (MSFC-IS30)" <email@hidden>
Date: Wed, 18 Jul 2007 15:55:52 -0500
Delivered-to: email@hidden
Delivered-to: email@hidden
Here's an Applescript that I use. I have is set as a cron job to run
every minute. This is for the GUI-based Quicktime Broadcaster, of
course.
on run
tell application "QuickTime Broadcaster"
if ((status of first document) as text) is not
"Broadcasting" then
tell first document
start
end tell
end if
end tell
end run
If you're using the command line on a server, the command would be:
We're doing some necessary maintenance on our network and my
Broadcaster session keeps getting disconnected from the QTSS. Can I
remotely restart
the session (I can ssh into the box from home)? The app is still
open mind
you, just the "broadcast" button needs to be "activated"... what is the
command line equivalent?
--
Bryan Walls My words are not NASA policy.
email@hidden (256)544-3311 voice,544-1070 fax
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Streaming-server-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/streaming-server-users/email@hidden