arturoc / ofxGstRTP

Addon for sending video, audio, depth and osc to a remote peer using RTP. It can also use ofxXMPP to initiate the session through google talk, jabber or any other xmpp compatible server so you don't need to know the IP of the remote end. It can also use ofxNice to do NAT transversal so you can send data from computers behind NAT routers. Requires gstreamer to work.
55 stars 22 forks source link

add ofxOsc ofxSnappy and ofxDepthStreamCompression dependencies #4

Closed vdonnefort closed 10 years ago

vdonnefort commented 10 years ago

All theses dependencies are required ofxOsc: official OF plugin ofxSnappy: https://github.com/arturoc/ofxSnappy ofxDepthStreamCompression: https://github.com/arturoc/ofxDepthStreamCompression

arturoc commented 10 years ago

thanks!