floe / surfacecast

SurfaceCast: merge and distribute surface streams and webcam chat via WebRTC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No automated testing

floe opened this issue · comments

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.

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