File: TODO

package info (click to toggle)
libccrtp 2.0.9-4.1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,472 kB
  • sloc: sh: 10,900; cpp: 9,590; ansic: 2,567; makefile: 134
file content (50 lines) | stat: -rw-r--r-- 1,115 bytes parent folder | download | duplicates (8)
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