summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy White <jwhite@codeweavers.com>2014-06-05 08:31:24 -0500
committerJeremy White <jwhite@codeweavers.com>2014-06-05 08:31:24 -0500
commitbc2bfd95bb9211b761e18dcfc317fe09de4ab7bf (patch)
tree2f066d7197d05e13a5c265626bde4bb6cf6e33cc
parent6c5f939e239cf8d5ac603d9eebfffba2e07a44da (diff)
Update the todo
-rw-r--r--TODO13
1 files changed, 5 insertions, 8 deletions
diff --git a/TODO b/TODO
index c2ae5fa..2ef25be 100644
--- a/TODO
+++ b/TODO
@@ -23,16 +23,13 @@ Medium Tasks:
Big Tasks:
+ . Shift the code so it doesn't pollute the global namespace; that
+ will make it more usable as an embed or library
+
. Generate messages + enums from spice.proto
- . Video + Audio:
- - Need either ogg or webm codec
- - Probably need a codec other than celt 0.51
- - Need a way to feed stream into a media object
- * Javascript uri?
- * best would be Media Source Extensions draft, but only in Chrome so far
- * some trick with createObjectUrl? see:
- - http://dev.w3.org/2011/webrtc/editor/getusermedia.html
+ . Video:
+ - Need to pick a video codec and get support for it into spice server
. Explore clipboard
- Supporting it may require unpleasant hacks