Page 1 of 1

How to show game screen in web browser

Posted: Wed Sep 11, 2013 6:27 pm
by gilvolpe
I'm trying to do a game server with a Raspberry Pi and Snes9x, and everything is working fine for now.
I can play ROMs with no problem using a HDMI monitor.

my problem is..
can I "redirect" the game screen to a web browser to play it remotely?


thanks

Re: How to show game screen in web browser

Posted: Sun Nov 03, 2013 12:11 pm
by Camo_Yoshi
Snes9x cannot run using any current web browser technologies such as Flash or Java. It would need to be ported to a different programming language that can be loaded through a web browser.

Currently there is only one SNES emulator that runs using Java but it is outdated, doesn't support most games, and is hard to use. It's called iConsole (Web Player) and is available at http://kryptonware.com/.

I hope this helps.