ChillingVan / android-openGL-canvas

An Android library that provides views using openGL canvas to draw things on SurfaceView or TextureView.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

请问绘制的水印如何和视频流合并,一起推送到服务器?

ulongx opened this issue · comments

我发现推流端屏幕上有“白色, White”字样,但是到了观看端显示的视频就没有了,请问如何一起推过去呢?

例子里少写了一行,已经修复了。
ChillingVan/AndroidInstantVideo@1e7cad6

canvasGL.drawBitmap(outputBitmap, 0, 0);

我知道怎么弄了~:) 谢谢