What steps will reproduce the problem?
1. Setup the CastMediaPlayerStreamingDRM example receiver and sender.
2. Enter the following media URL:
http://playready.directtaps.net/smoothstreaming/SSWSS720H264PR/SuperSpeedway_720
.ism/Manifest
3. Click on "Load Media"
What is the expected output? What do you see instead?
Expected: Stream should play
Actual: The cast.player.api.Host throws a cast.player.api.ErrorCode.MEDIAKEYS
error
What version of the product are you using? On what operating system?
1. For some reason, CastMediaPlayerStreamingDRM seems to have disappeared from
https://github.com/googlecast so I am attaching the code. Also attaching
execution log.
2. Chromecast firmware version: 1.16.44433
Please provide any additional information below.
1. Managed to run on a Chromecast device with firmware version 1.15.38401 and
stream plays with no error.
2. Totally unrelated to CORS: the manifest and segments are downloaded fine
(according to the network window in the debugger). XHR requests are all
successful.
3. Same stream on Silverlight working fine.
4. Receiver is hosted on https (not http)
Original issue reported on code.google.com by devdev0...@gmail.com on 19 Oct 2015 at 8:54
Original issue reported on code.google.com by
devdev0...@gmail.com
on 19 Oct 2015 at 8:54Attachments: