Re: [Live-devel] livemedia lib throughput speed limitations

2010-05-23 Thread Jeremy Noring
On Fri, May 21, 2010 at 3:43 PM, Tao Wu wrote: > If I want to stream a file very fast and reasonably reliable, what is best > direction to go? > Use RTP over TCP. Also, it sounds like you're not interested in "streaming" a file but "transferring" a file, in which case you could get away with us

Re: [Live-devel] livemedia lib throughput speed limitations

2010-05-23 Thread Ross Finlayson
When the durationInMicroseconds goes to about 1 ms, a significant packet loss is observed (from the received file size by openRTSP). Now the question is what cause the packet loss. Read the FAQ! -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ _

[Live-devel] livemedia lib throughput speed limitations

2010-05-22 Thread Tao Wu
Hi, I am trying to figure out the H264 throughput speed of livemedia library. As I know, the library uses durationInMicroseconds in H264FUAFragmenter::afterGettingFrame, which finally passes the value to MultiFramedRTPSink::sendPacketIfNecessary() to determine the when to send next frame. ( st