R. Subramanian

Results 6 comments of 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 ![device-2021-12-09-181721](https://user-images.githubusercontent.com/4998347/145399477-ce92969a-c57c-451c-8bdc-d2b13b67ae92.png) 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 ![device-2021-12-21-144515](https://user-images.githubusercontent.com/4998347/146904387-13044189-a446-4297-b496-a527c030e0e0.png) 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();...