简体   繁体   English

C ++ / C实时Flash流处理

[英]C++/C live Flash stream handling

I have learned C and have done some socket programming in C too. 我已经学习了C,并且也用C做过一些套接字编程。 I have also done basic C++, but not templates. 我也做了基本的C ++,但是没有模板。 I am eager to learn more about handling live video streams (not on-demand or recorded streams). 我渴望了解有关处理实时视频流(而不是点播或录制的流)的更多信息。 Is there a good book or a website someone can suggest? 有没有人可以建议的好书或网站?

I am not looking to build a media player. 我不打算建立媒体播放器。 I want to open a Flash media stream using C++/C then work with that data; 我想使用C ++ / C打开Flash媒体流,然后使用该数据。 for example, break it into 4KB pieces and resend it to another client. 例如,将其分成4KB,然后重新发送给另一个客户端。

You can use DirectShow . 您可以使用DirectShow Referenece 参照

And as you asked - a book . 就像你问的那样- 一本书

Once you're good with this you can just stream to any player. 一旦对此感到满意,您就可以流式传输到任何播放器。 (also players that are viewed by the web) (也包括通过网络查看的播放器)

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

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