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.
我需要从 x264 编码器获取 H264 流并制作某种直播流媒体服务器。客户端将连接到服务器,然后通过 rtsp 接收视频。如何从 x264vfw 输出引脚获取数据?以什么方式更好地做到这一点?
引脚连接到引脚,您需要将此引脚连接到另一个过滤器。这可能是一个过滤器,例如 Sample Grabber,它使数据在 DirectShow 管道之外可用。