[Helix-server-issues] server cannot stream two streams at once
Chris Dawson cdawson at webiphany.comI am having a problem with the simple SMIL file listed below. If I
comment out one of the streams, it plays fine. If I don't, it never
plays. I see the output below if I run with the --debug switch. Is
there anything else I can do to see what is happening here? What does
the "U: 0:0" stream indicate? I can play either file with the direct
RTSP file reference fine. The SMIL is hosted over HTTP.
...
Starting PID 22162, procnum 12 (streamer) [..start the player on the
SMIL...]
U: 0:0
U: 0:1
<smil>
<body>
<par>
<ref src="rtsp://192.168.1.7/archive/21/speaker.rm"/>
<ref src="rtsp://192.168.1.7/archive/21/desktop.rm"/>
</par>
</body>
</smil>
Thanks,
Chris