Alexandru Branza
Alexandru Branza
@feross > Are there other developers of (legitimate) torrent streaming apps who we can ask for their opinion? Maybe @Ivshti with Stremio.. If we don't include the Popcorn Time forks...
Uh, maybe @xaiki from Butter, as that is planned to be a torrent + general web media streamer too _from what I know_
@Ivshti > What's the problem with magnet-stream or stream-magnet name ? None, if your asking for a personal perspective, it's longer and `play` just sounds better then `stream` :)
@Ivshti > Should we restrict ourselves to BitTorrent though? What about IPFS? It is difficult to move so many different projects twords supporting IPFS, if not all support it, then...
@Archetipo95 thanks!
@fadkeabhi thanks!
@RSATom mentioned that the reason it doesn't work ftm is that Mac uses a different render then Linux and Windows, so it would need a different implementation technique. I'm sure...
What happens if I have two `VlcVideoSurface`, the main one is paused and the second one is playing, would that also stop the monitor from going to sleep?
As you're using using `wcjs-player`, it might be possible to do that already. I haven't tested it but you should be able to get width and height with: ``` player.vlc.events.on("FrameSetup",...
then maybe it's something with `.state`? could it be it doesn't change to 2 (buffering)? or maybe `.state` is changed to 2 after the buffering event is triggered?