Nope, one of the limitations of MPM. You can get and parse xml stats but it does not list each individual connection by IP and listenin time unfotuantely. It only gives you BASIC information like this:
Code:
<?xml version="1.0" encoding="utf-8" ?>
- <MPM>
- <status>
<code>0</code>
<message>OK</message>
</status>
- <mediapoints>
- <mediapoint>
<protocol>2.0</protocol>
<ID>****</ID>
<mediapointID>****</mediapointID>
<alias>fm5280</alias>
<mediatype>2</mediatype>
<server>**.***.***.***</server>
<viewpath>mms://*************************/fm5280</viewpath>
<max_bwidth>140</max_bwidth>
<cur_bwidth>300</cur_bwidth>
<max_clients>50</max_clients>
<cur_viewers>3</cur_viewers>
<active>active</active>
<status>active</status>
</mediapoint>
</mediapoints>
</MPM>