Streaming video with openFrameworks
During the Art & Code 3D conference in Pittsburg we've been working on a streaming video implementation. Arturo was able to get this to work using GStreamer on Linux. I was already working on an application using the Ogg format (using theora to encode the images). Finally after a couple of days I got my first video stream. I just updated the ofxOgg github repository with a working version which can stream and record your openFrameworks application into ogg. This addon is using only the ogg and theora libraries. You do not need to install any other application. There is one issue with the addon when you open the video stream in Chrome...i'm working on this.