Image Slideshow Limited to 3 images

shadow14

New Member
Has anyone experienced this? Even before updating to 28.0. After uploading 11 or more image files it only loops to 3 images.

Hope someone can help me out with this.
 

shadow14

New Member
When I started using OBS in 2021, the Slideshow source loaded all your images into video RAM, so the number of images was limited by your video RAM, higher resolution images taking more space.

I needed to show 30 to 40 slides, so I wrote a simple Lua script that loads images one at a time into an Image source, using Forward and Back hotkeys to change slides. https://github.com/OldBaldGeek/OBS-old-bald-scripts/blob/main/SimpleSlides.lua
Hi John, thank you for addressing my issue. Apparently, the image size was way too big, about 8000px. I optimized it and now everything is working. I'll look into the script that you made which might come in handy someday. Thanks again!
 
Top