http://qs321.pair.com?node_id=392474


in reply to MP3 server with IO::Socket

Hi, I can't quite figure out how to get this server to stream NSV files, rather than MP3 files. I can connect and keep the connection open, in fact the video file is served. It just doesn't show up in the client application. I think it's a header problem but I can't figure it out. Any ideas?

Replies are listed 'Best First'.
Re^2: MP3 server with IO::Socket
by Anonymous Monk on Oct 03, 2007 at 00:44 UTC
    Setup wireshark to sniff the wire while you play the NSV song from a live website. I would imagine the header just needs to be application/nsv-stream or something like that. Addendum: pulled this from the winamp support site. Was my first google hit searching for 'http header + NSV stream' Content-Type: application/vnd.ms.wms-hdr.asfv1 Might help