3

我正在使用 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 中无法运行。

4

2 回答 2

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

于 2012-10-06T20:25:43.373 回答
0

使用 MJPEGClient 可以使用套接字播放 MJPEG 视频。我已经实现了参考以下示例 MJPEG 将对某人有所帮助。

于 2014-11-18T17:47:41.137 回答