Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

RTP and DirectShow 1

Status
Not open for further replies.

alarco

Programmer
Jul 7, 2004
7
CA
I'm receiving a RTP stream (mpeg1): I'm able to print it to the console (but not a great idea!). I'm now trying to display it with some kind of video renderer in DirectShow. Anyone has an idea how to do it?

thx!
 
I think you would have to make a source filter that receives the frames from RTP and pushes them into a DirectShow filter graph, and then build a filter graph that looks like:

source -> MPEG video decoder -> video renderer

Who knows, maybe someone has already written a filter that pushes frames from RTP into a DirectShow filter graph? A quick Google search led me to this page, it looks like there are some leads you could follow here: [URL unfurl="true"]http://www.learningwebservices.com/community/messageboard/Thread.aspx?tabindex=12&id=385[/url]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top