File: TODO

package info (click to toggle)
cortado 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,680 kB
  • sloc: java: 21,840; xml: 581; sh: 95; makefile: 16
file content (31 lines) | stat: -rw-r--r-- 1,009 bytes parent folder | download | duplicates (6)
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
TODO for cortado

- recover from discont in oggdemux

- implement Query duration/position, not sure how to do that since
  we only have the byte position. possibly put duration as a param or
  maybe do a single seek for the last page to get the last granule position.
  We need position/duration in time to implement current position in the
  GUI since using the byte position would result in values way past the
  actual playback position because of buffering.

- clean up some issues with pause/play stuttering.

- disable sound option

- possibly use java2 image functions?

- network speed?

- pop up an error dialog for java.security.AccessControlException when
  doing at java.net.URLConnection.getContentType(Unknown Source)
	at com.fluendo.player.Cortado.start(Cortado.java:432)
	at sun.applet.AppletPanel.run(Unknown Source)
  to tell the user his stream and his applet need to be on the same server

- generate cortado.spec

- generate Dist.java during build only when it is not already there


wim