简体   繁体   English

请推荐有关在Windows中捕获/解析网络视频流(包括mjpeg)的书籍

[英]Please recommend books on capture/parsing network video stream(including mjpeg) in windows

I'm not stuck by this subject, can you recommend a book really good on this? 我对这个主题不感兴趣,您能推荐一本非常好的书吗?

UPDATE 更新

Actually I tried using curl to fetch a snapshot out of mjpeg stream,but fails,the programe continues to output,can't stop: 实际上我尝试使用curl从mjpeg流中获取快照,但是失败了,程序继续输出,无法停止:

curl_easy_setopt(curl, CURLOPT_URL, "network path to mjpeg");
res = curl_easy_perform(curl);
printf("%s", res);
curl_easy_cleanup(curl); 

UPDATE2 更新2

Found a similar question here . 在这里找到了类似的问题。

I don't think any book addresses all your topics since they are quite varied: 我认为没有一本书可以解决您的所有主题,因为它们千差万别:

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM