summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2017-06-23 16:06:04 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2017-06-23 16:06:04 +0200
commitdb8f68aa0587e46bbf2b0d79923440517e59d286 (patch)
treef17e2f5343c616f15fb5e2cbc4ed44bd2e346915
parent36f861b1f02b365983c44939be019c16c462a5e7 (diff)
downloaddabmux-db8f68aa0587e46bbf2b0d79923440517e59d286.tar.gz
dabmux-db8f68aa0587e46bbf2b0d79923440517e59d286.tar.bz2
dabmux-db8f68aa0587e46bbf2b0d79923440517e59d286.zip
Add some entries to TODO
-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
-------------