我正在使用 uiwebView。
我给了网页视图的网址。
该网址有一些视频格式为“MJPEG”。
NSMutableURLRequest * theRequest=(NSMutableURLRequest*)[NSMutableURLRequest requestWithURL:[NSURL URLWithString:@"http://example.test.org/cgi-bin/guest/Video.cgi?media=MJPEG"]]
[self.webView loadRequest:theRequest];
在 ios5 中运行良好,但在 ios6 中无法运行。