samuelmaddock / gm-mediaplayer

:tv: Garry's Mod media player which features synchronized streaming media services
MIT License
49 stars 30 forks source link

Problems with Twitch service #5

Closed ForeverButthurt closed 9 years ago

ForeverButthurt commented 9 years ago

Pause button and volume control don't work on twitch service. P.S. Yes I use your sidebar menu, and sorry for trouble.

samuelmaddock commented 9 years ago

Last time I checked, Twitch doesn't have any JavaScript interface on their player to toggle playback or change the volume. With that said, I don't think there's a good fix for this outside of making the user manually interact with the Twitch player.

On Thu, Jul 2, 2015 at 11:24 AM, ForeverButthurt notifications@github.com wrote:

Pause button and volume control don't work on twitch service. P.S. Yes I use your sidebar menu, and sorry for trouble.

— Reply to this email directly or view it on GitHub https://github.com/pixeltailgames/gm-mediaplayer/issues/5.

samuelmaddock commented 9 years ago

Looks like they actually support pausing and seeking now, but still no volume control. :-1: https://github.com/justintv/Twitch-API/blob/master/player.md#functions

Wyozi, another GMod developer, has created an issue for this: justintv/Twitch-API#337

samuelmaddock commented 9 years ago

Closing this since it's unlikely to ever be fixed unless GMod devs replace Awesomium such that Twitch's new HTML5 player will work.