Hi, We are working on a project to render H.264 video stream from IP Camera onto Android mobile. We have our own RTSP Stack and we use FFMPEG to decode the stream. We get a byte array from FFMPEG which we convert into a bitmap and which we render on an ImageVIew. I am afraid we can't change the framework much. I would like to check if it would be somehow possible to use WebView instead of ImageView to render the bitmap.
Thank you, B.Arunkumar On Mar 16, 7:18 pm, TreKing <[email protected]> wrote: > On Fri, Mar 16, 2012 at 1:59 AM, B.Arunkumar > <[email protected]>wrote: > > > is it possible to somehow program the pinch and zoom as in Webview > > when we use an imageview embedded in a scrollview and > > horizontalscrollview? The Pinch and Zoom effect is not as smooth as > > what we find in WebView. How do we incorporate the bouncing effect as > > in WebView? > > How about showing your image in a WebView ... ? > > ------------------------------------------------------------------------------------------------- > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

