[vlc-devel] Re: sout h264

Tom Van Leeuwen tom.vanleeuwen at intec.ugent.be
Wed Sep 14 10:44:00 CEST 2005


I downloaded and compiled the latest SVN version I see no change. I'm 
using the latest win32 contrib package. Is it possible that the problem 
lies with livedotcom ?

thanks,

TVL

Gildas Bazin wrote:
> On Tuesday 13 September 2005 17:19, Tom Van Leeuwen wrote:
> 
>>Hello,
>>
>>I'm trying to save a streamed H264 video (encoded with QT7-pro and 
>>streaming with Darwin) to a file using VLC. Unfortunately I get error 
>>messages.
>>
>>Following piece of code is the culprit (stream_output.c):
>>
>>     if( p_buffer->i_dts <= 0 )
>>     {
>>         msg_Warn( p_sout, "trying to send non-dated packet to stream 
>>output!");
>>         block_Release( p_buffer );
>>         return VLC_SUCCESS;
>>     }
>>
>>It seams that i_dts has a zero value.
>>
>>Anybody any suggestions on how to solve this ?
>>
> 
> 
> This has hopefully just been fixed in SVN.
> 
> --
> Gildas
> 

-- 
ir. Tom VAN LEEUWEN
Ghent University - IBBT -IMEC
Department of Information Technology (INTEC)
Complex Zuiderpoort - Blok C0
Gaston Crommenlaan 8
B-9050 Gent
tel.:   +32 (0) 9 33 14974
secr.: +32 (0) 9 33 14900
fax :   +32 (0) 9 33 14899
WWW: http://www.ibcn.intec.UGent.be

-- 
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