Fix limelight authentication with abbreviated app names
commit5ba573a97122d7844b907a34f98d2b120e97070c
authorMartin Storsjo <martin@martin.st>
Thu, 15 Aug 2013 10:37:37 +0000 (15 13:37 +0300)
committerMartin Storsjo <martin@martin.st>
Thu, 15 Aug 2013 10:37:37 +0000 (15 13:37 +0300)
tree5e9089275d4a54e45245b48e1bfa658daf6749d3
parentec606b685c2b758ad3dafeccbeb870908a9720c8
Fix limelight authentication with abbreviated app names

When streaming to limelight, the app name is either a full
"appname/subaccount" or "appname/_definst_". In the latter case,
the app name can be simplified into simply "appname", but the
authentication hashing assumes the /_definst_ still to be present.
librtmp/rtmp.c