summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index 80c63d6..7d5473a 100644
--- a/TODO
+++ b/TODO
@@ -19,6 +19,8 @@ There is experimental support for STI(PI, X)/RTP using UDP, which is used by
AVT encoders. It does not properly reorder incoming UDP packets nor align
STI frames with ETI frames.
+Also, it doesn't print out nice messages (like ZMQ's "prebuffering complete").
+
Explicit Service Linking
------------------------
@@ -42,6 +44,8 @@ through the remote control. Some receivers might not display the dynamic
PTy, but only the static PTy. Clarify if we need to add both PTy variants
to the configuration and the code.
+Also, check in the latest spec what changed regarding PTy.
+
Improvements for inputs
-----------------------
@@ -51,6 +55,9 @@ into our own buffer, so that we can actually get the statistics.
Also see the STI-D over EDI topic above.
+For error handling, there are parts of the code that use return values, parts
+use exceptions. While it works, we could clean it up a bit.
+
Fix DMB input
-------------