Just wondering if this bug is a priority or if it may be a while.
From: Ross Finlayson
Sent: Monday, July 23, 2012 6:20 PM
To: LIVE555 Streaming Media - development & use
Subject: Re: [Live-devel] Range Header
Ok. I tried your test program. I tried with scale of 1 and 2. If the
client
Ok. I tried your test program. I tried with scale of 1 and 2. If the client
sends "Range: npt=30.000-60.000" the server plays starting at 30 seconds into
the clip (clip timing information - not wall time) and plays for 30 seconds
wall time (which for scale 2 will be 60 seconds of clip time).
Thanks. I don't think I made myself clear though. When I fast forward with a
range it doesn't stop at the requested end time (but it does stop a little
while after it). When I fast forward with a range it seems to get confused and
play to much.
From: Ross Finlayson
Sent: Monday, July 23,
Thanks for the help. Also, when I play with a range of "now-60" and a scale of
greater than 1 (fast forward) it will play way past 60 seconds although it does
stop eventually. Any idea why? Thanks.
From: Ross Finlayson
Sent: Friday, July 13, 2012 6:39 PM
To: LIVE555 Streaming Media - develo
Lets say I am 30 seconds into the clip I am watching. If I say play "Range:
npt=-60" it will return "Range: npt=0-" and play from the start. When I use
"Range: npt=now-60" it doesn't return a Range header but continues from where
it left off and stops at 60 seconds into the commercial IF the s
I made some change to the code but I have no idea what anymore. I need the
unmodified version to compare. Does anyone have this version? I realize old
code isn't supported or made available but I was hoping someone may have this.
It would save me a lot of time.
#define LIVEMEDIA_LIBRARY_VE
I am writing a proxy for VOD servers. I am using the Live 555 server for
testing. The version I have is about 1 year old. How can I tell, from the
source code, what version I have? If I say play range npt=30-60 at scale 1 it
works. If I say play range npt=30-60 at scale 2 it goes way beyond