todo update
git-svn-id: https://svn.musicpd.org/mpd/trunk@1094 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
b7bca89110
commit
3e659738ba
8
TODO
8
TODO
@ -10,12 +10,13 @@
|
|||||||
2) if seekable, at some point after init, mark this!
|
2) if seekable, at some point after init, mark this!
|
||||||
3) if not seekable, reset buffer, and elapsedTime when
|
3) if not seekable, reset buffer, and elapsedTime when
|
||||||
unpaused
|
unpaused
|
||||||
e) ogg streams
|
e) put some sort of error reporting for streaming/inputStream!
|
||||||
f) fetch metadata and store in DecoderControl and pass to
|
f) ogg streams
|
||||||
|
g) fetch metadata and store in DecoderControl and pass to
|
||||||
PlayerControl
|
PlayerControl
|
||||||
1) eventually deal with icy-metadata
|
1) eventually deal with icy-metadata
|
||||||
2) parse metadata on the fly in decoders
|
2) parse metadata on the fly in decoders
|
||||||
g) command for dealing with the changing metadata, currentsonginfo
|
h) command for dealing with the changing metadata, currentsonginfo
|
||||||
or something
|
or something
|
||||||
|
|
||||||
2) how to deal with streams and the db
|
2) how to deal with streams and the db
|
||||||
@ -30,6 +31,7 @@
|
|||||||
3) streaming and playing in general
|
3) streaming and playing in general
|
||||||
a) put errors in error stuff of PlayerControl and report this to
|
a) put errors in error stuff of PlayerControl and report this to
|
||||||
status and print to error logs
|
status and print to error logs
|
||||||
|
b) make sure all decoders can handle bad seeks well (need to fix mp3)
|
||||||
|
|
||||||
4) resampling audio for compatibility, and better gapless/crossfading
|
4) resampling audio for compatibility, and better gapless/crossfading
|
||||||
a) use resampling from oggenc (is it fast enough for realtime?)
|
a) use resampling from oggenc (is it fast enough for realtime?)
|
||||||
|
@ -407,6 +407,9 @@ static int getHTTPHello(InputStream * inStream) {
|
|||||||
|
|
||||||
/*data->prebuffer = 1;*/
|
/*data->prebuffer = 1;*/
|
||||||
|
|
||||||
|
/*mark as unseekable till we actually implement seeking*/
|
||||||
|
inStream->seekable = 0;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user