[FFmpeg-trac] #4824(undetermined:new): Rtmp Lip-sync trouble
FFmpeg
trac at avcodec.org
Thu Sep 3 11:24:55 CEST 2015
#4824: Rtmp Lip-sync trouble
-------------------------------------+-------------------------------------
Reporter: laurfb | Type: defect
Status: new | Priority: normal
Component: | Version:
undetermined | unspecified
Keywords: lip-sync | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Summary of the bug:
Hi. I've have some trouble trying to save or play an rtmp stream with
ffmpeg (lip-sync trouble).
The same stream plays without any trouble with ffplay!
Seems that ffmpeg connot manage very well (although ffplay can!) any DTS
errors (see attached ffprobe report)
The ffmpeg package is build from the master ffmpeg git (N-74786-g50f2f7a).
The live stream can be viewed at rtmp://82.208.148.204:1935/live/tvriasi
I try variour -vsync/async option without any luck.
Any help will be appreciated.
best regards,
laurb
How to reproduce:
{{{
% ffmpeg -i rtmp://82.208.148.204:1935/live/tvriasi -c copy -f flv
stream_test.flv
ffmpeg -i rtmp://10.10.32.128:1935/live/tvriasi -c copy -f flv
rtmp_stream.flv -report
ffmpeg version N-74786-g50f2f7a Copyright (c) 2000-2015 the FFmpeg
developers
built with gcc 5.2.0 (Rev3, Built by MSYS2 project)
configuration: --target-os=mingw32 --prefix=/local32 --bindir=/local32
/bin-video --enable-static --disable-shared --disable-debug --enable-gpl
--disable-w32threads --enable-avisynth --pkg-config-flags=--static
--enable-librtmp --enable-frei0r --enable-libopenjpeg --enable-libass
--enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame
--enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvo-
amrwbenc --enable-libschroedinger --enable-libsoxr --enable-libtwolame
--enable-libspeex --enable-libtheora --enable-libvorbis --enable-libvo-
aacenc --enable-libopus --enable-libvidstab --enable-libxavs --enable-
libxvid --enable-libzvbi --enable-libdcadec --enable-libbs2b --enable-
libcdio --enable-libfreetype --enable-fontconfig --enable-libfribidi
--enable-opengl --enable-libvpx --enable-libx264 --enable-libx265
--enable-libkvazaar --enable-libwebp --enable-decklink --enable-libgme
--enable-nonfree --enable-nvenc --enable-libfdk-aac --enable-openssl
--extra-cflags=-DMODPLUG_STATIC --extra-cf libavutil 54. 31.100 /
54. 31.100
libavcodec 56. 60.100 / 56. 60.100
libavformat 56. 40.101 / 56. 40.101
libavdevice 56. 4.100 / 56. 4.100
libavfilter 5. 40.101 / 5. 40.101
libswscale 3. 1.101 / 3. 1.101
libswresample 1. 2.101 / 1. 2.101
libpostproc 53. 3.100 / 53. 3.100
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/4824>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list