<br><br><div class="gmail_quote">2011/6/1 Sébastien Escudier <span dir="ltr"><<a href="mailto:sebastien-devel@celeos.eu">sebastien-devel@celeos.eu</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Wed, 2011-06-01 at 14:29 +0100, Nuno Mota wrote:<br>
> However there's a big problem when you set rate 0. VLC understood a<br>
> rate of -31!!!<br>
</div>The input checks for <= 0 rate at startup but not in<br>
INPUT_CONTROL_SET_RATE. I opened a ticked for this :<br>
<a href="http://trac.videolan.org/vlc/ticket/4861" target="_blank">http://trac.videolan.org/vlc/ticket/4861</a><br>
<div class="im"><br>
> The problem you mentioned in the forum is kind of a big fail (yes i'm<br>
> mundu :). When fast rewinding the time gets stuck and then it doesn't<br>
> update. If you press play it will only start from the time you issued<br>
> the setRate(negative), and not at the time where I pressed play again.<br>
> Do you know where vlc actually updates its time?<br>
<br>
</div>There are several issues with rtsp and time update. In fact the time<br>
will always update at 1x speed.<br>
That's because rtsp servers re-calculate timestamps, and vlc thinks it<br>
receives the pictures at 1x speed.<br>
Time update is based on timestamps<br>
<div><div></div><div class="h5"></div></div></blockquote><div><br></div><div>Whenever the timestamp changes it means it's rate times ahead or behind the original time! Unfortunatly  i'm currently writing my thesis and have no time to dwell into the VLC source code again. However VLC knows at which rate the video is playing, which means everytime it updates the video time (whenever the timestamp changes) it should check first for the specific rate! I think that playing from a local file VLC plays correctly. But not when receiving from a stream!</div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div class="h5"> </div></div></blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div class="h5">
<br>
_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
</div></div></blockquote></div><br>