Resource icon
A local browser source that plays images in random or alphabetical order.
  • Displays each image exactly once per loop.
  • Useful for slideshows that may exceed OBS's slideshow's current 250mb uncompressed memory limit. Works offline.
  • Advance slideshow automatically or via OBS hotkeys
  • Uses HTML, JavaScript, Lua

  • Like
Reactions: CodeYan and I3ordo
Author
decay59
Downloads
6,923
Views
11,681
First release
Last update
Rating
5.00 star(s) 2 ratings

Latest updates

  1. Release v2.0

    v2.0 - Now with hotkeys! OBS Hotkeys Updated settings Updated Readme...
  2. Release v1.4

    Fixes GIF stuttering issue Minor adjustments to code & comments for readability...
  3. Release v1.3

    Official release on github, which adds the option to stop the slideshow from looping...

Latest reviews

If you just found out that OBS has failed to document the memory limitations of its 'Image Slide Show' source... And that the randomization method used isn't a shuffle of a list, but a random individual selection... And that the randomization seeding method used heavily favors certain positions in the list of images... And that someone fixed the issue in early 2021, handed the solution to the team with a bow on it, but they still never implemented it...

Yeah.

...Then this is the fix for you! Simplest possible solution, right here. An html file that runs some javascript to make the slideshow happen, and a LUA interface to let you change configurations, and refresh your image list, on the fly, inside OBS.

Takes a bit of work setting up (pay attention to the instructions! and don't unzip this into your OBS folder under \Program Files\ on Windows or the UAC is going to give you issues with administrator priveleges) but it's the simplest, minimally invasive solution imaginable. And I thank the dev for it!
A hidden golden plugin that we use for our daily financial news show to show stock market graphs. Simple but perfect
Top