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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by DirectShow

  1. DirectShow

    RenderFile Problem

    Reference the PlayWnd sample. The PlayMovieInWindow() function shows how to hand the filename.
  2. DirectShow

    How to playback live mpeg2 stream?

    Dear Aresding: Thank you for your help and kindness. I have finished my job with MicroSoft's mpeg-2 demultiplxer. Best Regards Bruce An
  3. DirectShow

    How to playback live mpeg2 stream?

    Dear Aresding: The following is my testing code. When connect the pins, it still return error as 0x80004002. I think the error is return by Elecad_demultiplexer's inputPin, because it didn't support the IMemInputPin interface, Do you think so? Are you sure your source filter is a push mode...
  4. DirectShow

    How to playback live mpeg2 stream?

    Dear Posdnya an Aresding: According to yours advices, I tryed to connect my bouncing_ball_based_push__source_filter with Elecard's demultiplexer. And the push_soucce _filter support the MediaType as MEDIATYPE_Stream & MEDIASUBTYPE_NULL. But the connection was failed, cause the...
  5. DirectShow

    How to playback live mpeg2 stream?

    Dear Aresding Thank you for you help and advice. I want to playback the live transport_stream multicasted on the network. At first, I made a source_filter which support IFileSourceFilter interface, it can work with Elecard's demux and decoder, but the stream_feeding was not perfect. So...
  6. DirectShow

    How to playback live mpeg2 stream?

    I have one "push" filter(based on the ball example) to receive the multicast stream from network. I connected it to the Microsoft's mpeg-2 demultiplexer and config the demux as transport mode. When start running, the video windows was created, but no active picture any more. I guess...

Part and Inventory Search

Back
Top