rtsp-client-android
rtsp-client-android copied to clipboard
stream not stops never
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
Hello! I got the same problem. How did u fix it?
public void StopStream()
{
rtspStopped.Set(true);
}