Closed GoogleCodeExporter closed 9 years ago
Please check this line in the log:
"media_player.js:37 Mixed Content: The page at
'https://scstg02.trailervu.mediavuonline.com/cctest/receiver/' was loaded over
HTTPS, but requested an insecure XMLHttpRequest endpoint
'http://190.247.241.214:1935/vod/mp4:sample.mp4/QualityLevels(99080)/Fragments(a
udio=0)/WowzaSessions(1163328610).isma'. This content should also be served
over HTTPS."
CORS implementation seems to be an issue. Please refer to this tutorial and
make sure your implementation is correct.
However, if you still face an issue after following all steps kindly report
back and we will reopen the ticket.
Original comment by na...@google.com
on 10 Mar 2015 at 7:31
This is the link to the tutorial: http://www.html5rocks.com/en/tutorials/cors/
Original comment by na...@google.com
on 10 Mar 2015 at 7:34
Hi, thanks for the fast response.
We see the exactly same issue having the receiver, API and everything running
under http, the mixed content is only a browser warning (will upload logs with
everything running under http).
The problem we have is for some specific content, for example:
We can watch
http://playready.directtaps.net/smoothstreaming/SSWSS720H264PR/SuperSpeedway_720
.ism/Manifest (and other content generated by us stored in a CDN) using that
reveicer but no can not watch
http://190.247.241.214:1935/vod/mp4:sample.mp4/Manifest .
If you take a look to our content you will see that cors are there and look
well configured (I just re-checked by the way). I do NOT see the error
"'Access-Control-Allow-Origin' header is present on the requested resource....".
Juan
Original comment by JuanPaul...@gmail.com
on 10 Mar 2015 at 10:36
Logs with everything running under http.
BTW, we are the same team that develop the chromecast receiver for
www.starzplay.com
Original comment by JuanPaul...@gmail.com
on 10 Mar 2015 at 10:48
Attachments:
Thank you for the detailed information. Please be patient while we investigate
the issue further.
Original comment by na...@google.com
on 11 Mar 2015 at 2:07
Please, let me know if you need more info. We noticed Chromecast is able to
play the same video provided by wowza as HLS, unfortunately we need Smooth
Streaming.
If you want to set-up wowza, you only need to install it and add the property
below in Application.xml. The sample.mp4 video comes with the server (we also
tried adding some videos with diferent encodings).
<Property>
<Name>httpUserHTTPHeaders</Name>
<Value>Access-Control-Allow-Origin:*|Access-Control-Allow-Headers:content-type, soapaction, Range</Value>
<Type>String</Type>
</Property>
Original comment by JuanPaul...@gmail.com
on 11 Mar 2015 at 3:04
We could not reproduce the issue. Content plays on Chromecast as well as
Chrome. Please review your implementation.
Original comment by na...@google.com
on 11 Mar 2015 at 5:56
Hi, have you tried the second manifest?
http://190.247.241.214:1935/vod/mp4:sample.mp4/Manifest , the other manifest
works.
We are trying using the sample receiver placed in Github
https://github.com/googlecast/cast-custom-receiver , also tested with our
receiver which is able to play other manifests.
I'm curious about how you can watch Smooth Streaming content in Chrome. We are
interesting in do that, I'll appreciacite if you can point us how to do that.
Also, which receiver are you using?
Original comment by JuanPaul...@gmail.com
on 11 Mar 2015 at 6:14
Hi, we retested the manifest
http://190.247.241.214:1935/vod/mp4:sample.mp4/Manifest using some diferent
receivers that are able to play other manifest. But no luck...
Please, can you sen us which code you used to play that video?
Original comment by JuanPaul...@gmail.com
on 12 Mar 2015 at 4:20
[deleted comment]
Thanks a lot, I'm able to play the content using that library :)
Please, can you give me more details about the fix? because we can change how
our content is being generated in order to get it playing before the new MPL is
released.
Original comment by JuanPaul...@gmail.com
on 12 Mar 2015 at 5:17
Hi,
Do you know when this new library will be published? would be great if you can
change the "Invalid" status.
Thanks,
Juan
Original comment by JuanPaul...@gmail.com
on 20 Mar 2015 at 4:42
It has been published.
Original comment by vadi...@google.com
on 20 Mar 2015 at 4:49
Original issue reported on code.google.com by
JuanPaul...@gmail.com
on 10 Mar 2015 at 5:33