TACC / DisplayCluster

a collaborative software environment for large-scale tiled display systems
Other
40 stars 26 forks source link

Refactor pixel streams #37

Closed tribal-tec closed 5 years ago

tribal-tec commented 10 years ago

For now, there are two implementations support pixel streaming, parallel and serial. For simplicity, one could also use a single-source, full image 'parallel' stream to emulate the serial streaming case.

gregjohnson commented 10 years ago

Hi Daniel, I completely agree, the serial streaming no longer needs to be there. I've been meaning to modify DesktopStreamer to use libDisplayCluster's streaming API for quite a while. I'm going to plan to work on this tomorrow.

tribal-tec commented 10 years ago

Ok, great. Most parts of this issue are already done by rdumusc. We will try to get it pushed today. Thanks for your effort on the DesktopStreamer end to use the streaming lib.

gregjohnson commented 10 years ago

I see this was fixed in the above merge. I'm working to get all of the changes from recent months merged into the TACC repo. Thanks.