RadioBOSS 7.1 [beta]

Error when click on the block in the ads scheduler."
 

Attachments

  • 2025-04-14_092853.jpg
    2025-04-14_092853.jpg
    54.4 KB · Views: 13
It seems the error is in TimeStretch.
The start time calculation was quite accurate, however, the settings kept changing until they were disabled in the last two tracks.
I'm using the version 7.1.1.0

Now I update to the latest
What does the log say about it? Looks like start time was off for several seconds each time, maybe that's why in the end Time Stretch was not applied at all.
 
Sometimes, during custom encoding, the track cover art fails to encode, resulting in an error. When this happens, the broadcast stream gets stuck. This seems to be caused by large cover art files. This issue doesn't always happen. There can be hours without any problems, it's a rarely occurring issue.

Code:
ffmpeg\ffmpeg.exe -loglevel -8 -loop 1 -i "D:\Radyo\artwork.png" -f s16le -ac {Channels} -ar {SampleRate} -i - -c:a aac -b:a 4096k -cutoff 48000 -compression_level 0 -aac_coder fast -c:v h264_nvenc -preset fast -b:v 1900k -r 30 -pix_fmt yuv420p -f flv -s 1080x1080 "rtmps://xxx.global-contribute.live-video.net/app/sk_us-west-2_xxx"
 
What does the log say about it? Looks like start time was off for several seconds each time, maybe that's why in the end Time Stretch was not applied at all.
apparently this is the case

[2025-04-13 10:47:12] TimeStretch: init
[2025-04-13 10:47:12] TimeStretch: speed change applied (6,67%)
[2025-04-13 10:49:09] TimeStretch: init
[2025-04-13 10:49:09] TimeStretch: speed change applied (4,77%)
[2025-04-13 10:51:25] TimeStretch: init
[2025-04-13 10:51:25] TimeStretch: speed change applied (5,91%)
[2025-04-13 10:54:18] TimeStretch: init
[2025-04-13 10:54:18] TimeStretch: speed change applied (5,38%)
[2025-04-13 10:54:24] TimeStretch: init
[2025-04-13 10:54:24] TimeStretch skipped: speed change (8,12%) is out of range
[2025-04-13 10:56:45] TimeStretch: init
[2025-04-13 10:56:45] TimeStretch skipped: hour start/end is not valid
 
RadioBOSS 7.1.1.1 Release Candidate

Changes

  • Ads Scheduler: improved operation speed
  • Minor improvements
Download
x86 https://dl.djsoft.net/beta/radioboss_setup_7.1.1.1.exe (4/12/2025, 34MB)
x64 https://dl.djsoft.net/beta/radioboss_setup_7.1.1.1_x64.exe (4/12/2025, 38MB)

AdsScheduler is performing better in our case now, but I think it's still not enough.
On the production PC, version 7.1.1.0x64 was taking 3 minutes to finish building all the blocks, and now version 7.1.1.1x64 takes 1 minute. That’s an improvement, but still quite slow.
The “Test all blocks” button continues to trigger the "Frozen" error several times, and eventually finishes after a long delay.
Our AdsScheduler.ini contains approximately 1800 ads, but most of them are either inactive or expired. We don’t delete them because it’s very common for them to be reactivated in the near future.
I ran a test leaving only the active ads (about 180), and the block-building time dropped to 15 seconds, although “Test all blocks” still gives the same error!
Maybe your algorithm could skip processing any ad that is inactive or expired. That might help reduce the time significantly, don’t you think?
 
Back
Top