uint32_t la = sync_rtp_timestamp-rtp_timestamp_less_latency+11025;
if (la!=config.latency) {
config.latency = la;
- debug(1,"Using negotiated latency of %u frames.",config.latency);
+ // debug(1,"Using negotiated latency of %u frames.",config.latency);
}
}
static void handle_record(rtsp_conn_info *conn, rtsp_message *req, rtsp_message *resp) {
//debug(1,"Handle Record");
resp->respcode = 200;
- // I think this is for telling the client what the asbsolute minimum latency actually is,
+ // I think this is for telling the client what the absolute minimum latency actually is,
// and when the client specifies a latency, it should be added to this figure.
// Thus, AirPlay's latency figure of 77175, when added to 11025 gives you exactly 88200