summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2014-09-06 14:06:07 -0700
committerDavid Schleef <ds@schleef.org>2014-10-21 12:07:26 -0700
commit5462ddb0e9f6ec44126be701815f3c3146c61803 (patch)
tree0f5ec0754d1f9e6237c2ee4ab354029ed97d1851
parent1fa4145fcf78add8e6396a14e845c0e9ffbf5148 (diff)
update TODO
-rw-r--r--TODO28
1 files changed, 28 insertions, 0 deletions
diff --git a/TODO b/TODO
index 8b13789..737a0dd 100644
--- a/TODO
+++ b/TODO
@@ -1 +1,29 @@
+Some TODO items:
+
+- connection timeouts don't cause an element error
+
+- tcUrl is sent incorrectly. Should not contain stream name.
+
+- AMF parsing should be doing bounds checking
+
+- rename chunk to message to match RTMP spec usage
+
+- URL parsing neneds bounds checking
+
+- rtmp2sink: Should look into reconnecting and resuming stream without
+ deleting and recreating stream, which drops clients.
+
+- Fix g_assert() usage
+
+
+Needed testing:
+
+- AMF parsing
+
+- connection closure by peer
+
+- connection timeouts
+
+
+