Re: [Cortado] How to support seeking in on-the-fly generated Theora stream?
David Schueler <[email protected]> Mon, 23 May 2011 16:31:24 +0200
| Newsgroups | gmane.comp.multimedia.ogg.theora.devel |
|---|---|
| Message-ID | <OF9081FF3D.AE0DC6D4-ONC1257899.004F0DEF-C1257899.004FC7C2@tel-billig.de> |
Gregory Maxwell <[email protected]> wrote on 05.23.2011 02:54:33 PM: > The solution to this is pretty simple: Disable the cortado controls. > Provide your own controls. When the user seeks change the URL being > played, encode the location in the URL, and have the server side seek > based on this. > > The metavid's use of oggz-chop did this and it seemed to work okay. Hello Gregory, this looks to me that nobody is interested in a support for seeking on client side, which i cant understand. On a site with hundereds of videos the traffic should not be underestimated. And seeking and delivering the data every time produces more traffic than transporting the data only once which gets buffered on client side. I know it's easier to work around a problem, than fixing it. So is nobody fit enough for looking over the code and give me a hint? :-( David