Hi All,
I am trying to connect multiple clients to a live H264 stream from a file
source. I have set the resuseFirstSource flag to be true to enable all the
clients to render the same data. I could always connect the first client,
but the subsequent clients on VLC always give a warning message cal
Hi Ross,
>This should work. Remember, though, to set the "reuseFirstSource"
>parameter in "OnDemandServerMediaSubsession" (when you subclass it)
>to true.
The variable in question is definitely set to true in the
OnDemandServerMediaSubsession class.
I used the code as posted at
http
Hi All,
I am trying to get multiple unicast connections to a streaming network
camera working. The camera can stream both H264 and MPEG4 streams.
Apparently I can connect multiple clients to the MPEG4 stream sessions but
cannot connect more than one client to the H264 stream.
I followed a b