RTSP ソースがあり、Android アプリで再生したいのですが、再生に 2 ~ 3 分かかり、それ以上は再生できません :(
どうすれば長く遊べますか?
// there is my code to play, thanks for advice!
// videoview is my VideoView on layout
videoview.setVideoURI(Uri.parse("rtsp://192.168.0.119/Bolt.ts"));
videoview.setMediaController(new MediaController(this));
videoview.requestFocus();
videoview.start();
助けてくれてありがとう!