Re: [Live-devel] Range Header

2012-07-26 Thread Michael L. Boom
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

Re: [Live-devel] Range Header

2012-07-23 Thread Michael L. Boom
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).

Re: [Live-devel] Range Header

2012-07-23 Thread Michael L. Boom
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,

Re: [Live-devel] Range Header

2012-07-23 Thread Michael L. Boom
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

[Live-devel] Range Header

2012-07-10 Thread Michael L. Boom
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

[Live-devel] Looking For Version "2012.06.26" / 1340668800

2012-07-09 Thread Michael L. Boom
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

[Live-devel] Trick Play and the Live 555 Server

2012-07-02 Thread Michael L. Boom
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