I want to create an app that can stream the camera feed from my android device to windows client over WIFI. I have read a lot here in stackoverflow on how to achieve this, i.e. using RTP/RTSP, libstreaming, etc.
But those answers are from 10+ years ago and I am not sure if that is still the best way to do it or there could be better approach to achieve this.
Can someone help or recommend me where to start or what protocol/api should I use?