Hi,
I have noticed that when I use an AssetId that is greater than 16 characters long I see that the initData is Safari seems to include some random characters at the beginning - e.g $skd://....
This breaks the AssetId extraction logic in the demo app. Here is the logging (added by me) from playback of the example content "twelve"
AssetID : skd://twelve
Hostname :twelve
And with playlist file edited so that assetID is "twelvetwelve"
AssetID : $skd://twelvetwelve
Hostname :192.168.8.69 - this is the private IP that I am hosting the sample app on...
OSX 10.11.6
Safari 9.1.2
Has anyone else seen this?
Thanks,