1) the count is incremented only when the stream is viewed from a
receiver on a different host than the streamer's one.
Yes, but big deal...
2) the count is not decremented when the stream is not viewed
anymore from a receiver...
Over time (once the record gets reclaimed) the count should g
thanks.
I have just tried your solution, calling
videoSink->transmissionStatsDB().numReceivers() but:
1) the count is incremented only when the stream is viewed from a receiver on a
different host than the streamer's one.
2) the count is not decremented when the stream is not viewed anymore fro
> You could add the same "checkForAuthenticationFailure" code to the
"SET_PARAMETER" case.
Unfortunately I'm using the static lib so I don't build livemedia myself.
___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mai
is there a way to count how many clients are currently viewing a
multicast video stream ?
Yes, we do this automatically by noting incoming RTCP "RR" packets
from receivers.
To get this count, call "RTPSink::RTPTransmissionStatsDB::numReceivers()".
--
Ross Finlayson
Live Networks, Inc.
http:/
I use the livemedia client to connect to an Axis cam. All works well
except that after a while all SET_PARAMETER requests return with 401
Unauthorized. The stale flag is set and a new nonce value is given.
At this point the client should re-send with the new nonce, but this
doesn't happen. I ca
Hi,
is there a way to count how many clients are currently viewing a multicast
video stream ?
If so, which classes/functions should I consider to add on a test program like
testXYZVideoStreamer.cpp ?
Thanks
Alex
___
live-devel mailing list
li
Shiva and Ron, could you please monitor the client / camera interaction
with sniffer tools like Wireshark or Tcpdump?
The behaviour seems compatible with my very same problem (connection
shut down after a while, only in tcp mode), and in my case it is due to
openRTSP not sending RR packets (th
Hello.
I use the livemedia client to connect to an Axis cam. All works well
except that after a while all SET_PARAMETER requests return with 401
Unauthorized. The stale flag is set and a new nonce value is given. At
this point the client should re-send with the new nonce, but this
doesn't hap