Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: remote Broadcaster restart



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:

broadcasterctl start

The man page is available at http://www.hmug.org/man/1/broadcasterctl.php



At 12:13 PM -0500 7/18/07, Tom Stepniewski wrote:
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?

thanks,
tom

Content-Type: text/plain;
	name="ATT1001136366.txt"
Content-Description: ATT1001136366.txt
Content-Disposition: inline;
	filename="ATT1001136366.txt"

_______________________________________________
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


This email sent to email@hidden


--
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

This email sent to email@hidden
References: 
 >SDP Files (From: ERICK Armentrout <email@hidden>)
 >remote Broadcaster restart (From: "Tom Stepniewski" <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.