moonlight-stream / moonlight-ios

GameStream client for iOS/tvOS
GNU General Public License v3.0
1.15k stars 291 forks source link

[Feature Request] AirPlay and Video Out #11

Open khb008 opened 10 years ago

khb008 commented 10 years ago

This is obviously not urgent at all. However, i was trying out AirPlay and it seems like this would be an amazing feature to have. Currently, mirroring from any 4:3 device creates a 4:3 mirror that has black bars.

16:9 device like iPhone 6 can do full screen screen mirroring however the mirroring is over all slower than actual video stream. Causes a drop in frames every now in then in the GameStream itself.

Will be amazing if you can add this feature...eventually, I just wanted to throw it out there.

dwaxemberg commented 10 years ago

I have been thinking about this same feature. As soon as we have a 1.0 release I will start looking into the more "razzle dazzle" features like this.

khb008 commented 10 years ago

Great! I'm glad to see that you guys are really excited about the iOS version of Limelight now!

kalib98 commented 9 years ago

What happened to this idea, seems like an amazing feature, even if it might be over HDMI Out, there should be a Airplay feature.

aaiezza commented 9 years ago

That was actually working for me the first time I tried it.

ezhes commented 9 years ago

This is already possible with mirroring, however going up to higher resolutions like that of a TV would be nice. I can't see getting good performance at that resolution though.

SethAten commented 9 years ago

I would think that Airplay at HD resolutions would result in unnecessary strain on your network. Perhaps just HDMI out and #37 , #173 .

jarrett0 commented 9 years ago

I hacked in support for AirPlay in a personal build today and it seemed to work pretty well. I was using an iPad mini 2 and streaming full widescreen 720p 60fps to my Apple TV. My Gamevice won't be here until Thursday and I'm leaving for a trip on Saturday so I won't have a lot of time to test it. I can implement it as an actual feature and submit a pull request when I return if there is interest.

ezhes commented 9 years ago

Push it to your personal repo and I’ll be glad to work on it as well. We really shouldn’t do a pull on a hacky implementation.

On Sep 8, 2015, at 11:12 PM, jarrett0 notifications@github.com wrote:

Reply to this email directly or view it on GitHub https://github.com/moonlight-stream/moonlight-ios/issues/11#issuecomment-138786858.

jarrett0 commented 9 years ago

I pushed the change to my personal repo. I doubt I will have time to work on it until I return late this month.