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?
I need get H264 stream from x264 encoder and make some kind of live
Share
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.