[vlc-devel] timeshift issue
Sébastien Escudier
sebastien-devel at celeos.eu
Sun Feb 15 11:24:40 CET 2009
Quoting Laurent Aimar <fenrir at via.ecp.fr>:
> If you are using 0.9 I don't think you can.
> In master/1.0 the timeshift functionnality has been reworked, could you
> give it a try ?
I am using master and the problem is still there.
I think the problem is because my source has non constant FPS.
I solved the issue with a workaround for my case :
I added at the first line of the function ControlLockedSetRate in
es_out_timeshift.c :
return VLC_EGENERIC;
I may be nice to have an option to disable timeshift for some inputs or outputs.
Best regards.
Seb
More information about the vlc-devel
mailing list