From 426d1e05c18fbb7c027b61f21adb4a9a41ede939 Mon Sep 17 00:00:00 2001 From: Maschell Date: Wed, 4 Jul 2018 10:25:28 +0200 Subject: [PATCH 1/2] Fix typo in the readme --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d9ae42e..e344af2 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,27 @@ # ScreenStreaming for the Wii U [![Build Status](https://api.travis-ci.org/Maschell/StreamingPluginWiiU.svg?branch=master)](https://travis-ci.org/Maschell/StreamingPluginWiiU) -## Still an early PROOF OF CONCEPT. DON'T EXCEPT MAGIC. +## Still an early PROOF OF CONCEPT. DON'T EXPECT MAGIC. This is just a simple plugin that allows you to stream the content of the DRC to any browser. -Currently no configuration without recompiling is supported. It streams in a resolution of 428x240 and tries to achieve 20 fps. This numbers might improve in the future. +Currently no configuration without recompiling is supported. It streams in a resolution of 428x240 and tries to achieve 20 fps. These numbers might improve in the future. But general notes: - This is still an early PoC -- Encoding is done in software note hardware -- It probably affects gameplay. Loading times are increased, the games could lag. I wouldn't recommend you to play Online. -- All settings are hard coded in the code. In the future it will (hopefully) be possible to choose the screen to stream (TV or DRC), at which resolution and which quality. +- Encoding is done in software, note hardware +- It probably affects gameplay. Loading times are increased, games could lag. I wouldn't recommend you to play Online. +- All settings are hardcoded. In the future it will (hopefully) be possible to choose the screen to stream (TV or DRC), at which resolution and which quality. - No streaming of the home menu. - Probably unstable. -- Some games might be too dark some might be too bright or doesn't work at all. +- Some games might be too dark, some might be too bright, some doesn't work at all. - Currently streaming is achieved via "MJPEG via HTTP", this might change in the future to improve performance. # Usage -Simply load the plugin with the plugin loader. When the system menu is loaded, you can open `http://:8080" on your browser an should see the stream. Whenever you switch the application (e.g. load a game), you need to refresh the site in your browser. -Example when the IP of your IP is 192.168.0.44. +Simply load the plugin with the plugin loader. When the system menu is loaded, you can open `http://:8080` on your browser an should see the stream. Whenever you switch the application (e.g. load a game), you need to refresh the site in your browser. +Example when the IP of your Wii U is 192.168.0.44. ``` http:/192.168.0.44:8080 ``` -If you don't know the IP of your Wii U, you can start for example [ftpii](https://github.com/dimok789/ftpiiu) which shows the IP when running. +If you don't know the IP of your Wii U, you can start for example [ftpiiu](https://github.com/dimok789/ftpiiu) which shows the IP when running. ## Wii U Plugin System This is a plugin for the [Wii U Plugin System (WUPS)](https://github.com/Maschell/WiiUPluginSystem/). To be able to use this plugin you have to place the resulting `.mod` file into the following folder: @@ -43,4 +43,4 @@ Install them (in this order) according to their README's. Don't forget the depen Other external libraries are already located in the `libs` folder. - libjpeg -- libturbojpeg \ No newline at end of file +- [libturbojpeg](https://libjpeg-turbo.org/) From e265c6758a1d5fdb88ed32037c9a5ab63eac01fa Mon Sep 17 00:00:00 2001 From: Stefan Peters Date: Thu, 5 Jul 2018 19:59:25 +0200 Subject: [PATCH 2/2] Fix typos in README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e344af2..a45e330 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ This is just a simple plugin that allows you to stream the content of the DRC to Currently no configuration without recompiling is supported. It streams in a resolution of 428x240 and tries to achieve 20 fps. These numbers might improve in the future. But general notes: -- This is still an early PoC -- Encoding is done in software, note hardware -- It probably affects gameplay. Loading times are increased, games could lag. I wouldn't recommend you to play Online. +- This is still an early PoC. +- Encoding is done in software, not hardware. +- It probably affects gameplay. Loading times are increased, games could lag. I wouldn't recommend you to play online. - All settings are hardcoded. In the future it will (hopefully) be possible to choose the screen to stream (TV or DRC), at which resolution and which quality. - No streaming of the home menu. - Probably unstable. @@ -16,7 +16,7 @@ But general notes: - Currently streaming is achieved via "MJPEG via HTTP", this might change in the future to improve performance. # Usage -Simply load the plugin with the plugin loader. When the system menu is loaded, you can open `http://:8080` on your browser an should see the stream. Whenever you switch the application (e.g. load a game), you need to refresh the site in your browser. +Simply load the plugin with the plugin loader. When the system menu is loaded, you can open `http://:8080` on your browser and should see the stream. Whenever you switch the application (e.g. load a game), you need to refresh the site in your browser. Example when the IP of your Wii U is 192.168.0.44. ``` http:/192.168.0.44:8080 @@ -38,7 +38,7 @@ For building you need: - [dynamic_libs](https://github.com/Maschell/dynamic_libs/tree/lib) for access to the functions. - [libutils](https://github.com/Maschell/libutils) for common functions. -Install them (in this order) according to their README's. Don't forget the dependencies of the libs itself. +Install them (in this order) according to their READMEs. Don't forget the dependencies of the libs itself. Other external libraries are already located in the `libs` folder.