Skip to content

Releases: aitschti/plugin.video.cb20

Release v2.3.2

11 Apr 21:37

Choose a tag to compare

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

06 Apr 20:25

Choose a tag to compare

Better proxy management for cleanup and monitoring

Release v2.3.0

06 Apr 18:10

Choose a tag to compare

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

30 Dec 20:01

Choose a tag to compare

  • Fix fetching of json data for roomlist data etc.

Release v2.2.4

16 Jun 16:18

Choose a tag to compare

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

07 May 12:58

Choose a tag to compare

NEW: Add confirmation dialogs for favourites backup and restore actions to prevent accidental overwrite

Release v2.2.2

25 Apr 21:48

Choose a tag to compare

Maintenance release fixes missing thumbnails for models, because of new domain being used by CB.

Release v2.2.1

24 Sep 10:57

Choose a tag to compare

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

22 Sep 19:25

Choose a tag to compare

  • No new functions, just a maintenance / cleanup release.
  • Removal of deprecated functions (setting listitem properties)

Release v2.1.0

16 Feb 19:11

Choose a tag to compare

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