[vlc-devel] Transcoding bug

Rémi Denis-Courmont rem at videolan.org
Fri Apr 17 09:58:59 CEST 2009


Le mardi 24 mars 2009, Anatolik a écrit :
> rtp.c sends data to socket in special thread, that mwait(sleep) if
> frame has come to rpc-streamer much earlier, but with wrong dts is
> waits about 290000 years
>
> *rtp.c near line 1524*
> mtime_t  i_date = out->i_dts + i_caching;
> ssize_t  len = out->i_buffer;
>
> mwait( i_date ); // i_date = "i_caching-0x8000000000000000" and
> systems must wait about 290000 years

mwait() returns immediately if the specified time is in the past. So I 
don't understand your problem.

-- 
Rémi Denis-Courmont
http://www.remlab.net/



More information about the vlc-devel mailing list