[RESOLVED]
OK I got an email reply which informed that hypens and underscores are ok (but spaces not ok apparently) and also telling that I need to encode the parameters in base64.
I am using nodejs but the btoa() string to base64 function in javascript is not available in nodejs so this is how I did it instead:
var params = 'localStreamName='+[LOCALSTREAMNAME]+' aliasName='+[ALIASNAME];
paramsEncoded = new Buffer(params).toString('base64');
var url = 'http://[YOUR EMS IP]:7777/addStreamAlias?params='+paramsEncoded;
admin
This information box about the author only appears if the author has biographical information. Otherwise there is not author box shown. Follow YOOtheme on Twitter or read the blog.