[icecast] seek, pause etc using icecast ?

Scott Manley djsnm at djsnm.com
Wed Sep 3 22:43:27 UTC 2003



You know winamp does support seeking on HTTP connections via the Range: 
header, of course it relies on the client figuring out how the byte 
offset corresponds to the time offset, which is easy for CBR files, but 
not for VBR files. And winamp sometimes gets confused with some 
streaming servers and keeps trying to seek when it doesn't need to.

<p>> 
> No, they do it using RTSP methods, which inherantly contain the correct
> "time" for the frame.  By requesting a specific "time", you get a the
> frames that correspong, thus you can seek without relying on client side
> buffering.  Note that not all QuickTime or RealMedia files are served by
> proper streaming servers.  You need two things for server side
> seeking.... a seekable source, and a seek-aware protocol.  If all you
> want to do is get the file to the client, HTTP works just fine.  And
> while the file, when it arrives, will be seekable, HTTP doesn't
> understand seeking, so downloading quicktime files off an HREF from a
> web page doesn't get you all the cool goodies that RealServer or the
> Darwin Streaming Server get you.  Which is why they invented the "embed"
> tag.
> 
> Make sense?
>

--- >8 ----
List archives:  http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the Icecast mailing list