sinfoni - 2013-09-25 11:05:04
Great job !
Just one thing with _getProfileData :
$sources[$i][$inprofile]['profilename']=$profiles[$y]['Name'];
$sources[$i][$inprofile]['profiletoken']=$profiles[$y]['@attributes']['token'];
instead of
$sources[$i][$inprofile]['profiletoken']=$profiles[$y]['Name'];
In my Axis camera, Name and token are differents. For example, token is quality_h264 while Name is "quality h264". So subsequent call to GetStreamURI fails because it doesn't find the token.