Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't stream mp3 #2

Open
vandys opened this issue Dec 17, 2012 · 2 comments
Open

Can't stream mp3 #2

vandys opened this issue Dec 17, 2012 · 2 comments
Assignees

Comments

@vandys
Copy link

vandys commented Dec 17, 2012

Hi,

Server runs OK, supplies index.html and lists a directory. But pointing mplayer at a URL for an MP3 just hangs?

@ghost ghost assigned smgoller Dec 17, 2012
@smgoller
Copy link
Owner

Honestly, this was written to support using the python webserver to serve yum repositories to anaconda-based installers. Are you trying to just load the MP3 at all, or are you trying to seek to specific time points? Does it work with the base HTTP server?

@vandys
Copy link
Author

vandys commented Dec 17, 2012


[smgoller [email protected] writes:]

Honestly, this was written to support using the python webserver to serve yum
repositories to anaconda-based installers. Are you trying to just load the MP3
at all, or are you trying to seek to specific time points?

mplayer wants to GET the bits sequentially (i.e., streaming) and I was
looking for Range support so I can skip forward and back. Your server
can't even serve the initial contents (which requires no skipping). So
something basic seems wrong here.

Does it work with
the base HTTP server?

Streaming works fine with SimpleHTTPServer, it just can't set position.
But if you play an MP3 file at a URL, it works great.

Thanks for writing back; you can reach me directly:

Andy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants