Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: How to start streams at server startup (StartupStreams.xml)

  1. #11
    Join Date
    Dec 2007
    Posts
    25,672

    Default

    No, I don't think so. Each .stream file has one line. You can startup many streams when the server starts in /conf/StartupStreams.xml

    Richad

  2. #12

    Default

    Not in the same file. You would create multiple files:

    myStream1.stream
    udp://0.0.0.0:10000

    myStream2.stream
    udp://0.0.0.0:10002

    and so on. I really don't understand what you are trying to accomplish with two URLs in a single .stream file.

    Charlie

  3. #13
    Join Date
    May 2010
    Posts
    3

    Default

    Hi,
    In the conf directory I have a file in it StartupStreams.xml only:

    HTML Code:
                    <StartupStream>
                            <Application>rtplive/_definst_</Application>
                            <MediaCasterType>rtp</MediaCasterType>
                            <StreamName>camera1.stream</StreamName>
                    </StartupStream>
    How to restart the server to stream wowza2 I did not start.
    The stream manager runs the stream and it will have a set

    Application: rtplive/_definst_
    MediaCaster: rtp
    Stream name: camera1.stream

    and it works.
    Why will not automatically run the stream?

  4. #14
    Join Date
    Dec 2007
    Posts
    25,672

    Default

    Check to see if this section is commented out. The examples in the /conf/StartUpStreams.xml file are all commented out. So copy/paste what you want to a part of the file that is not commented.

    Richard

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •