Mahdi Bakhshi
Mahdi Bakhshi
you mean it is not possible to stream from internal tuner in Android TV ?
You mean without any input service app streaming is possible? or we must develop an input service similar to app in this repo?
Preparing the player again, has also a side effect when using `PlaybackStatsListener`. This causes the `onSessionFinished` callback to be called twice even though the playback has not finished, leading to...
@aschmahmann I mean that sent messages didn't get received by all of other nodes. The nodes Are connected, I also tried the fully connected configuration, but that was not helpful....
@raulk I'v added a test case showing the problem [here](https://github.com/MBakhshi96/go-libp2p-examples/tree/gossipsub-bug/pubsub). The example works in this way: - First every node broadcast a message with their id in round 1. -...
@vyzo Where can I find logs for this execution? There is no log in the output, but it may because of level of logging used in the pubsub code.
@vyzo My topology is a simple ring, but I'v also tested it with fully connected topology. The logs are stating that messages couldn't be delivered: `INFO pubsub: Can't deliver message...
@vyzo What do you mean by not consuming fast? I'm receiving messages inside a for loop, which simply waits for a message and then prints it in the output. How...
@vyzo yeah. You may take a look at the code I provided for reproducing the problem in previous comments. you can use the code [here](https://github.com/MBakhshi96/go-libp2p-examples/tree/gossipsub-bug/pubsub).
@vyzo Actually, I don't know my message rate. In the provided example, every node will publish only 1+10 messages, but I don't know how long it takes to publish these...