rtsp-client-android icon indicating copy to clipboard operation
rtsp-client-android copied to clipboard

stream not stops never

Open DCVSYS opened this issue 3 years ago • 2 comments

Frist thank you for this Lib its graet! I trying to implement it at my app and works but i have two problems.

Frist the stream never stops i tried this different manners but the connection socket continuing opened and transmitting always. (fixed!)

Second if the phone it is not working on wifi mode, the streaming working during a few seconds 3,10,30... seconds and stops, i supouse is for the data traffic, how i can to fix? is there a buffer to increase or something?

thanks a lot DCV

DCVSYS avatar Apr 29 '22 18:04 DCVSYS

Hello! I got the same problem. How did u fix it?

mag1c-dev avatar Jun 09 '22 07:06 mag1c-dev

public void StopStream() {
rtspStopped.Set(true);
}

DCVSYS avatar Jun 09 '22 15:06 DCVSYS