There is none that I know of. The best way to learn the live555 is to work through the provided test executables such as openRTSP, the media server and the various streaming apps.
It doesn't get much easier than that. Support is provided via the mailing list which has a pretty fast response time, but as Als indicated in his comments, you would need to be more specific and have a targeted question. You state that you want a simple application that show video streaming over LAN or Wifi and that's exactly what the sample applications are.
- openRTSP is an application that shows you exactly how to build an RTSP client.
- The MediaServer application shows you how to build an RTSP server.
- testMPEG1or2VideoReceiver and testMPEG1or2VideoStreamer is another example of how to stream video.
FYI, the use of live555 on android can be seen in the VLC code. An older version of the VLC code (IIRC around August 2011) automatically compiled live555 as a 3rd party library. However a later version of the code removed it from the default build settings. However if you're comfortable with JNI, you don't have to go this route in any case.