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

YouTube max stream archive length is 12 hours. Summer videos are truncated in the evenings. #34

Closed tfabris closed 5 years ago

tfabris commented 5 years ago

I think that YouTube limits the total livestream length to 12 hours max. I'm not certain of this, but evidence seems to bear this out: During the summer months, my stream archives all end before the 12-hour mark.

It means that during the summer months, if my daily live stream starts and stops with the sun, then by the end of the day the stream is kaput, since days are longer than 12 hours during the summer.

Ideas:

tfabris commented 5 years ago

The most recent checkin should address this issue. I need to test it in production and watch how it behaves, but I'm closing the bug for now.

tfabris commented 5 years ago

Reopen this to check one particular thing:

Question: Was the second video created due to a stream bounce on my part? Or was the second video automatically created by YouTube when the first video got truncated? My guess is that it was a stream bounce and I still need to move ahead with my new "midday split" code.

To do:

tfabris commented 5 years ago

Looked at the logs. There was indeed a stream bounce 2019-05-20 6:50pm.

Will proceed with putting into production the code for the midday split.

tfabris commented 5 years ago

Update: needing to increase the bounce time higher than 95 seconds. On 2019-05-24, the stream didn't "split" during the bounce.