Page 1 of 1
Ability to "set position" (rewind/forward) with streams
Posted: 11 Apr 2009 15:38
by viewport
Can libVLC let me do rewind/forward with streams? Not from the video server end, but from the client (viewer) end instead. Can the client send a "set position" command to the video streaming server?
Re: Ability to "set position" (rewind/forward) with streams
Posted: 14 Apr 2009 09:28
by Jean-Baptiste Kempf
var_SetInteger( "position"... )
Re: Ability to "set position" (rewind/forward) with streams
Posted: 14 Apr 2009 12:36
by viewport
var_SetInteger( "position"... )
Isn't the first parameter supposed to be a instance or object?
Re: Ability to "set position" (rewind/forward) with streams
Posted: 14 Apr 2009 12:47
by Jean-Baptiste Kempf
Yes, but you have the idea.
Re: Ability to "set position" (rewind/forward) with streams
Posted: 14 Apr 2009 15:10
by viewport
Yes, but you have the idea.
Where can I find the list of variables? "position" is one of them? var.c?