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
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
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
Hi,
In the conf directory I have a file in it StartupStreams.xml only:
How to restart the server to stream wowza2 I did not start.HTML Code:<StartupStream> <Application>rtplive/_definst_</Application> <MediaCasterType>rtp</MediaCasterType> <StreamName>camera1.stream</StreamName> </StartupStream>
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?
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