Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
3e659738
Commit
3e659738
authored
May 19, 2004
by
Warren Dukes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
todo update
git-svn-id:
https://svn.musicpd.org/mpd/trunk@1094
09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent
b7bca891
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
TODO
TODO
+5
-3
inputStream_http.c
src/inputStream_http.c
+3
-0
No files found.
TODO
View file @
3e659738
...
...
@@ -10,12 +10,13 @@
2) if seekable, at some point after init, mark this!
3) if not seekable, reset buffer, and elapsedTime when
unpaused
e) ogg streams
f) fetch metadata and store in DecoderControl and pass to
e) put some sort of error reporting for streaming/inputStream!
f) ogg streams
g) fetch metadata and store in DecoderControl and pass to
PlayerControl
1) eventually deal with icy-metadata
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
2) how to deal with streams and the db
...
...
@@ -30,6 +31,7 @@
3) streaming and playing in general
a) put errors in error stuff of PlayerControl and report this to
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
a) use resampling from oggenc (is it fast enough for realtime?)
...
...
src/inputStream_http.c
View file @
3e659738
...
...
@@ -407,6 +407,9 @@ static int getHTTPHello(InputStream * inStream) {
/*data->prebuffer = 1;*/
/*mark as unseekable till we actually implement seeking*/
inStream
->
seekable
=
0
;
return
0
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment