jwplayer / jw-showcase

DEPRECATED: JW Showcase has been deprecated and is no longer maintained. Please use the JW OTT Web App Instead: https://github.com/jwplayer/ott-web-app
https://www.jwplayer.com
Apache License 2.0
78 stars 35 forks source link

Cannot connect to Videos #184

Closed EBEL63 closed 6 years ago

EBEL63 commented 6 years ago

Expected Behavior

Installed JWPlayer locally

Actual Behavior

Error message: You appear to be offline. Retry

Steps to reproduce

  1. loaded down all files from Github

  2. adopted config.json and index.html showcase.zip

  3. installed it on my webserver

Environment

http://www.erstebankliga.at/jwvideos/ahl/highlights-teams/


This template is provided as a guide to filing bugs and feature requests. Please replace all text in italics with details describing your issue. When submitting a feature request, "Steps to reproduce" can be substituted with a user story or list of acceptance criteria.

pajter commented 6 years ago

Hi,

It looks like you have a typo in your code. I see that the HTML file is trying to load the files from http://www.erstebankliga.at/video/ahl/highlights-teams/scripts.

Try changing it to be http://www.erstebankliga.at/jwvideos/ahl/highlights-teams/scripts. You can see that the files are reachable there, eg: http://www.erstebankliga.at/jwvideos/ahl/highlights-teams/scripts/bridge.js.

Let me know if you get it working!

EBEL63 commented 6 years ago

Hello pajter, thank you, that was definitely an error, but it did not help. Changed it to
base href="http://www.erstebankliga.at/jwvideos/ahl/highlights-teams/"

ChristiaanScheermeijer commented 6 years ago

must be the browser cache, it is working here!

EBEL63 commented 6 years ago

You are right - thank you. What a stupid error - but when you look to often to it.....

pajter commented 6 years ago

Yeah I know the feeling! :)

I'll close this issue. Let me know if you need any more help.