HidayahOnline.org Admin
2004-Aug-06 14:23 UTC
[icecast] Seeking in a static icecast stream
I currently utilize Icecast on my website, but I am looking for the same kind of functionality as I get with realaudio server when I stream static content - namely, the ability to seek, show the time remaining, etc, especially with Vorbis audio. I realize the intent of Icecast is to serve mainly live, streaming content (or at least radio-style content), but I utilize it mostly for streaming static files already on my webserver. Does anyone have any tips on whether or not this is at all possible with Icecast, and/or if there are any other open-source projects (barring the Helix DNA server project), that would offer this on a WinXP platform? Thanx in advance! --- >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@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Tuesday 24 February 2004 13:30, HidayahOnline.org Admin wrote:> I currently utilize Icecast on my website, but I am looking for the same > kind of functionality as I get with realaudio server when I stream > static content - namely, the ability to seek, show the time remaining, > etc, especially with Vorbis audio. > > I realize the intent of Icecast is to serve mainly live, streaming > content (or at least radio-style content), but I utilize it mostly for > streaming static files already on my webserver. > > Does anyone have any tips on whether or not this is at all possible with > Icecast, and/or if there are any other open-source projects (barring the > Helix DNA server project), that would offer this on a WinXP platform? >This should be possible to implement in icecast, but it's not currently supported. I think it'd require: Sending correct content-length headers for static content (I think we already do this? It's easy, anyway) Supporting the Range (or is it Content-Range? I forget) header. This is fairly complex, but not really that hard. Mike --- >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@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
HidayahOnline.org Admin
2004-Aug-06 14:23 UTC
[icecast] Seeking in a static icecast stream
Michael Smith wrote:>This should be possible to implement in icecast, but it's not currently >supported. > >I think it'd require: >Sending correct content-length headers for static content (I think we already >do this? It's easy, anyway) >Supporting the Range (or is it Content-Range? I forget) header. This is fairly >complex, but not really that hard. > >Mike >Is anybody working on this, or should I just on the dev-list and throw in the suggestion? If Icecast were to implement this, then Realaudio server would have very little in terms of most usage over Icecast. It would easily allow a large library of audio to be accessible, but not downloadable, for many people, with no sideeffects or problems. For example, it is difficult and not always reliable to seek in a Vorbis stream when using HTTP-push (is that what it is when you just download it and listen to it via Winamp - pseudo-streaming?) --- >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@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.