No.
If you can work the commandline, this will tell you who is streaming:
netstat | grep ":8001"
if you have a transcoding box, you also need to check
netstat | grep ":8002"
You will see something like
tcp 0 0 stefan.local:53262 et10000.local:8001 ESTABLISHED
(I have DNS entries for all devices, you might see IP addresses here)