help with ezs3.com videos

Cris Chico's Avatar

Cris Chico

09 Mar, 2010 02:52 AM via web

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?

  1. Support Staff 2 Posted by Nathan on 09 Mar, 2010 06:05 AM

    Nathan's Avatar

    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

  2. Support Staff 3 Posted by Nathan on 09 Mar, 2010 06:06 AM

    Nathan's Avatar

    Basically you change the /secure/ to /players/ for the https link.

    Nathan

  3. 4 Posted by Cris Chico on 09 Mar, 2010 01:47 PM

    Cris Chico's Avatar

    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

  4. 5 Posted by Cris Chico on 09 Mar, 2010 01:47 PM

    Cris Chico's Avatar

    thanks for the reply though

  5. Support Staff 6 Posted by Nathan on 09 Mar, 2010 06:01 PM

    Nathan's Avatar

    Glad you got it working!

    Nathan

  6. Nathan resolved this discussion on 09 Mar, 2010 06:01 PM.

Comments are currently closed for this discussion. You can start a new one.