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
3 stars 3 forks source link

Go back to doing a midday bounce. #55

Closed tfabris closed 4 years ago

tfabris commented 4 years ago

The code used to bounce the stream at midday, but then later got changed so it bounced the stream whenever the current "segment" exceeded a certain maximum length. (With the max length being configurable, at the time of this writing I had it configured to 7.6 hours, 27600 seconds.)

Change it to:

Desired/expected behavior from this:

Make sure that:

tfabris commented 4 years ago

Checked in the code for this. It has been bench tested, but not yet put into production.

To do:

tfabris commented 4 years ago

Code is in production. Let's see how it does.