Starting or stopping streaming services

    You may need to enter the Administrator (root) password for your computer before you can start or stop streaming services.

Starting streaming services

    To start Darwin streaming services:
    At the command line, enter the following:
    /usr/sbin/Darwinstreamingserver

Stopping streaming services

    To stop Darwin streaming services:
    1 Look up the process ID (pid) of "DarwinStreamingServer."
    2 At the command line, enter the following:
    kill -9 <pid>

    It is normal for the Darwin Streaming Server to be running with several different process IDs. To stop streaming, you should make sure that each of these Darwin Streaming Server processes is stopped. Stopping just the primary parent many not be enough if you were running Darwin Streaming Server as a background process.

    On some Linux servers, you may be able to use the "killall" command to stop all streaming processes at once.

    To stop Darwin streaming services on some Linux machines:
    At the command line, enter the following:
    killall DarwinStreamingServer

 


Table of contents