You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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:
Hi,
Server runs OK, supplies index.html and lists a directory. But pointing mplayer at a URL for an MP3 just hangs?
The text was updated successfully, but these errors were encountered: