Search found 1 match

by smirkingman
Thu Jan 07, 2021 11:09 am
Forum: Blue Iris 5
Topic: [SOLVED] How to play alert sound when BI is running as a service
Replies: 0
Views: 1342

[SOLVED] How to play alert sound when BI is running as a service

Alert sounds don't play when BI is running as a service, which is reasonable, there's no UI displayed. To play a sound from BI as a service, create a DOORBELL.BAT file with this line in it: powershell -c (New-Object System.Media.SoundPlayer 'C:\Program Files\Blue Iris 5\sounds\doorbell.wav').PlaySyn...