编解码器已经写好了,只是非标准的,需要用自己的解码器解码。
怎样写呢?
各位大虾请帮忙!

解决方案 »

  1.   

    I used directshow to play the MPEG2 stream.
    first you should know the mode of data acquisition.
    In directshow, there are two models; pull mode and push mode.
    I think you can use "graphedit".
    My playing model like this:file reader -> MPEG2 DEMUX -> MPEG2 DECODER -> RENDER.GOOD LUCK!
      

  2.   

    这里的MPEG2 DECODER 应该是事先定义的吧,
    我现在对自己的码流解码,就需要使用自己的解码器,怎样实现?
    谢谢!