• Resolved vshin

    (@vshin)


    Hello, great plugin, very clean and easy to use!

    I was testing the plugin and was working fine while streaming from my computer, but as soon as a friend of mine tried it was not showing as ONLINE. I figured out it was because of the check on this variable broadcast_platform it’s only for “LIVE” and not for any other platform.

    As a suggestion, maybe it’s better to check on a more reliable status.

    I changed the code just as a hotfix, but it might have other types of returns as well.
    If someone faced the same issue, here follows the change on file: stream-status-for-twitch.php Line #271

    if (data.stream && (data.stream.broadcast_platform == 'live' || data.stream.broadcast_platform == 'ps4'))

Viewing 1 replies (of 1 total)
  • Plugin Author j.burleigh1

    (@jburleigh1)

    This is now fixed, as we have updated to using the new Twitch API. Thanks for your contribution above ??

Viewing 1 replies (of 1 total)
  • The topic ‘Support for Ps4 Direct Stream’ is closed to new replies.