dvbd / TODO @ d67dcdd1
History | View | Annotate | Download (1.13 KB)
1 |
If you can help with any of the following, or if |
---|---|
2 |
you have suggestions on what else to put on this |
3 |
list please contact me at jak@users.sourceforge.net |
4 |
|
5 |
* Apparently there is an issue when trying to stream more than 4 pids, any success or failure reports about this would be appreciated. |
6 |
* Move to UTC for scheduled time? |
7 |
* Xine input plugin |
8 |
* Refactor classes: |
9 |
Tuner FakeTuner should derive from TunerBase |
10 |
TunerManager FakeTunerManager should derive from TunerManagerBase |
11 |
Demuxer FakeDemuxer should derive from DemuxerBase |
12 |
Connection hierarchy should really look like this: |
13 |
|
14 |
Connection |
15 |
| |
16 |
+---------------+---------------+ |
17 |
| | |
18 |
ControlledConnection RecordableConnectionBase |
19 |
| |
20 |
+----------------------+-------------------+ |
21 |
| | |
22 |
FakeRecordableConnection RecordableConnection |
23 |
|
24 |
This will allow the RecordableConnection to keep a copy of the |
25 |
item it is recording. The Scheduler would deal only with |
26 |
RecordableConnectionBase objects. |
27 |
|