When using HME createStream for creating a video stream there is a several second delay during which Tivo builds up a stream buffer before displaying the stream.
Was wondering if there is any control over this at all on the HME side? Perhaps a URL option of some sort to specify buffer size or display delay time?
The reason this is important is I'm working on a way to allow jumping ahead of Tivo's stream buffer when streaming video. Thus, for example if the Tivo buffer is at 5 minute mark but user wants to jump to 8 minute mark (or any arbitrary point beyond the Tivo buffer end point). Only reliable way I've found to do this is to close down the current stream and start a new stream at a specified byte offset. That works, but there is a several second delay on the Tivo side displaying the newly started stream. I was hoping with some additional control I could somehow reduce that delay.