[vlc-devel] sout h264
Tom Van Leeuwen
tom.vanleeuwen at intec.ugent.be
Tue Sep 13 18:19:10 CEST 2005
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 ?
Thanks,
TVL
--
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