OpenXbox / xbox-smartglass-csharp

🎮.NET Standard client library for the Xbox One SmartGlass protocol
MIT License
64 stars 20 forks source link

Support for establishing game streaming sessions. #3

Closed joelday closed 6 years ago

joelday commented 6 years ago

Configure and start a session and return connection info for the RTP stream.

TylerD89 commented 6 years ago

This is needed... Slightly off topic, Why does Microsoft encrypt it in the first place? Every stream I start in Smartglass is ALWAYS laggy and the encryption they put in place does not help. Plus, its behind a freaking LAN!

tuxuser commented 6 years ago

@TylerD89 No cryptography is used while gamestreaming - only the initial connection to the console is secured.

TylerD89 commented 6 years ago

Ahh... that makes more sense

joelday commented 6 years ago

Done, currently just returns the session ports. Will be creating a new project that implements everything for the protocol on the Nano side next.

joelday commented 6 years ago

Oops.