Replay pauses consistently (priority somewhere between major and minor really)

Issue #22 resolved
Joe Green created an issue

Having just upgraded to the new one (delx-webdl-cb2a08b54323) I successfully downloaded from iView only to find that reply occasionally pauses for several seconds (in the same places every time). My conversion ts-to-mp4 said the following and I wonder if it's related and what the cure might be:

ffmpeg version N-54499-g63d7684 Copyright (c) 2000-2013 the FFmpeg developers built on Jul 6 2013 10:32:51 with gcc 4.7.3 (GCC) configuration: --disable-static --enable-shared --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --e nable-libcaca --enable-libfreetype --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-lib opencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinge r --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvo-aacenc --enable-libvo-amrwben c --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib libavutil 52. 38.100 / 52. 38.100 libavcodec 55. 18.102 / 55. 18.102 libavformat 55. 11.101 / 55. 11.101 libavdevice 55. 2.100 / 55. 2.100 libavfilter 3. 78.102 / 3. 78.102 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 ffmpeg version N-54499-g63d7684 Copyright (c) 2000-2013 the FFmpeg developers built on Jul 6 2013 10:32:51 with gcc 4.7.3 (GCC) configuration: --disable-static --enable-shared --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --e nable-libcaca --enable-libfreetype --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-lib opencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinge r --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvo-aacenc --enable-libvo-amrwben c --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib libavutil 52. 38.100 / 52. 38.100 libavcodec 55. 18.102 / 55. 18.102 libavformat 55. 11.101 / 55. 11.101 libavdevice 55. 2.100 / 55. 2.100 libavfilter 3. 78.102 / 3. 78.102 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 [h264 @ 003e9540] non-existing SPS 0 referenced in buffering period [h264 @ 003e9540] non-existing SPS 32 referenced in buffering period [h264 @ 003e9540] non-existing SPS 0 referenced in buffering period [h264 @ 003e9540] non-existing SPS 32 referenced in buffering period [NULL @ 003e5400] start time is not set in estimate_timings_from_pts [mpegts @ 003e8d00] Could not find codec parameters for stream 2 (Unknown: none ([21][0][0][0] / 0x0015)): unknown codec

Consider increasing the value for the 'analyzeduration' and 'probesize' options Input #0, mpegts, from 'Julia Zemiros Home Delivery Series 3 Ep 4 Alan Davies.ts': Duration: 00:28:11.00, start: 0.100511, bitrate: 708 kb/s Program 1 Stream #0:0[0x100]: Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p, 640x360 [SAR 1:1 DAR 16:9], 25 fps, 25 tbr , 90k tbn, 50 tbc Stream #0:1[0x101]: Audio: aac ([15][0][0][0] / 0x000F), 44100 Hz, stereo, fltp, 93 kb/s Stream #0:2[0x102]: Unknown: none ([21][0][0][0] / 0x0015) Output #0, mp4, to 'Julia Zemiros Home Delivery Series 3 Ep 4 Alan Davies.mp4': Metadata: encoder : Lavf55.11.101 Stream #0:0: Video: h264 ([33][0][0][0] / 0x0021), yuv420p, 640x360 [SAR 1:1 DAR 16:9], q=2-31, 25 fps, 90k tbn, 90k tbc Stream #0:1: Audio: aac ([64][0][0][0] / 0x0040), 44100 Hz, stereo, 93 kb/s Stream mapping: Stream #0:0 -> #0:0 (copy) Stream #0:1 -> #0:1 (copy) Press [q] to stop, [?] for help [NULL @ 003e9540] non-existing SPS 0 referenced in buffering period [NULL @ 003e9540] non-existing SPS 32 referenced in buffering period frame=42275 fps=7730 q=-1.0 Lsize= 136752kB time=00:32:47.06 bitrate= 569.5kbits/s video:115041kB audio:20315kB subtitle:0 global headers:0kB muxing overhead 1.030957%

Comments (4)

  1. Joe Green reporter

    Incidentally, having modified the Python so I could keep the .ts, I find that VLC plays the .ts .without pausing. (The pauses appear for the .mp4 on the PVR and with VLC.) I doubt that the PVR will cope with a .ts though.

  2. Joe Green reporter

    Hmm I upgraded to the latest ffmpeg and the problem has gone away.

    FWIW I note that the original pauses were every 30 seconds.

  3. delx repo owner

    Glad you managed to solve it :)

    Since I started using Arch Linux instead of Ubuntu I tend to not notice these issues with older versions of ffmpeg.

  4. Log in to comment