fyhertz / libstreaming

A solution for streaming H.264, H.263, AMR, AAC using RTP on Android
Apache License 2.0
3.49k stars 1.08k forks source link

Questions about usage of RTSP Server and Client #294

Open TchaikovDriver opened 5 years ago

TchaikovDriver commented 5 years ago

I know little about RTSP and I think it's similar to some C/S architecture application. Wish that someone tell me if the description below is right: With libstreaming, I can build an RTSP Server in an Android device(let's call it device A), capturing video and audio. Then I run an RTSP Client in another Android device(let's call it device B). Device B can easily play media which provided by Device A.

If that is true, then I am confused. It seems that examples do not behave like that (all devices are in the same LAN).