to integrate it with red5 the libinstruendo should output video encoded in ScreenVideo (a very simple video protocol supported by flashplayer especially for screensharing and well documented at several places), then what is missing is just a client app to upstreamit to red5. I Java such a client is easily done, because much of Red5 code could be reused, but for real-world client deployment, a C/C++ version would be preferrable. There was once some pre-announcement here about something called TOFU, for exactly this purpose, but the project seems to have gone dead (or just very quiet).
Briam, I have some questions: - What is the instruendo fileformat good for ? Or why don't you use any exsiting ? where exactly does you lib hook in ? If I understand propperly, the actual screen capturing is done by a vnc lib ? Is your lib lib just the glue to make it Gstreamer compatible ? What do you think of a Firefox extension as client app (which is NOT gStreamer based otherwise the client download file size is getting too big). Then GUI development is really crossplatform (just XUL and javasccript) and just the C++ XPCOM shared libs need some special attention to get them to compile on all paltforms and interact with the vnc screen-capture lib. -- Roberto Saccon _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
