alexeyvasilyev / rtsp-client-android

Lightweight RTSP client library for Android
Apache License 2.0
210 stars 54 forks source link

widget.RtspSurfaceView blinks frequently when resumes playing #74

Open OM-3kChcBjgFR2COfP opened 2 months ago

OM-3kChcBjgFR2COfP commented 2 months ago

I'm trying to hide images from cameras after stopping stream with the screensaver image using setVisibility(View.GONE) and setVisibility(View.VISIBLE) of my ImageView but when playing again, the video container widget.RtspSurfaceView blinks frequently what could be the reason?