]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - ortp_send.c
fixes for ortp-0.9.1
[paraslash.git] / ortp_send.c
index fbd4077e828e7e945fc8c0c4497e56f0dcacffa8..fd9a9a1171a9d1c0dac5003964492ed9f4edc5b1 100644 (file)
@@ -103,6 +103,8 @@ static void ortp_init_session(struct ortp_target *ot)
        if (!ot->session)
                return;
        s = ot->session;
+       rtp_session_enable_adaptive_jitter_compensation(ot->session, TRUE);
+       rtp_session_set_jitter_compensation(ot->session, 40);
 //     rtp_session_set_jitter_compensation(ot->session, 100);
        /* always successful */
        rtp_session_set_send_payload_type(s, PAYLOAD_AUDIO_CONTINUOUS);
@@ -160,7 +162,7 @@ static void ortp_send(struct audio_format *af, long unsigned current_chunk,
                }
                if (!ot->chunk_ts)
                        ot->chunk_ts = rtp_session_time_to_ts(ot->session, tv2ms(&af->chunk_tv));
-//             PARA_DEBUG_LOG("len: %d, af: %p, ts: %d\n", len, af, ot->chunk_ts);
+               PARA_DEBUG_LOG("len: %d, ts: %lu, ts: %d\n", len, ot->chunk_ts * chunks_sent, ot->chunk_ts);
                ot->streaming = 1;
        }
        if (list_empty(&targets))