[vlc-devel] Re: kasenna ff/rw streaming so close now...

Måns Rullgård mru at inprovide.com
Thu Oct 20 23:52:17 CEST 2005


Glen Gray <glen at lincor.com> writes:

> Hey Guys, 
>
> I'm so close now I could do with some of your experience.
>
> I've got seek working on this Kasenna server
>
> I've got fastforward being triggered correctly on the server and data
> being sent to the client.
>
> I've verified that the FF mpeg-ts is valid and can be played by vlc from
> the actual file.
>
> In the code, I do the following, after the play comand that has the
> scale value.
>
> p_sys->i_start = (mtime_t)(f * (double)p_sys->i_length);
> p_sys->i_pcr_start = 0;
> p_sys->i_pcr       = 0;
>
> I'd hoped this would resync to the new stream but it's not. So some
> advice would be great.

Maybe it's irrelevant, but the Kasenna server often does crazy things
when switching to from trickplay modes.  On one occasion, I had it
jump forward several minutes when starting ff, and then jump back the
same amount when resuming normal play.

-- 
Måns Rullgård
mru at inprovide.com

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list