我正在使用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中不起作用。
答案 0 :(得分:1)
尝试使用MotionJpegImageView而不是UIWebView:
文章:http://thinkflood.com/support/redeye/software/open-source-software/motion-jpeg-image-view-ios/
代码:https://github.com/mateagar/Motion-JPEG-Image-View-for-iOS
答案 1 :(得分:0)
使用MJPEGClient可以播放带插槽的MJPEG视频。我已经实施了以下样本 MJPEG 对某人有帮助。