On Wed, Oct 23, 2002 at 08:09:10AM +1000, fish wrote: > > > On Tue, 22 Oct 2002, Matthew Toseland wrote: > > > On Wed, Oct 23, 2002 at 06:45:09AM +1000, fish wrote: > > > > > > > > > On Tue, 22 Oct 2002, Matthew Toseland wrote: > > > > > > > > > ./retrieveStream.py just quits immediately with no error message or > > > > > > anything. It looks like the file is incomplete. > > > > retrieveStream.py should decode the URL before fetching the stream. > > > > SSK%40... = SSK at ... as far as fproxy is concerned, but not for > > > > streamserver. Freeamp at least encodes the @. > > > > > > thanks. fixed now. > > Where can I get the fixed version? > > http://www.dspaudio.com/~jaymz/freenet-mp3-stream-test6.tar.gz is the > > same as it was. > > i didn't yet upload it. the latest version on the server is > freenet-audio-streamer-test9.tar.gz . for now, grab > http://www.dspaudio.com/~jaymz/streamServer.py and drop that in. I've got > a couple of other bugs to fix (I really want to lick this playback speed > issue) before I make another set of binaries. I'll do that later today > when I'm more awake. > > - fish >
See attached. -- Matthew Toseland toad at amphibian.dyndns.org amphibian at users.sourceforge.net Freenet/Coldstore open source hacker. Employed full time by Freenet Project Inc. from 11/9/02 to 11/11/02. http://freenetproject.org/ -------------- next part -------------- $ ./streamServer.py 10 servalan - - [22/Oct/2002 23:19:34] "GET /SSK%40kWu5Osv%7eVAI3-kH7z8QIVxklv-YPAgM/teststream.ogg HTTP/1.0" 200 - ---------------------------------------- Exception happened during processing of request from ('192.168.1.7', 39448) Traceback (most recent call last): File "/usr/lib/python2.2/SocketServer.py", line 221, in handle_request self.process_request(request, client_address) File "/usr/lib/python2.2/SocketServer.py", line 240, in process_request self.finish_request(request, client_address) File "/usr/lib/python2.2/SocketServer.py", line 253, in finish_request self.RequestHandlerClass(request, client_address, self) File "/usr/lib/python2.2/SocketServer.py", line 514, in __init__ self.handle() File "/usr/lib/python2.2/BaseHTTPServer.py", line 266, in handle method() File "./streamServer.py", line 14, in do_GET doStream(urllib2.unquote(self.path[1:]), htl, self.wfile, bufferTime*60) TypeError: doStream() takes exactly 3 arguments (4 given) ---------------------------------------- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20021022/de595779/attachment.pgp>
