summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/mpeg/source/TODO
blob: ad7698e62f47debb3204ef930be143094dcc5ef1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
$Id$

Use - for things to do, * for urgent things, and + for things that
have been done.

Things to do
------------

"Simple" things

- Clear the semaphores on the client and the server!

- Semaphore on the client side is exclusive ?! Sometimes one
  client blocks forever when the server exits

- rttag is enabled with -r
  does it work ?

- Make #define's into enums in common.h/globals.h

+ Change handle_input to handle_connection in
  Mpeg_Svc_Handler

+ Video_Sig_Handler is in Mpeg_Server -- needs to be moved to Video_Server
  -- done

+ Split up VIDEO_FAST into two commands - VIDEO_FAST_{FORWARD,BACKWARD}

+ create a helper class for video, and put FBread et al in that

- try compiling ACE and the application with fast=1 to see if
  performance improves

- Rename "play", "play_send" etc. appropriately



"Not-so-simple" things 


- Logic for Video_Server is convoluted!!

- Need to modularize Audio_Server

- Seperate command parsing in its own class