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

When checking/fixing the secret key, should check and report the video name. #27

Closed tfabris closed 5 years ago

tfabris commented 5 years ago

The code which checks to make sure the secret stream name/key hasn't been clobbered (issue #24) should do an additional step.

It should retrieve, log, and check the name of the video itself. For example mine is named "CrowCam". It should check this name and make sure that it's the correct name before resetting the secret key.

tfabris commented 5 years ago

This has been addressed in the most recent code checkin. Needs to be placed into production still, but I'm closing the bug.