# HG changeset patch # User Mychaela Falconia # Date 1730160388 0 # Node ID c71801aa0039cc75fe6573c1370b71bcb24f2102 # Parent 047bb5a91709759895aaf635bc29df4c9fd43baf themwi-test-mtc: increase maximum play length diff -r 047bb5a91709 -r c71801aa0039 mtctest/rtp_play.c --- a/mtctest/rtp_play.c Sun Jun 09 05:00:35 2024 +0000 +++ b/mtctest/rtp_play.c Tue Oct 29 00:06:28 2024 +0000 @@ -27,7 +27,7 @@ int rtp_play_active; -static uint8_t play_buffer[33*50*30]; /* max 30 s of GSM-FR play */ +static uint8_t play_buffer[33*50*180]; /* max 180 s of GSM-FR play */ static uint32_t rtp_ssrc; static uint32_t rtp_out_ts;