From bc2bfd95bb9211b761e18dcfc317fe09de4ab7bf Mon Sep 17 00:00:00 2001 From: Jeremy White Date: Thu, 5 Jun 2014 08:31:24 -0500 Subject: [PATCH] Update the todo --- TODO | 13 +++++-------- 1 file 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