[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

AWS for gaming

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 23
Thread images: 2

File: lel.png (38KB, 817x648px) Image search: [Google]
lel.png
38KB, 817x648px
So /g/, I've tried setting up a EC2 g2.2xlarge instance for gaming, set up my stream, configured all the encoding and shit. Using ZeroTier for steam in-home streaming.

Currently getting 60fps (because of my 60mz t440s screen), without any noticeable delay at all. This shit works goddamnit, why aren't there more people using this?

Pic related, avg. spot hour prices on the eu-frankfurt serverfarm.
>>
File: cloudping.png (22KB, 719x610px) Image search: [Google]
cloudping.png
22KB, 719x610px
My result on cloudping.info, currently on wi-fi but cabled has got 30ms or something among those lines. In steam in-home it says 18ms, again on the cabled side. We've got 50mbps currently in my household and getting upgraded to 80mbps on the 1st of January. I live in Denmark.
>>
Noone? :) To people who hasn't tried it, did you know that the possibility existed?
>>
Are you using spot instances to game? I guess if you lose the instance it's not too big a deal unless the game is super important to you. Aws for multi boxing might be interesting
>>
>>51451965
why would I bother with this shit, you don't even know how much it's going to cost you as according to your chart price can suddenly jump 30 fold.
>>
>>51452246
You can set a max so your sever shuts down if the price jumps above it. It's not supposed to be running constantly. You can also have a flat rate of 1$ per hour with taxes.

>>51452153
Spot instance is great, just set up dropbox for your savefiles and it'll sync automatically on startup. Make a new image each time you need to update something big and when you've installed a game etc.

Currently running on demand cause I am still in the testing phase, checking out if fallout 4 is possible with no lag etc.
>>
Is this means I will be able to play Halo 4 for $1/hr on lunch breaks and even the times my boss is not around, without buying and carrying $4000 worth of hardware that will be deprecated after two years?

This is what I call thinking outside of the box! THIS IS FUTURE.

How do you send keystrokes and mouse movements to your server? With VNC or something?
>>
>>51453270
Setup is like this, rent a g2.2xlarge instance from AWS. Setup all the shit needed, (drivers for GRID gpu, GRID SDK, virtual soundcard etc) enable all the things needed in WS2012 for you to be able to handle it as a normal computer. When this is done, DL Steam and Zerolink (like hamachi). Setup ZeroLink to a network, which you will also have to do on the client computer, the one you will be sitting at. Then log in on the same steam account on both of them, and you will be able to stream via steams in-home streaming system, this way all the input will be taken care of.

Works pretty good as of now for SP games, though my instance seems to struggle when a lot of network activity is going on. Tested with chivalry medieval warfare but this game has a sloppy mouseoutput by standard so might not be that good for an example.

Any way, my struggle at the moment is getting it to encode the feed in NVBCD, currently in fallout 4 it's running with NVFIR, which gives worse performance in games from what I've read. These encoding formats are enabled by having the GRID SDK installed onto your instance. You will be able to see the current encoding format running in a game by enabling it in steam and pressing f6 when the game is running.

NVFBC = Great for single GPU heavy processes, as a game running fullscreen.

NVIFR = Great for GPU heavy desktop based work (Imagine architect programs and 3d modelling etc.)
>>
good for causal laptop gaming
too expensive for serious desktop gaming
>>
>>51453494
That depends, if your connection is strong enough then it's possible to get a perfectly clear image and inputresponse (which means competetive gaming will be an option). For me this is great, cause I live in a small apartment where I haven't got room for a desktop PC. If you run with the spotinstances (that means making an image which you boot up every time), then the cost will be so low it won't even matter.
>>
>>51453543
a $2000 pc over 3 years is $55 a month. if the instance is $1 per hour it's not really worth it, not to mention that you would need an expensive internet connection to use it.
>>
>>51452811
>1$ per hour with taxes
Jesus christ. There are some games that I have over 5k hours on. Spending fucking 5k on a computer isn't even remotely worth it, especially since the price keeps going up.
>>
>>51450281
What's the roundtrip for input?
>>
>>51453601
>>51453662
If money is a concern, then I'd go with the spot instances. They come at everything in between 0.09-0.6$ an hour. Of course this is only possible if there is extra capacity available, which the spot instance system is based on. The less machines currently in use, the lower the price.
>>
>>51453717
Around 18ms + 30ms for display for me, but you can get it to 4ms and even less depending on your connection.


This guy has a pretty good connection.
https://www.youtube.com/watch?v=pNs_D8JxADA
>>
This is the most interesting thread I've seen on /g/ in a while. I'm setting this shit up.

My client will be a $120 Intel Compute Stick.
>>
>>51453786
>>51453434
>>
>>51453873
http://lg.io/2015/07/05/revised-and-much-faster-run-your-own-highend-cloud-gaming-service-on-ec2.html

Follow this guide.

Also, use this AMI.

https://aws.amazon.com/marketplace/pp/B00SK9DXLG/ref=dtl_recsim_B00FYCDDTE_B00SK9DXLG_2

Set up teamviewer or something else that enables the hardware GPU to update the GPU driver. You NEED to upgrade the GPU driver to the latest or else it won't work with the right encoding. If you use RDP it won't detect the hardware and a install is impossible.

But good to see I'm not the only one who finds this exciting, I'm still in the learning process too.
>>
>>51453935
The AMI specifically suggests using Teamviewer to stream games. Any thoughts on that?
>>
>>51454159
Yeah, use fucking teamviewer.
>>
>>51454285
What's the latency of that vs Steam streaming over VPN? How's input support, e.g. gamepads?
>>
>>51454398>>51454159
>>51454285

Don't use TeamViewer, TeamViewer does not support the right encoding. I cannot stress how important the encoding is to the performance. NVFIR is worse than NVFBC, and I don't think either of those are even available in TeamViewer. Just do as the guide says, as it's currently the best solution possible.

It's the difference between this:
https://www.youtube.com/watch?v=pNs_D8JxADA

And this:
https://www.youtube.com/watch?v=ZTFGeIKqnf0
Look at the bottom, while it's still steam in-home, the codec is libx264 instead of H264.
>>
>>51454159
>>51454285
TeamViewer is unusable for streaming games. It's designed for desktop screen sharing, not video/games and especially not for real-time transmission.
Thread posts: 23
Thread images: 2


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.