[Live-devel] RTSP multicast
Ross Finlayson
finlayson at live.com
Wed May 25 12:51:39 PDT 2005
>Another problem about testOnDemandRTSPServer: When the
>RTSP server read data from a file, if there
>are serveral clients that connect to server, every
>client starts reading from beginning of file. But this
>will cause a problem if the RTSP server read data from
>stdin when I tested using live stream from
>encoder.
To support input sources like this, change the setting of
"reuseFirstSource" (at "testOnDemandRTSPServer.cpp", line 29) to
True. This will cause only one input source object to be created; all
clients will then share it.
Ross Finlayson
LIVE.COM
<http://www.live.com/>
More information about the live-devel
mailing list