summaryrefslogtreecommitdiff
path: root/TODO
blob: 08d81e720a61097c1629d4f6cfd3a35936027e77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
- linked list template

- preallocated buffers mode for scheduling queue.

- adaptive jitter buffer schemes

- simplified incoming queue for only 1 source / or a low number of
sources.

- TCP framing

- remove conflicting addresses after 10 RTCP report intervals 

- add separated collision and loop counters?

- QueueRTCPManager::expireSSRCs

API additions:

- make RTCP interval randomization optional?

- Add user interface for RTP header extensions  

- Interface for CSRC list and RTCP reports about CSRCs, for RTP mixers

- provide/improve NTP-RTP mapping interface

- encryption: no, full, RTP and non-SDES RTCP packets: provide
'setEncryptionMode' method and virtuals for encryption
implementation. setKey method.

- Implement SSRC sampling algorithm

More TODO:

- Test ccRTP following RFC 3158: ``RTP Testing Strategies'', check robust handling of payload change

- QueueRTCPManager::QueueRTCPManager(..): path MTU is always assumed to be 1500

- Address the enhanced/best-effort service issue

Profiles:

- SRTP, (SAVP profile)

- RTCP Feedback profile (AVPF profile)

- SAVPF

Last change: Jan 22, 2004