Chris,
Thanks for the quick reply.
We tried out with Stream also as given below.
videoInfo = CreateObject("roAssociativeArray")
port = CreateObject("roMessagePort")
videoScreen = CreateObject("roVideoScreen")
videoInfo.Stream = {
url:["http://playready.directtaps.net/smoothstreaming/TTLSS720VC1/To_The_Limit_720.ism/Manifest"]
bitrate:[0]
quality:false
contentid:"ABCD"
}
videoInfo.StreamFormat = "ism"
videoScreen.SetMessagePort(port)
videoScreen.SetContent(videoInfo)
videoScreen.show()
The result is same as before . We are able to play an unencrypted smoothstream (url as in code).
But if we replace the URL with that of a Playready encrypted stream (
http://playready.directtaps.net/smoothstreaming/TTLSS720VC1PR/To_The_Limit_720.ism/Manifest) the playback fails. For the requestFailed message, Index is -5.
Is the issue related to DRM ? Do we have sample playready URL for testing?
Thanks again!