How to stream video from videogame to another computer in realtime?
问题 I just started coding an application, my idea is to create something like StreamMyGame but for personal use, there is already a project called Single Player Game Transmiter that achieves some of this (http://sourceforge.net/projects/spgt/files/). So far I'm not encoding nor streaming, I'm just capturing video and displaying it in my app window. So how could I handle encoding/streaming? I was thinking an UDP stream of raw JPEGs would be the easiest path but I'm not sure. Also how could I