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
--



_______________________________________________
Gnump3d-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnump3d-users

Reply via email to