Linux installation notes (tested under Ubuntu 14.04LTS/12.04LTS), assuming VirtualBox is already installed on host.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html> | |
| <head> | |
| <title>This is the title of the webpage!</title> | |
| </head> | |
| <body> | |
| <p>This is an example paragraph. Anything in the <strong>body</strong> tag will appear on the page, just like this <strong>p</strong> tag and its contents.</p> | |
| </body> | |
| </html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 0000000 53 69 67 6e 0c 01 00 00 00 00 00 00 78 44 79 5c >Sign........xDy\< | |
| 0000020 f2 f0 6a 24 c5 2f 3f 13 5e 7c 71 72 aa 5e b8 c3 >..j$./?.^|qr.^..< | |
| 0000040 da d1 8f 22 0a ec c6 dc be e9 c6 7f ef 4c 8f b4 >...".........L..< | |
| 0000060 d5 db 9a 28 04 a5 bc 2d 2b 18 31 bd 6e 85 fa a3 >...(...-+.1.n...< | |
| 0000100 21 53 18 86 21 73 30 27 77 ac d7 e6 ef aa 40 ca >!S..!s0'w.....@.< | |
| 0000120 20 a2 dc d8 b7 e1 e3 d6 16 65 2d d5 f4 74 31 b2 > ........e-..t1.< | |
| 0000140 b8 d3 cd 5c 50 fe 06 44 47 7c 84 48 04 d2 19 91 >...\P..DG|.H....< | |
| 0000160 af f0 ae a4 ba ad 47 3a 1e 8c 05 29 09 03 5d 24 >......G:...)..]$< | |
| 0000200 69 d3 56 f0 2f 09 90 37 7c 8b df 58 7b 13 0f fa >i.V./..7|..X{...< | |
| 0000220 0d f4 33 41 a1 f6 3a 6f 02 b9 26 7d da 1b df f6 >..3A..:o..&}....< |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Shinobi (http://shinobi.video) - FFMPEG FLV over HTTP Test | |
| // How to Use | |
| // 1. Navigate to directory where this file is. | |
| // 2. Run `npm install express` | |
| // 3. Start with `node ffmpegToWeb.js` | |
| // 4. Get the IP address of the computer where you did step 1. Example : 127.0.0.1 | |
| // 5. Open `http://127.0.0.1:8001/` in your browser. | |
| var child = require('child_process'); | |
| var events = require('events'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| A blood black nothingness began to spin. | |
| Began to spin. | |
| Let's move on to system. | |
| System. | |
| Feel that in your body. |
- Download Windows Media Player 11, 64 bit (wmp11-windowsxp-x64-enu.exe):
$ cd /tmp/ $ curl -O https://web.archive.org/web/20190512112704/https://download.microsoft.com/download/3/0/8/3080C52C-2517-43DE-BDB4-B7EAFD88F084/wmp11-windowsxp-x64-enu.exe - Extract the archive:
$ cabextract wmp11-windowsxp-x64-enu.exe -d wmp11 - Run and close the game through Steam. A Proton prefix is created on the first run.
- Go to the game's folder inside Steam's compatdata folder:
$ cd $HOME/.local/share/Steam/steamapps/compatdata/287290 - Set prefix to Windows XP:
$ WINEPREFIX=$PWD/pfx wine winecfg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import requests | |
| from bs4 import BeautifulSoup as soup | |
| import os | |
| from progress.bar import Bar | |
| import wget | |
| from urllib.parse import unquote | |
| base = "http://www.meeshdesigns.com/Western%20Fonts/" | |
| headers = {'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36'} |
This is a list of the most commonly used and relevant vtubing software. The "best" will always be subjective and depend on your specific requirements. Overall, the information in this list is as accurate as I could figure it out, but there might be errors or some details might become out of date. If you find anything that needs to be corrected, please let me know. You can also note it in a comment.
Additional explanations:
- iPhone means that an iPhone is basically required
- iFacialMocap support means that tracking data can be received from the iFacialMocap iPhone app
- VMC protocol means that the application can send and/or receive tracking data from other VMC protocol capable applications, allowing the combination of multiple tracking methods (e.g. VSeeFace receiving VR tracking from Virtual Motion Capture and iPhone/ARKit face tracking from Waidayo)
- Tobii means that the Tobii eye tracker is supported
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # To listen for remote connections, change this to 0.0.0.0 or your actual IP on the desired interface. | |
| ip=0.0.0.0 | |
| # This is the port the server will listen for tracking packets on. | |
| port=11573 |
OlderNewer