Video/Audio frame as input to OpenCore

Posted by Vinay on Stack Overflow See other posts from Stack Overflow or by Vinay
Published on 2009-08-05T14:56:07Z Indexed on 2010/05/31 1:52 UTC
Read the original article Hit count: 346

Filed under:
|
|

I am not able to use MediaPlayer/VideoView to make rtsp to work in Android. So I have created a client to interact with RTSP server, I have succeeded in doing this. I am able to get the video/audio frame from RTSP server (MySpace) in Android. Now I want to play the frames. I have searched OpenCore APIs to play the frames, but didn't get any APIs.

My investigation: There is a class PlayerDriver.c It creates two sinks one audio and other video.

handleSetVideoSurface
handleSetAudioSink

Two objects of type PVPlayerDataSinkPVMFNode are created. I suspect this class has a way to give the stream as input, but I am not getting the definition of this class.

Can you suggest me is there any class I need to look into it?

© Stack Overflow or respective owner

Related posts about android

Related posts about rtsp-client