2017-01-17, 03:22
RetroPlayer without streaming has been merged. It initially had GameStream support, but that was removed. I figured it's a good time to fix that by adding multiplayer.
(2017-01-16, 21:49)garbear Wrote: My new design includes multiplayer. Because this requires not just decoding video, but encoding it and sending it to another peer, when it's done we basically get GameStream for free. I've already written a thousand lines of code for the new version, but it's at least several months away because multiplayer is such a big project
(2017-01-20, 02:13)garbear Wrote: We use moonlight under the hood. Kodi becomes just another GameStream client, the server doesn't need to know about Kodi.
(2017-01-26, 20:16)ursli Wrote:(2017-01-20, 02:13)garbear Wrote: We use moonlight under the hood. Kodi becomes just another GameStream client, the server doesn't need to know about Kodi.
Can I wedge in here for a second, is this still working on the 17beta7 branch? I am trying to find infos regarding moonlight but the feature seems not very well documented, or I'm just looking in the wrong places.
(2017-01-26, 21:42)garbear Wrote:Was progress ever made on moonlight and later builds of kodi?(2017-01-26, 20:16)ursli Wrote:(2017-01-20, 02:13)garbear Wrote: We use moonlight under the hood. Kodi becomes just another GameStream client, the server doesn't need to know about Kodi.
Can I wedge in here for a second, is this still working on the 17beta7 branch? I am trying to find infos regarding moonlight but the feature seems not very well documented, or I'm just looking in the wrong places.
I don't think GameStream works in the v17 builds currently.
GameStream support was also removed from v18 because it used some private VideoPlayer APIs. I've started rewriting RetroPlayer to achieve a better architecture and to use only public VideoPlayer APIs. I probably won't backport the new RetroPlayer to my v17 builds because it's such a drastic change.
GameStream in v18 is at least several months away due to the scope of the new architecture. Sorry to break the bad news!
(2018-03-22, 23:11)garbear Wrote: RetroPlayer was rewritten (again) for GSoC 2017. It doesn't contain any h264 decoding code, but it shouldn't be too hard to add to the new architecture.If you would look into it I'm sure a lot of people would appreciate it
(2017-01-26, 21:42)garbear Wrote: GameStream support was also removed from v18 because it used some private VideoPlayer APIs. I've started rewriting RetroPlayer to achieve a better architecture and to use only public VideoPlayer APIs. I probably won't backport the new RetroPlayer to my v17 builds because it's such a drastic change.
GameStream in v18 is at least several months away due to the scope of the new architecture. Sorry to break the bad news!
(2019-04-08, 02:36)steve1977 Wrote: What's the latest on gamestream? Any chance we see it integrated into retroplayer in v19?