R. Subramanian
R. Subramanian
Thanks @MTayyabSarfraz @pedroSG94 it is working fine
I tried to implement the code, in mobile camera view, the WebView is showing but in live stream it is not displaying. I am trying to display it in full...
This is camera view  This is live view The WebView is in the top
I tried that also rtmpCamera1.startStream(value); //Start Live Streaming androidViewFilterRender = new AndroidViewFilterRender(); androidViewFilterRender.setView(animationWebView); rtmpCamera1.getGlInterface().setFilter(androidViewFilterRender); //add render to filter Then also web view is not showing, I feel web view is...
In our application I am trying to bring exactly same kind of view, but it is not coming correctly. It comes like this  My stream preview size is 1920...
I resolved the problem using this method **androidViewFilterRender.setScale(37, 37);** Giving the result needed. Need to add one more filter private void setBrowser() { try { AndroidViewFilterRender androidViewFilterRender = new AndroidViewFilterRender();...