help with ezs3.com videos
there was a previous thread about someone having an issue but not sure what the solution was
i have access to a few membership sites that have customerhub and they are streaming from ezs3
how is this done?
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by Nathan on 09 Mar, 2010 06:05 AM
Hi,
The script they give has an error in it for secure connections. Not sure why they haven't updated them.
Try changing this line:
var playerhost = (("https:" == document.location.protocol) ? "https://www.ezs3.com/secure/" : "http://www.ezs3.com/players/");To:
var playerhost = (("https:" == document.location.protocol) ? "https://www.ezs3.com/players/" : "http://www.ezs3.com/players/");Let me know if that works.
Nathan
Support Staff 3 Posted by Nathan on 09 Mar, 2010 06:06 AM
Basically you change the /secure/ to /players/ for the https link.
Nathan
4 Posted by Cris Chico on 09 Mar, 2010 01:47 PM
i tried that but did not work
but I researched and found out what the problem is
the folder which i used in amazons3 was called members.vw3
it appears that there is a problem with folders that have the period and secure pages
i created another folder called member-vw3 (without the dot in the name) and that cured the problem
5 Posted by Cris Chico on 09 Mar, 2010 01:47 PM
thanks for the reply though
Support Staff 6 Posted by Nathan on 09 Mar, 2010 06:01 PM
Glad you got it working!
Nathan
Nathan resolved this discussion on 09 Mar, 2010 06:01 PM.