5.9.9 - January 17, 2025 - More Pre-6.0 feature releases

Me too. 5.9.97 to 5.9.99 took my CPU from 23% to 45%. rolled back to 5.9.97 and i will wait it out...
ck your actual task manager for the CPU usage and adjust the CPU factor in BI to match. I had to adjust mine awhile back due to version change.
 
  • Like
Reactions: tinker3433
is arm support a big deal?
I don't think it's a big deal today, but I suspect its importance will grow over time:
  1. CPU-agnosticism is, in general, a good thing, if done properly. In the best cases, there is no CPU-specific code in the code base, which makes it easier to subsequently compile the code later for other architectures, such as RISC-V, or whatever comes down the pike 5-10 years from now.
    1. As always, "It depends," but CPU-agnostic code often implies a more modern, thought-out approach to architecture and best-practices coding, because the duct-tape and baling-wire approach does NOT last long on multi-arch software projects. Making little CPU-specific fixes everywhere a CPU-specific bug rears its ugly head will soon collapse under its own weight. So if BI 6 is written in truly CPU-agnostic code, it probably means that the development team has refactored things to make the whole system more robust, modular, and maintainable. Yes, there will be shiny new bugs in 6.0.0, but I suspect the code base will be of higher quality than was 5.x, overall.
  2. There aren't a lot of ARM-based PCs on the market today, but it will grow over time.
  3. BI on ARM means that it should be possible to run in a VM on a Mac. This isn't going to be a huge segment of the user base, but it will be a nice option for some people, like my brother.
 
  • Like
Reactions: aesterling
My cpu usage shot up to 55% with 5.9.99
I remember it was around 15 to 20% before this update
My seek/scrub/playback performance also went massively downhill with .99, although oddly enough, my reported CPU usage didn't go up. But this is in UI3, so maybe the CPU usage reporting isn't as accurate.

In any case I reverted back to .96, and now everything is good again.

Will wait for 6.0.1.
 
I can connect using Android app a few times, then it gets in a can't connect state. If I restart the service then I can connect, for awhile
Running 5.9.9.99 r4
 
Same high CPU issue went loading 5.9.9.9. CPU usage was 15% and grew to 33%. I rolled back to 5.9.9.7 and back to 15% CPU usage.
 
Same high CPU issue went loading 5.9.9.9. CPU usage was 15% and grew to 33%. I rolled back to 5.9.9.7 and back to 15% CPU usage.
A lot of that is due to Ken changed the way it reads CPU usage. Look at your task manager and maybe adjust your CPU factor. I had to change mine to .750 to make it same as task managers.
 
  • Like
Reactions: Vettester
A lot of that is due to Ken changed the way it reads CPU usage. Look at your task manager and maybe adjust your CPU factor. I had to change mine to .750 to make it same as task managers.
When I updated to .99, my actual performance suffered, not the reported CPU usage. In fact my reported CPU usage didn't change at all, but scrub/seek performance was unusable until I reverted back to .96.
 
A lot of that is due to Ken changed the way it reads CPU usage. Look at your task manager and maybe adjust your CPU factor. I had to change mine to .750 to make it same as task managers.
Maybe he changed it back in the latest versions. My cpu in blueiris and task manager are about the same without changing percentages.
 
Maybe he changed it back in the latest versions. My cpu in blueiris and task manager are about the same without changing percentages.
Anyone having issues streaming rtsp from blueiris. All of a sudden my streams dont work anymore with this 5.9.99 version
I rolled back to 5.9.98 and they work fine. I think im going to stay with this version for a while
 
Last edited:
5.9.9.99 builds are definitely broken in a number of ways. A lot of changes have been going into video encoder stuff in particular as they are trying to add a proper "CBR" (constant bit rate) encoding mode and for some reason this is breaking VBR in interesting ways. I'm not surprised if RTSP has gotten broken in the meantime because it is not used very often so there are far fewer people likely to report problems with it.
 
  • Like
Reactions: aesterling