Re: [Live-devel] The loss of data in first frame sent

2009-06-30 Thread Muhammad Bilal
; Ross Finlayson > Live Networks, Inc. > http://www.live555.com/ > _______ > live-devel mailing list > live-devel@lists.live555.com > http://lists.live555.com/mailman/listinfo/live-devel > -- Muhammad Bilal Latif ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] The loss of data in first frame sent

2009-06-30 Thread Muhammad Bilal
__ > live-devel mailing list > live-devel@lists.live555.com > http://lists.live555.com/mailman/listinfo/live-devel > -- Muhammad Bilal Latif ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] The loss of data in first frame sent

2009-06-29 Thread Muhammad Bilal
Hello! The first frame my streamer writes to "fTo" is of size 64405 but at reciever end the first frame recieved is of size 34249. The next frames sent and receive are almost same. I'm confused where the heck 3 bytes go??? -- Muham

[Live-devel] Help needed in writing Xvideo streamer

2009-06-25 Thread Muhammad Bilal
y and gradually this first frame get blurred. Can anybody help me out. I'll be thankful to him. -- Muhammad Bilal Latif ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

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

2009-06-24 Thread Muhammad Bilal
2:04 AM, Muhammad Bilal 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 MPEG4ESVideoRTPSink. Unfortunately when the client connects to the &g

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

2009-06-24 Thread Muhammad Bilal
____ > live-devel mailing list > live-devel@lists.live555.com > http://lists.live555.com/mailman/listinfo/live-devel > -- Muhammad Bilal Latif ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

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

2009-06-19 Thread Muhammad Bilal
fNumTruncatedBytes = frameSize - fMaxSize; } memmove(fTo, buff_in, fFrameSize); fileIndex = fileIndex + frameSize; fDurationInMicroseconds = 4; gettimeofday(&fPresentationTime,NULL); afterGetting(this); } delete b