Re: [Live-devel] low latency transmit

2013-04-24 Thread Yu, Bo
, April 23, 2013 10:09 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] low latency transmit Can MultiFramedRTPSink::sendPacketIfNecessary() be enhanced safely with the following code ? No, because it's not correct. The whole point of the existing code is to d

Re: [Live-devel] low latency transmit

2013-04-23 Thread Ross Finlayson
> Can MultiFramedRTPSink::sendPacketIfNecessary() be enhanced safely with the > following code ? No, because it's not correct. The whole point of the existing code is to delay the sending of the next packet, as appropriate, based on the value of "durationInMicroseconds" that was passed (to "af

[Live-devel] low latency transmit

2013-04-23 Thread Yu, Bo
Hi, Can MultiFramedRTPSink::sendPacketIfNecessary() be enhanced safely with the following code ? I would like to transmit all packets within one video frame as soon as possible instead of scheduling packet one by one ? uSecondsToGo gets 1 usec but cause the schedule to run and actually add a lo