tfabris / CrowCam

A set of Bash scripts to control and maintain a YouTube live cam from a Synology NAS.
GNU General Public License v3.0
4 stars 3 forks source link

Stream test hysteresis is not strong enough and we need some more waits. #17

Closed tfabris closed 5 years ago

tfabris commented 5 years ago

After bouncing the YouTube stream, it does not come up as quickly as I thought. The code keeps getting "stream is not up" errors and then bounces the stream again.

Need pauses after bouncing the stream (I removed them, I should put them back) and stronger/longer hysteresis settings.

tfabris commented 5 years ago

Re-added the 40 second pause after the bounce, and added 30 seconds more hysteresis. That should totally do it, right?