jslhs / ffmbc

Automatically exported from code.google.com/p/ffmbc
0 stars 0 forks source link

ffplay v 0.7.1 drop frames (lag) on mkv #186

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Sorry if it is not the right place to report this, but here we go:

ffplay drops frame and is laggy at 3:20 and on while playing mkv from divx 
samples.

What steps will reproduce the problem?
1. Build ffplay on Intel Dual core, i965, lubuntu 14.04 and 12.04 (intel E8600,
2. Download 
http://trailers.divx.com/divx_prod/profiles/WiegelesHeliSki_DivXPlus_19Mbps.mkv
3. ./ffplay WiegelesHeliSki_DivXPlus_19Mbps.mkv, at 03:20 frames are dropped 
and sometimes freeze for a few seconds.

What is the expected output? What do you see instead?
Smooth play. Lag

What version of the product are you using? On what operating system?
LUBUNTU 14.04 and LUBUNTU 12.04 (other box)
ffplay version 0.7.1
Copyright (c) 2003-2014 Baptiste Coudurier and the FFmpeg developers
built on Jul 14 2014 10:32:35 with gcc 4.8.2
configuration: --enable-gpl --enable-nonfree --enable-libfreetype 
--enable-libgsm --enable-libtheora --enable-libvorbis --enable-libx264 
--enable-libxvid --enable-libmp3lame --enable-libvpx --enable-libfaac 
--enable-librtmp --enable-libschroedinger --enable-vaapi --enable-vdpau 
--enable-x11grab
libavutil    51. 11. 0 / 51. 11. 0
libavcodec   53.  9. 0 / 53.  9. 0
libavformat  53.  6. 0 / 53.  6. 0
libavdevice  53.  2. 0 / 53.  2. 0
libavfilter   2. 27. 3 /  2. 27. 3
libswscale    2.  0. 0 /  2.  0. 0
libpostproc  51.  2. 0 / 51.  2. 0

Note:
ffplay from ffmpeg plays it nicely. (compiled the same way and run on the same 
machine)
avplay from libav plays it nicely. (compiled the same way and run on the same 
machine)

Please provide any additional information below:
I increased the buffers and got better results, but still lagging (slow motion 
on slow motion!).
It is not related to SDL.

- Full commandline run (with -v 3) and everything the program printed
without
the repeating parts.
- Upload your sample somewhere and supply url
./ffplay WiegelesHeliSki_DivXPlus_19Mbps.mkv 

Anything else i should do or check?

Original issue reported on code.google.com by alex.mob...@gmail.com on 14 Jul 2014 at 11:08

GoogleCodeExporter commented 8 years ago
There are a lot of this errors:

[h264 @ 0x7ffbc4002780] non-existing SPS 6 referenced in buffering period
[h264 @ 0x7ffbc4002780] consumed 1358 nalsize 17
[h264 @ 0x7ffbc4002780] non-existing SPS 32 referenced in buffering period
[h264 @ 0x7ffbc4002780] consumed 1551 nalsize 17
[h264 @ 0x7ffbc4002780] non-existing SPS 2 referenced in buffering period
[h264 @ 0x7ffbc4002780] consumed 3455 nalsize 17
[h264 @ 0x7ffbc4002780] non-existing SPS 32 referenced in buffering period
[h264 @ 0x7ffbc4002780] consumed 935 nalsize 17
[h264 @ 0x7ffbc4002780] non-existing SPS 32 referenced in buffering period
[h264 @ 0x7ffbc4002780] consumed 2819 nalsize 17
[h264 @ 0x7ffbc4002780] non-existing SPS 15 referenced in buffering period
[h264 @ 0x7ffbc4002780] consumed 2333 nalsize 17
[h264 @ 0x7ffbc4002780] non-existing SPS 32 referenced in buffering period
[h264 @ 0x7ffbc4002780] consumed 2812 nalsize 17
[h264 @ 0x7ffbc4002780] non-existing SPS 4 referenced in buffering period
[h264 @ 0x7ffbc4002780] consumed 2110 nalsize 17

Original comment by alex.mob...@gmail.com on 14 Jul 2014 at 11:26

GoogleCodeExporter commented 8 years ago
ffplay is not supported

Original comment by baptiste...@gmail.com on 6 Oct 2014 at 6:58