Question

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?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top