Re: [Live-devel] H264VideoRTPSource question

2009-07-24 Thread Dong Liu
Jeremy, Thanks. It works on some h264 sources but not on some other sources. I came cross this message on the vlc list, http://mailman.videolan.org/pipermail/vlc-devel/2005-July/018249.html and a reply http://mailman.videolan.org/pipermail/vlc-devel/2005-July/018262.html It mentioned you ne

Re: [Live-devel] H264VideoRTPSource question

2009-07-23 Thread Jeremy Noring
I've written something similar using FFDShow's decoder filter that works fine, so it sounds like something in your directshow filter implementation is wrong; I'd try the dshow newsgroups. Hi, > > I'm trying to write a Microsoft DirectShow source filter based on live > media's RTP implementation. F

[Live-devel] H264VideoRTPSource question

2009-07-23 Thread Dong Liu
Hi, I'm trying to write a Microsoft DirectShow source filter based on live media's RTP implementation. For mpeg4 it works perfectly. But for H264, the video is always jumpy. Sometimes with a lot artifacts. I tried the source filter with Cyperlink's H264/avc decoder, mpc-hc's MPCVideo decoder and