Version: 1.0

Posted: 2003-01-14

Build Requirements: N/A

Runtime Requirements: Mac OS X Mac OS X

View Source Code:

Download Sample (“QTBRemoteAdmin.zip”, 23.3K)
Download Sample (“QTBRemoteAdmin.dmg”, 81.8K)



Description

This sample code demonstrates how one might write a remote administration tool for QuickTime Broadcaster. QuickTime Broadcaster uses Cocoa's distributed objects to support remote administration. It uses Mach ports which, for security reasons, require the remote admin tool to run in the same user context as QuickTime Broadcaster. This example uses a daemon (which must be run in the same user context as QuickTime Broadcast) to communicate to a cgi which runs in a different user context. The daemon acts as a proxy and passes messages between the cgi and QuickTime Broadcaster. The connection between QuickTime Broadcaster and the daemon is secure, the connection between the daemon and the cgi is not, however. A real world implementation to be used by customers would have to provide some form of security so that anyone can't connect to the daemon and control QuickTime Broadcaster. Requirements: Mac OS X Keywords: QuickTime Broadcaster Remote Administration

Document Revision History

Date Notes
2003-01-14Demonstrates how one might write a remote administration tool for QuickTime Broadcaster.

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.