gnump3d-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnump3d-users] Start streaming at specific byte position of file


From: Steve Kemp
Subject: Re: [Gnump3d-users] Start streaming at specific byte position of file
Date: Thu, 8 Dec 2005 20:56:32 +0000
User-agent: Mutt/1.5.9i

On Thu, Dec 08, 2005 at 01:21:02PM +0100, Yasar ?zdemir wrote:

>    Can the Server start streaming at a specific byte- or time-position of the
>    file (and stop streaming at another position) ?

  Kinda.  Using the standard 'Range:' header you can *start* streaming
 at a given position, but not end.

  Something like:

    start at position &
    kill $$

  Would work though ;)

  Send:

GET /path/to/file.mp3 HTTP/1.1
Range: bytes=33333-555555

  This will start serving at byte-offset 33333 in the file, but the end
 parameter will be ignored.

Steve
--





reply via email to

[Prev in Thread] Current Thread [Next in Thread]