Code Monkey home page Code Monkey logo

xbox-client-xamarin's Introduction

Xbox one gamestreaming app for Android & iOS

Xamarin.Forms multi platform gamestreaming client app Build status Discord

Dependencies

  • Xamarin
  • VS 2017 / 2019 or VS for Mac

Build from source

git clone [email protected]:OpenXbox/xbox-client-xamarin.git
cd xbox-client-xamarin
git submodule update --init --recursive

Support

Currently none, project is work-in-progress

xbox-client-xamarin's People

Contributors

tuxuser avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

xbox-client-xamarin's Issues

Enhance README

Fill README with infos:

  • How to install
  • How to use
  • How to contribute
  • Reporting bugs
  • Troubleshooting
  • Screenshots / demo video
  • Disclaimer

PCL: Omit ConnectionPage

Rather use ActivityIndicator and DisplayAltert on connection failure.

e.g. Jump directly from ConsoleList to StreamPage

Android: Support "BACK" from StreamPage

Going back from StreamPage.

  • Delayed autohide NavigationBar after StreamPage appeared
  • Push StreamPage onto NavigationStack
  • Pop on back
  • Ensure proper disposal while doing so

macOS support?

I saw that there's a WIP branch called gtk_desktop which adds xnano.GtkDesktop. I'm wondering if you were ever able to get this to work.

I tried building it and had to adjust ConsoleListPageViewModel.cs to use this:

var offlineDevice = new SmartGlass.Device(currentDev.DeviceType, currentDev.Address, currentDev.Name, currentDev.LiveId, currentDev.HardwareId);

That allows it to compile and run on macOS, but not much more. When clicking "Authenticate" the app quits. When clicking "Skip", the app just sits.

I haven't dug into why (I'm not too familiar with C# based apps). I figured before diving in, I'd get a feel for where things are direct from the author.

iOS: Get basic functionality working

Currently, iOS project is just a bare skeleton.

What needs to be done:

  • Implement custom StreamPage renderer
  • Video decoding / rendering
  • Audio decoding / playback
  • GameController input

Android: Achieve low latency Audio playback

Find a way to get low latency, non-delayed audio playback.

  • MediaCodec + AudioTrack => Does not play Audio at all
  • AudioTrack, handling both decoding and playback => Initial delay to start audio is around 10-15 seconds

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.