Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 MAC 中流式传输 MJPEG 格式的视频。我正在使用 QuickTime 的 Qt-kit API。
它只是一个可以用网络浏览器查看的动态 jpeg 吗?
您可以尝试使用 WebView。使用 mjpeg 的位置创建一个 NSURLRequest 并将其加载到 WebView 中。