Re: [Live-devel] Number of viewers of a multicast video stream

2009-05-07 Thread Ross Finlayson
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

Re: [Live-devel] Number of viewers of a multicast video stream

2009-05-07 Thread Alex Alex
anymore from a receiver... (I just close VLC and the count remains the same) any suggestion? thanks --- Gio 7/5/09, Ross Finlayson ha scritto: Da: Ross Finlayson Oggetto: Re: [Live-devel] Number of viewers of a multicast video stream A: "LIVE555 Streaming Media - development & use&

Re: [Live-devel] Number of viewers of a multicast video stream

2009-05-07 Thread Ross Finlayson
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:/

[Live-devel] Number of viewers of a multicast video stream

2009-05-07 Thread Alex Alex
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