package core // publisher is an entity that can publish a stream. type publisher interface { source close() onPublisherAccepted(tracksLen int) }