broadcast.go: perform off actions if failed to go live

Issue #183 resolved
Saxon Milton created an issue

The streaming hardware is left on if the broadcast fails to go live. We should perform the “off-actions” specified for a broadcast configuration when this happens, so that we don’t waste power. An additional benefit is that the next broadcast setup can do a fresh power up of the streaming hardware.

It might be worth looking into an automated retry broadcast setup mechanism in the case that the live transition fails. On occasion, we get a failure which is then resolve if the broadcast setup is repeated.

Comments (1)

  1. Saxon Milton reporter

    Merged in fix-transition-failure (pull request #194)

    broadcast.go & broadcast/youtube.go: reattempting live transition if fails and fixing some other issues surrounding changing and saving of broadcast

    Resolves issue #183

    Approved-by: Trek Hopton

    → <<cset b1521333c326>>

  2. Log in to comment