pombreda / syphon-framework

Automatically exported from code.google.com/p/syphon-framework
Other
0 stars 0 forks source link

Syphon between machines #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Syphon could work between machines

Original issue reported on code.google.com by bangnoise@gmail.com on 24 Aug 2012 at 7:56

GoogleCodeExporter commented 9 years ago
Look at various encoding approaches. Currently, testing lib-snappy. This 
looks/seems similar to RLE / Animation encoding (ie, great for uniform /clean 
graphics, but very poor for noisy footage)? 

Look at UTVC or other lossless fast codecs (granted, its GPL), and maybe even 
only support this on machines that have hardware h.264 encoders?  Need to test 
latency.

Also, how do we handle supporting different image bit depths? Limit to 32bit 
(8bpc) YUV only?

Original comment by v...@vade.info on 24 Aug 2012 at 8:10

GoogleCodeExporter commented 9 years ago
422 Y'CbCr only to start with. Alpha could be transmitted as a separate plane 
if needed, I imagine it would be good candidate for RLE.

Original comment by bangnoise@gmail.com on 24 Aug 2012 at 8:13