You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm struggling with this a bit because everytime I load the page I get "Failed to load channel lineup". I know I've put the right address for my hdhr, although even I put a deliberately incorrect one I get the same issue. The webserver isn't pumping out any errors and I can't see whats wrong. Any ideas what it might be?
The text was updated successfully, but these errors were encountered:
Usually that would be caused by the server failing to return any channel lineup data. You might check your web server log to see if any PHP errors are thrown which would prevent the lineup page from loading. You could also try to load http://<webserver>/<path to hdhrstream>/callback.php?type=lineup and see what data is returned. That is the URL used by the page to retrieve the channel lineup in your browser.
Thanks for the suggestion. I moved on from this in the end because the browser I was targeting doesn't have HLS support after all! Nice code and implementation though and thanks for replying.
Thanks for this code.
I'm struggling with this a bit because everytime I load the page I get "Failed to load channel lineup". I know I've put the right address for my hdhr, although even I put a deliberately incorrect one I get the same issue. The webserver isn't pumping out any errors and I can't see whats wrong. Any ideas what it might be?
The text was updated successfully, but these errors were encountered: