Re: winamp playlist question it wont display but plays.

Kyle Davenport <[email protected]> Thu, 14 Nov 2002 20:19:46 -0600
Newsgroups gmane.comp.apache.mod-mp3
Organization Davenport Consulting
Message-ID <[email protected]>
Yes, somehow that slider operation would have to feed back to the server and the mp3
handler would have to relocate its position within whatever file it was playing.
This wouldn't work for sockets.

But like sockets, when I'm streaming to xmms, I _can_ hit pause, and the server will
wait indefinitely until I resume and continue playing exactly where I left off.

Kyle

Jon disnard wrote:

> Because you cannot do that feature on a stream very easy. You cannot
> fastfarward in a stream since the data has not been sent from the server
> yet. You cannot rewind because the data is typically thrown away after
> being decoded. In theory you could write an mp3 decoder app to do the
> tivo style live pause, or a rewind feature if you cache your stream.
> Most mp3 decoders have a feature to dump the stream to a file, but non
> of them have a live-pause, or rewind feature. At least that I'm aware of. =)
>
> -Jon
>
> Frank S wrote:
>
> > Now that you mention it, that would be fun.  I think i will try it in
> > python... trying to learn that language.   One more question,  do you
> > know how to make it so that you can scan forward in a song i.e. move
> > the slider to the right.. I dont even get the slider when i have it
> > streaming.  When the mp3 is local winamp shows the slider.
>
> >--
> Kyle Davenport - unix sys admin consultant - Dallas TX
> _____________________________
> No trees were killed in the sending of this message. However a large number
> of electrons were terribly inconvenienced.
>