How to get MJPG stream video from android IPWebcam using opencv

Luong Van Diep
I am using the IP Webcam program on android and receiving it on my PC by
WiFi. What I want is to use opencv in Visual Studio, C++, to get that video
stream, there is an option to get MJPG stream by the following URL:
http://MyIP:port/videofeed How to get it using opencv?

Luong Van Diep
I have find it but i dont do like that
http://stackoverflow.com/questions/7266256/how-to-get-mjpg-stream-video-...