Hello, i have sped three days to find the solution for capture the
video frame from the video stream by rtsp, but still have no success
result =(

I have try next ways:

1) Draw the canvas
The VideoView is playing correctly stream video, on the frame layout
available some control buttons for fullscreen/capture.

during execute next code:
mVideoView.getRootView().draw( c );
And see the image with layout controls and transparent area in video
frame (no image from video)

2) Create manually class MediaMetadataRetriever
( I see there no longer available method MediaPlayer.getFrameAt() )
Using source code i have create an MediaMetadataRetriever class

In the code make capture of the frame from app resource video - it
works ok, i get the image
But after i set dataSource as steam video via rtsp - i get error with
null message and null cause


So help me please to find best working solution to make capture of the
frame from stream video

-- 
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

Reply via email to