[vlc-devel] Re: sout h264

Gildas Bazin gbazin at altern.org
Tue Sep 13 21:51:40 CEST 2005


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

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