Closed MinChanSike closed 4 years ago
Try closing video is MediaPlayer.setVideoTrackEnabled(false)
Although I try to set VideoTrackEnabled: false, still not working.
player.onStop();
player.getMediaPlayer().setVideoTrackEnabled(false);
First video's last frame is still showing when second video is buffering.
SetVideoTrack Enabled (false) doesn't seem to work , so try hiding the front with a picture or drawing a solid background use onSurfaceTextureUpdated(SurfaceTexture surface)
When I try to play/stop two rtsp stream, first video image is show a while before second video frames are received. How to clean first video frame on stop?