FreeCalypso > hg > themwi-interim
comparison mtctest/rtp_play.c @ 13:c71801aa0039 default tip
themwi-test-mtc: increase maximum play length
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 29 Oct 2024 00:06:28 +0000 |
parents | aa2ba9b432af |
children |
comparison
equal
deleted
inserted
replaced
12:047bb5a91709 | 13:c71801aa0039 |
---|---|
25 extern uint8_t rtp_payload_type; | 25 extern uint8_t rtp_payload_type; |
26 extern struct timeval cur_event_time; | 26 extern struct timeval cur_event_time; |
27 | 27 |
28 int rtp_play_active; | 28 int rtp_play_active; |
29 | 29 |
30 static uint8_t play_buffer[33*50*30]; /* max 30 s of GSM-FR play */ | 30 static uint8_t play_buffer[33*50*180]; /* max 180 s of GSM-FR play */ |
31 | 31 |
32 static uint32_t rtp_ssrc; | 32 static uint32_t rtp_ssrc; |
33 static uint32_t rtp_out_ts; | 33 static uint32_t rtp_out_ts; |
34 static uint16_t rtp_out_seq; | 34 static uint16_t rtp_out_seq; |
35 | 35 |