shess
7 years agoVisitor
"Video error code: -3" trying to play PlayReady dash stream
Hello,
I'm having difficulty playing a PlayReady encrypted stream with a dash manifest. This stream works elsewhere, but I can't figure out what is going wrong on Roku, and the error message is extremely vague:
The setup is very straight forward:
The encodingKey variable is set to the PlayReady license acquisition URL. (ExpressPlay)
This does not work in the Roku stream tester, either.
Is there any way to get more info about the actual error? I've tried everything I can think of, any hints or info is extremely appreciated.
Thanks!
I'm having difficulty playing a PlayReady encrypted stream with a dash manifest. This stream works elsewhere, but I can't figure out what is going wrong on Roku, and the error message is extremely vague:
Video error code: -3 Msg: An unexpected problem (but not server timeout or HTTP error) has been detected.
The setup is very straight forward:
contentNode.url = m.videoUrl
contentNode.Title = m.VideoDetails.Title
contentNode.KeySystem = "playready"
contentNode.streamFormat = "dash"
contentNode.encodingType = "PlayReadyLicenseAcquisitionUrl"
contentNode.encodingKey = m.drmKeyUrl
The encodingKey variable is set to the PlayReady license acquisition URL. (ExpressPlay)
This does not work in the Roku stream tester, either.
Is there any way to get more info about the actual error? I've tried everything I can think of, any hints or info is extremely appreciated.
Thanks!