ZionDevelopers / playx

In-game Internet (YouTube, Twitch, SoundCloud, mp4 and etc.) media player for Garry's Mod
http://steamcommunity.com/sharedfiles/filedetails/?id=106516163
Other
18 stars 14 forks source link

[Feature] Make all hosts / providers work with progress bar on radio #132

Closed juliocoliveira closed 11 months ago

juliocoliveira commented 1 year ago

Re-implement, progress bar on radio players. Based on https://github.com/ZionDevelopers/playx/blob/gh-pages/js/oldVimeo-code.js, need to study each provider api and make the appropriated modifications on the javascript / html to make the progress bar work again. Have to use the javascript function created by lua called playx.processPlayerData

juliocoliveira commented 11 months ago

The implementation for JWPlayer v8 for radio progress bar is fixed. Still need to study and implement the same procedure for each provider.

juliocoliveira commented 11 months ago

Implemented progress bar on radio for YouTube.

juliocoliveira commented 11 months ago

Implemented progress bar on radio for Vimeo and SoundCloud.

juliocoliveira commented 11 months ago

Implemented progress bar on Twitch vods. And player status on Twitch Lives on the radio.

juliocoliveira commented 11 months ago

That is the last provider with api support that we can implement progress bar. Livestream don't seem to have any api, not documented at least or not public.