2011-02-04 136 views

回答

5

您可以使用MediaPlayerVideoView這一點,它不會在模擬器上工作

你可以像

mediaplayer.setDataSource(String RTSP); // if you are using mediaplayer 

videoView.setVideoURI(Uri.parse("rtsp://...../file")); // if you are using videoview 

兩種方法ü可以試模

+0

它解決了問題evan – user491073 2011-02-04 14:31:44

相關問題