On 7/19/07 2:13 AM, Mr./Ms. Tom Stepniewski mentioned the following:
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?
method 1
a. write following as an AppleScript file
---
tell application "QuickTime Broadcaster"
if (exists document 1) then
start document 1
return "recording"
end if
end tell
---
b. save the script such as "broadcaster_start.scpt"
c. hit command from ssh
---
/usr/bin/osascript /your_script_path/broadcaster_start.scpt
method 2
if your running OSX server for broadcaster box, hit "man broadcasterct"
and you'll know how.
--
Kuniyoshi Murata................................................
English-Japanese Interpreter & Macintosh Webcast Specialist
[WebSite] www.macwebcaster.com [Email] email@hidden
_______________________________________________
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