Closed GoogleCodeExporter closed 8 years ago
It is required that DRM content have secured origin. Please load the content
over https.
Original comment by na...@google.com
on 11 Dec 2015 at 2:38
Hi, thanks for the reply. Protocol is not the issue here, it is changed to
https before setting host's licenseUrl property.
Original comment by tuomas...@gmail.com
on 11 Dec 2015 at 7:48
Please share receiver logs.
Original comment by na...@google.com
on 12 Dec 2015 at 1:17
Hi, logs are attached as a file. It looks like the player interprets stream url
as a relative even it is an absolute.
GET
https://www.katsomo.fi/multimedia/chromecast/%20http://mtvlive.katsomo.fi/s…ul
stream/DR49.isml/QualityLevels(500000)/Fragments(video=1696597230000000) 404
(Not Found)
Original comment by tuomas...@gmail.com
on 16 Dec 2015 at 1:49
Attachments:
Can you please test this on the latest release of MPL - 1.0.0.25
(https://developers.google.com/cast/docs/release-notes#december-2-2015). See if
the upgrade resolves the issue.
Original comment by na...@google.com
on 17 Dec 2015 at 12:00
Could you point out where I can find the latest version?
This returns 404
http://www.gstatic.com/cast/sdk/libs/mediaplayer/1.0.0.25/media_player.js
Thanks.
Original comment by tuomas...@gmail.com
on 18 Dec 2015 at 10:58
In your receiver code add below:
<script type="text/javascript"
src="//www.gstatic.com/cast/sdk/libs/mediaplayer/<version_number>/media_player.js">
</script>
See the full code here:
https://developers.google.com/cast/docs/player#host-player-and-protocol
Original comment by na...@google.com
on 19 Dec 2015 at 12:38
The URL you provided works only with version number 1.0.0.
Original comment by tuomas...@gmail.com
on 21 Dec 2015 at 7:38
You seem to be using the latest version already according to the log provided.
Can you please share your cast.player.api.Host implementation?
Original comment by na...@google.com
on 23 Dec 2015 at 12:48
In the attached you can find loadMedia function with mediaHost implementation.
Original comment by tuomas...@gmail.com
on 23 Dec 2015 at 11:35
Attachments:
There doesn't seem to be any issue with Cast SDK here. Please check the stream
URL itself and/or the requirements at the origin for accessing it.
404 is indicating that the stream wasn't found at the URL provided. It could be
moved or deleted as well.
Original comment by na...@google.com
on 30 Dec 2015 at 7:59
[deleted comment]
Hi, could you please explain why player interprets stream url as a relative url
(player adds receiver url before stream url):
GET
https://www.katsomo.fi/multimedia/chromecast/%20http://mtvlive.katsomo.fi/s…ul
stream/DR49.isml/QualityLevels(500000)/Fragments(video=1696597230000000) 404
(Not Found)
This was the url in the manifest :
http://mtvlive.katsomo.fi/simulstream/DR49.isml/QualityLevels(500000)/Fragments(
video=1696597230000000)
This is the receiver url: https://www.katsomo.fi/multimedia/chromecast/
Original comment by tuomas...@gmail.com
on 31 Dec 2015 at 9:50
Original issue reported on code.google.com by
tuomas...@gmail.com
on 9 Dec 2015 at 1:55