PDA

View Full Version : Stream / client stats in Application level


M_at
06-26-2009, 10:32 AM
Hi,

I'm building a flash application platform which needs to present near real time details of how many clients are connected to each individual stream.

I'm using a modified verison of Adobe's live application and would like to record when a user connects to a stream and disconnects so I can increment or decrement a counter. There will be multiple streams published to the live application - each with a unique name.

I'll then be sending this data on an interval event to a web service that I've written.

Can anyone point me in the right direction? :confused:

Thanks, Matt.

M_at
06-29-2009, 11:20 AM
There's a beer in it if that's any incentive ;)

bowljoman
06-29-2009, 05:05 PM
SOunds like you have the pieces already.

You modified 'live' , so why dont you add an amf remoting call to your data service?