diff --git a/README.md b/README.md index ad06f62..b1327fc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # rtsp-client-android -Lightweight RTSP client library for Android with almost zero lag video display. Designed for lag criticial applications (e.g. video surveillance from drones). +Lightweight RTSP client library for Android with almost zero lag video display. Designed for lag criticial applications (e.g. video surveillance from drones). Unlike [ExoPlayer](https://github.com/google/ExoPlayer) which also supports RTSP, this library does not make any video buffering. Video frames are shown immidiately when they arrive.