Code Monkey home page Code Monkey logo

Comments (10)

joeyboli avatar joeyboli commented on August 15, 2024

You need two mount points for it to work.

from player-shoutcast-html5.

bbashy avatar bbashy commented on August 15, 2024

@adoboligh1 I found that too. I just modified the api.php code to allow for 1 mount point.

from player-shoutcast-html5.

joeyboli avatar joeyboli commented on August 15, 2024

from player-shoutcast-html5.

bbashy avatar bbashy commented on August 15, 2024

Just replace this;

if(is_array($ice_stats["icestats"]["source"])) {

with

if (is_array($ice_stats["icestats"]["source"]) && isset($ice_stats["icestats"]["source"][0])) {

Line 155: https://github.com/gsavio/player-shoutcast-html5/blob/master/api.php#L155

from player-shoutcast-html5.

joeyboli avatar joeyboli commented on August 15, 2024

from player-shoutcast-html5.

DirtySkeMe avatar DirtySkeMe commented on August 15, 2024

Thanks for the fix

Just replace this;

if(is_array($ice_stats["icestats"]["source"])) {

with

if (is_array($ice_stats["icestats"]["source"]) && isset($ice_stats["icestats"]["source"][0])) {

Line 155: https://github.com/gsavio/player-shoutcast-html5/blob/master/api.php#L155

from player-shoutcast-html5.

bbashy avatar bbashy commented on August 15, 2024

@adoboligh1 I don't know it well enough to know why it was done like that. It solves my problem and others can use it if they want.

If someone else wants to submit it as a PR, please do.

from player-shoutcast-html5.

joeyboli avatar joeyboli commented on August 15, 2024

from player-shoutcast-html5.

PoerOne avatar PoerOne commented on August 15, 2024

Wow.. thanks... I will try try that

from player-shoutcast-html5.

PoerOne avatar PoerOne commented on August 15, 2024

Just replace this;

if(is_array($ice_stats["icestats"]["source"])) {

with

if (is_array($ice_stats["icestats"]["source"]) && isset($ice_stats["icestats"]["source"][0])) {

Line 155: https://github.com/gsavio/player-shoutcast-html5/blob/master/api.php#L155

Thanks @bbashy !!! It works!!!

from player-shoutcast-html5.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.