livepeer / go-livepeer-basicnet

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

Uni-directional Streams #18

Closed ericxtang closed 6 years ago

ericxtang commented 6 years ago

Changes due to @whyrusleeping's suggestion. We now only maintain a reference to streams going out. For streams coming in, we just keep it in a for loop until it errors out.

Fixes issue: https://github.com/livepeer/go-livepeer/issues/194, https://github.com/livepeer/go-livepeer/issues/190