Releases: aitschti/plugin.video.cb20
Release v2.3.2
Heavy rewrite of playlist manifest handling, getting rid of the whole proxy way. Very stable and fast playback in testing. No real overhead, using vanilla inpustream.adaptive from Kodi handling everything playlist related like before, just serving the master playlist with rewritten absolute ulrs locally because of the JWT token stuff for the LL-HLS playlist files. Enjoy.
Release v2.3.1
Better proxy management for cleanup and monitoring
Release v2.3.0
Heavy rewrite of playback handling. Added HLS manifest proxy to handle latest playlist changes by chaturbate.
- Introduced a local HTTP server to serve pre-fetched HLS manifests, addressing CDN token issues.
- Updated user-agent string for requests.
- Refactored stream fetching logic to handle HLS URLs more robustly.
- Removed obsolete stream player settings, inputstream.adaptive is defaul and required now
- not all api endpoints reliably fetchable at the moment, so no viewers count or goal info during playback atm
Release v2.2.5
- Fix fetching of json data for roomlist data etc.
Release v2.2.4
Added "InputStream Adaptive" as another stream player option after suggestion by @johnnynenha , thanks!
If the streamplayer does not get installed automatically (probably if you already had CB20 installed), you will need to install it yourself. Just selecting the other stream player option does not automatically install and use it and will silently use the default player.
InputStream Adaptive works a lot faster for opening CB streams, results may vary though, see configuration in stream player addon for options. FFmpegDirect remains the default play for now.
Enjoy.
Release v2.2.3
NEW: Add confirmation dialogs for favourites backup and restore actions to prevent accidental overwrite
Release v2.2.2
Maintenance release fixes missing thumbnails for models, because of new domain being used by CB.
Release v2.2.1
Setting 'thumb' and 'poster' for list items, too. Fixes skin issues where 'icon' is not used. Thanks to @Better-Red for pointing out the issue in latest Aeon Nox Silvo skin.
Release v2.2.0
- No new functions, just a maintenance / cleanup release.
- Removal of deprecated functions (setting listitem properties)
Release v2.1.0
Addon is ready for kodi 21 and working fine!
Added the "inputstream ffmpeg direct" as a requirement for fixing possible issues with some streams. This seems to be more robust than the default integrated stream player. You may change this in the settings menu. The addon will be automatically installed on update or may have already been installed by another video addon. You can check this under "Add-ons -> My add-ons -> VideoPlayer InputStream", if the addon is installed correctly.
Enjoy