Stream Xbox To Macbook Pro

The Xbox Series X/S console is the latest generation in Microsoft's gaming console. And it comes with wireless, Bluetooth controllers. But while some people have had luck connecting their Series X/S controllers to their Mac computers via the Bluetooth instructions above, many more haven’t. 11 votes, 22 comments. Hey, - Whats the best way to stream the xbox through a macbook pro? Hopefully without bootcamp? Answer: Xbox to macbook or macbook to xbox? Theres a tv thing in the back of the xbox that lets input go in and u gonna need some adapter for to macbook. Users can keep Xbox One connected at home and then stream the games on iPhone or iPad via Wi-Fi, LTE, and even 5G if you already have an iPhone 12. Microsoft also promises that the new Xbox app is. Yes: you CAN stream Xbox games on a Mac!Sponsor: My WiFi TV - spinning thing on my desk: https://dly.

Reddit users have found ways to increase their Xbox to PC streaming quality in the past, but one Reddit user, kaczorws, recently compiled the directions and provided the Xbox App mod script to do it.

Stream Xbox To Macbook Pro

The full thread can be read here, but I’ll list the directions below and summarize the gist of it. I highly recommend reading the full post on Reddit as it provides more details into the process. Note: It appears the only way to stream with higher bitrates is through the use of a LAN cable connection.

Essentially, the bitrate when streaming peaks at around 25mbps, with an average of 15-20mbps. With the modifications that kaczorws provided, they found that they can reach bitrates of 60mbps. Unfortunately, this is still a little too much for an Xbox to handle. Kaczorws discovered after some testing that you can maintain a bitrate of 30-35mbps without running into any errors and still make it look better than the default Very High settings.

Tweaking some values in the settings.json file will yield higher bitrates. The default is set to 12,000,000 but changing it to 70,000,000, for example, gives bitrates between 30-40mbps. The following are directions on how to attain this:

Stream Xbox To Macbook Pro Free

Stream

Xbox App Mod Script

Onecast

(Direct link to download: https://github.com/kaczorws/xboxappmod/releases/tag/v1.0)

This script (written in PowerShell) does the following:

  1. Modifies the Windows hosts file to prevent downloading latest version of Xbox App config by Xbox App (makes a backup first)
  2. Modifies the actual Xbox App config file (makes a backup first)
  3. Launches Xbox App and waits for the process to end (you can actually start playing at this step 🙂 )
  4. Once Xbox App is closed, reverts the changes of hosts file and config file (by restoring backup files)
Pro

Xbox App config file (settings.json) values are modified within Very High profile settings (GAME_STREAMING_VERY_HIGH_QUALITY_SETTINGS).

Stream

Script uses its own config file (config.xml) so you may customize its values which will then be applied to hosts file and Xbox App config file.

Please refer to the Readme file of the script on how it works, prerequisites etc.

The most important things:

  1. Download the script
  2. Modify config.xml with desired values (I would leave default “Quality” and “Resolution” and only change the “Framerate” to correct one but feel free to experiment on your own – just remember to monitor the bitrate)
  3. Set Windows Execution Policy to Unrestricted (see “Prerequisites” section of Readme file)
  4. Run “start.bat” file.
  5. When streaming starts, remember to change to ‘Very High’ profile.
  6. Enjoy Xbox streaming in better quality! 🙂

Directions provided by kaczorws