User Tools

Site Tools


video

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
video [2022/12/01 14:53] – added system requirements James Sentmanvideo [2022/12/01 17:05] – [Stream Stalled Handler:] as number check for string parameter James Sentman
Line 99: Line 99:
  
 on streamStalled( stallCount) on streamStalled( stallCount)
- write log "Attempted to restore camera " & stallCount & " times."+ write log "Attempted to restore camera " & stallCount & " times.” 
 +        if (stallCount as number) > 4 then 
 +            write log “running a failed camera restart" 
 +            -- send it a reboot, power cycle or whatever to bring it back online 
 + 
 +        end if
 end streamStalled end streamStalled
  
video.txt · Last modified: 2023/05/12 14:56 by James Sentman