SipDroid
摘要:
最近在看SipDroid,现在把一些笔记分享一下。1.inCallScreen.java, onResume()中. it receives encoded video data, and sent as intent to let mediaplayerto play it.2.VideoCamera, onResume()中,mVideoFrame.setVideoURI(Uri.parse("rtsp://"+Receiver.engine(mContext).getRemoteAddr()+"/"+Receiver.engine(mContext 阅读全文
posted @ 2012-11-19 10:39 小尾巴猴子 阅读(192) 评论(0) 推荐(0) 编辑