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: How Can I Broadcaster With AppleScript



Denis: here is another approach that combines simple AppleScript 
commands with the "do shell script" and using the remote QT Broadcaster 
command line
tool  "broadcasterctl"

tell application "QuickTime Broadcaster"
	activate
end tell
do shell script "broadcasterctl start"

The advantage of using this approach is that it uses the "do shell 
script" syntax that runs commands in the terminal as a background 
process.
for more info see 
http://developer.apple.com/technotes/tn2002/tn2065.html

Typing "broadcasterctl" into Terminal gives the following:

broadcasterctl 4.1.1 (412.36)

Usage: broadcasterctl [-b broadcaster-path] [-a audiopreset] [-v 
videopreset] [-n networkpreset] [-t (audio|video|av)] [-r 
(record|norecord)] [-f settingsfile] 
((config|status|presets|launch|start|stop|restart|quit)

Also take a look at the "man page".  Using Terminal type "man 
broadcasterctl".

Hope that helps.

-Daniel


>>
>> Hello
>>
>> How can I start the Quicktime Broadcaster with AppleScript? I mean not
>> only the application. I mean there is already something configured and
>> I want to start the broadcast. Iam away from the machine and need to
>> start it remotely. No, there is no ARD  in use...
>>
>> Thanks in advance
>>
>> Denis
> _______________________________________________
> streaming-server-users mailing list | 
> email@hidden
> Help/Unsubscribe/Archives: 
> http://www.lists.apple.com/mailman/listinfo/streaming-server-users
> Do not post admin requests to the list. They will be ignored.
_______________________________________________
streaming-server-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/streaming-server-users
Do not post admin requests to the list. They will be ignored.



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.