I need to stream live video from web-cam to my android phone. On PC side I am planning to use OpenCV and grab each frame using Mat class. I am familiar with OpenCV, but no idea about how to stream this video to Android. I need to do this through wifi. Can any one suggest how can I do this ?. Or is there any other method for doing this ?.
Thanks in advance....