I get the URL of the rtsp video stream and start playing the video on TextureView. Next, when flipping the phone, I would like to recreate the VIew and continue watching the video from the place of interruption. To do this, I use pause() detachView() - setView... attachView() play(). But in this cas...