Вопрос

I need get H264 stream from x264 encoder and make some kind of live streaming server. Client will connect to the server, then via rtsp recieve video. How can I get data from x264vfw output pin? In what way better do that?

Это было полезно?

Решение

Pins connect to pins, you need to connect this pin to another filter. This might be a filter, like Sample Grabber, that make the data available outside the DirectShow pipeline.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top