Here I got a URL. I can't provide the whole string but part of it is "http://*/video.mjpg". When I open it with browser(firefox), it shows the video. When I analyze the package using Fiddler, it shows this:
HTTP/1.1 200 OK
Server:*
Pragma:no-cache
Cache-Control:no-cache
Content-Type:multipart/x-mixed-replace; boundary="myboundary"
I search the Internet and I got the these key word: MIME, dynamic parsing. But I still don't have a clue how to parse it. Hope anyone could help me. How to parse the message in Java and Objective-C to display the video content in Android and iOS?