Re: [Live-devel] Error in MPEG4VideoStreamParser::parseVideoObjectPlane()

2009-06-24 Thread Muhammad Bilal
If I use MPEG4VideoStreamDiscreteFramer instead of MPEG4VideoStreamFramer then the error is removed. But if we connect it through VLC player or Quick Time then NO VIDEO. However if we use OpenRTSP to receive stream then it works fine. Can any body explain what is lacking? On Fri, Jun 19, 2009 at 2

Re: [Live-devel] Error in MPEG4VideoStreamParser::parseVideoObjectPlane()

2009-06-24 Thread Muhammad Bilal
The same error persists with "testOnDemandRTSPServer" On Fri, Jun 19, 2009 at 2:37 AM, Ross Finlayson wrote: > Hello! >> I'm trying to stream xVideo decoded video frames. I've written my own >> Video source file derived from FramedSource and I'm using >> MPEG4VideoStreamFramer and MPEG4ESVideoRTP

Re: [Live-devel] Error in MPEG4VideoStreamParser::parseVideoObjectPlane()

2009-06-19 Thread Ross Finlayson
Hello! I'm trying to stream xVideo decoded video frames. I've written my own Video source file derived from FramedSource and I'm using MPEG4VideoStreamFramer and MPEG4ESVideoRTPSink. Unfortunately when the client connects to the server then following error is displayed. Your video source is p

[Live-devel] Error in MPEG4VideoStreamParser::parseVideoObjectPlane()

2009-06-19 Thread Muhammad Bilal
Hello! I'm trying to stream xVideo decoded video frames. I've written my own Video source file derived from FramedSource and I'm using MPEG4VideoStreamFramer and MPEG4ESVideoRTPSink. Unfortunately when the client connects to the server then following error is displayed. Help would be highly appreci