Domanda

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?

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top