floe / surfacecast

SurfaceCast: merge and distribute surface streams and webcam chat via WebRTC
GNU Lesser General Public License v3.0
11 stars 3 forks source link

No automated testing #51

Closed floe closed 6 months ago

floe commented 1 year ago

At this level of complexity, it's pretty clear some kind of unit/integration/system test is needed. For the last part, using the qroverlay and zbar components could be a good starting point: gst-launch-1.0 -m videotestsrc ! qroverlay data="foobar" ! zbar ! autovideosink.

floe commented 10 months ago

Partly solved by cea000d (still not headless, though).