1
输出流中的非单调DTS
错误摘要:您好,我已经在ubuntu 14.04lts上使用mininet模拟器创建了一个网络。在这个网络中,我想在两台主机之间传输视频。我在Sender主机中使用了vlc,我在Receiver主机中使用了ffmpeg。当我运行ffmpeg时,我收到了很多这些错误: [avi @ 0x66c1900] Non-monotonous DTS in output stream 0:1; previous: 3497, current: 3480; changing to 3498. This may result in incorrect timestamps in the output file. [avi @ 0x66c1900] Non-monotonous DTS in output stream 0:1; previous: 3498, current: 3481; changing to 3499. This may result in incorrect timestamps …