Support for Ps4 Direct Stream
-
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 #271if (data.stream && (data.stream.broadcast_platform == 'live' || data.stream.broadcast_platform == 'ps4'))
- The topic ‘Support for Ps4 Direct Stream’ is closed to new replies.