alexeyvasilyev / rtsp-client-android

Lightweight low-latency RTSP client library for Android
Apache License 2.0
229 stars 60 forks source link

stream not stops never #45

Open DCVSYS opened 2 years ago

DCVSYS commented 2 years ago

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

mag1c-dev commented 2 years ago

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

DCVSYS commented 2 years ago

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