; 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
__
> 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
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
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
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
____
> 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
fNumTruncatedBytes = frameSize - fMaxSize;
}
memmove(fTo, buff_in, fFrameSize);
fileIndex = fileIndex + frameSize;
fDurationInMicroseconds = 4;
gettimeofday(&fPresentationTime,NULL);
afterGetting(this);
}
delete b