livepeer / go-livepeer-basicnet

Basic p2p video streaming for Livepeer
MIT License
18 stars 8 forks source link

Cancel nonexistent subscriptions. #51

Closed j0sh closed 6 years ago

j0sh commented 6 years ago

If the broadcast node ID matches the stream ID and there isn't such a stream being broadcast, send back a finish message.

This may happen if a broadcaster crashes without cleanly EOF'ing the stream, causing the transcoder to retry indefinitely until endBlock is met.