More actions
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
| image = https://dlhb.gamebrew.org/3dshomebrew/NTRViewer.jpeg|250px | | image = https://dlhb.gamebrew.org/3dshomebrew/NTRViewer.jpeg|250px | ||
| type = Utilities | | type = Utilities | ||
| version = | | version = Sept 2016 | ||
| licence = | | licence = GPLv3 | ||
| author = 44670 | | author = 44670 | ||
| website = https://github.com/44670/NTRViewer | | website = https://github.com/44670/NTRViewer | ||
| source = https://dlhb.gamebrew.org/3dshomebrew/NTRViewer-master.zip | | source = https://dlhb.gamebrew.org/3dshomebrew/NTRViewer-master.zip | ||
}} | }} | ||
NTRViewer is a PC Viewer for [[BootNTR 3DS & NTR CFW|NTR CFW]]'s streaming feature. | |||
'''Note:''' NTR CFW's video streaming only works for new3ds (NTR CFW 3.5). | |||
==Building== | |||
===Dependencies=== | |||
* [https://www.libsdl.org/download-2.0.php SDL2] | |||
* [http://libjpeg-turbo.virtualgl.org libjpeg-turbo] | |||
* [http://ffmpeg.org ffmpeg(libswscale)] | |||
'''OSX:''' | |||
brew install sdl jpeg-turbo ffmpeg make CONF=OSX | |||
'''Linux:''' | |||
apt-get install libsdl1.2-dev libjpeg-turbo8-dev libswscale-dev (or other equivalent methods to get these libraries installed) make CONF=Release | |||
'''Windows:''' | |||
Follow the guide in ffmpeg directory, then build this project with Visual Studio 2013. | |||
===How to setup=== | |||
Please refer to the NTR's Information on how to setup your [https://github.com/44670/BootNTR/wiki/Video-Streaming#setting-up-wifi-ap WiFi connection] and and [https://github.com/44670/BootNTR/wiki/Video-Streaming#how-to-activate-video-streaming How to activate video streaming]. | |||
==Media== | |||
'''NTRViewer Test (Direct 3DS Footage No Capture Card)''' ([https://www.youtube.com/watch?v=Mddw2jencVI SneakyKNG]) <br> | |||
<youtube>Mddw2jencVI</youtube> | <youtube>Mddw2jencVI</youtube> | ||
==Known issues== | |||
= | In some circumstances the in-game plugin will fail to load after video streaming has been activated. If you need to active any other in-game plugins, it is recommended to start the video streaming after the game is loaded and paused in the home menu (by pressing the HOME button). | ||
== | Closing the lid or switch to another game when video streaming was active, will cause console hangs. So do not close the lid or switch to another game when the video streaming was active. | ||
==External links== | |||
* Author's Twitter - https://twitter.com/44670_/status/777837448390856705 | |||
* GitHub - https://github.com/44670/NTRViewer | |||
[[Category:3DS homebrew applications]] | |||
[[Category:Homebrew utility applications on 3DS]] |
Revision as of 11:49, 15 July 2021
NTRViewer is a PC Viewer for NTR CFW's streaming feature.
Note: NTR CFW's video streaming only works for new3ds (NTR CFW 3.5).
Building
Dependencies
OSX:
brew install sdl jpeg-turbo ffmpeg make CONF=OSX
Linux:
apt-get install libsdl1.2-dev libjpeg-turbo8-dev libswscale-dev (or other equivalent methods to get these libraries installed) make CONF=Release
Windows:
Follow the guide in ffmpeg directory, then build this project with Visual Studio 2013.
How to setup
Please refer to the NTR's Information on how to setup your WiFi connection and and How to activate video streaming.
Media
NTRViewer Test (Direct 3DS Footage No Capture Card) (SneakyKNG)
Known issues
In some circumstances the in-game plugin will fail to load after video streaming has been activated. If you need to active any other in-game plugins, it is recommended to start the video streaming after the game is loaded and paused in the home menu (by pressing the HOME button).
Closing the lid or switch to another game when video streaming was active, will cause console hangs. So do not close the lid or switch to another game when the video streaming was active.
External links
- Author's Twitter - https://twitter.com/44670_/status/777837448390856705
- GitHub - https://github.com/44670/NTRViewer