Advertisement
Guest User

ffmpeg rtsp erros

a guest
Apr 5th, 2014
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. exemple of console output
  2.  
  3. i try to stream this rtsp link thru ffmpeg and nodejs it s unwatchable too much errors, image is grey or many artefacts
  4. i use the latest ffmpeg from ffmpeg.gusari.org/static (try others and same thing)
  5.  
  6. "Spawning ffmpeg -re -i rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=994&flavour=ld -f mpegts -movflags +faststart -sn -c:v libx264 -preset fast -profile:v baseline -b:v 800k -c:a libmp3lame -s 640x480 -b:a 128k -threads 0 -", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2636)
  7. [27781:0405/233307:INFO:CONSOLE(2730)] "opening file: rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=994&flavour=ld", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2730)
  8. [27781:0405/233307:INFO:CONSOLE(2783)] "Wrong URL supplied.", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2783)
  9. [27781:0405/233307:INFO:CONSOLE(2645)] "grep stderr: ffmpeg version N-60161-g5554c6d Copyright (c) 2000-2014 the FFmpeg developers
  10.  built on Jan 25 2014 05:13:25 with gcc 4.6 (Debian 4.6.3-1)
  11.  configuration: --prefix=/root/ffmpeg-static/32bit --arch=x86_32 --extra-cflags='-m32 -I/root/ffmpeg-static/32bit/include -static' --extra-ldflags='-m32 -L/root/ffmpeg-static/32bit/lib -static' --extra-libs='-lxml2 -lexpat -lfreetype' --enable-static --disable-shared --disable-ffserver --disable-doc --enable-bzlib --enable-zlib --enable-postproc --enable-runtime-cpudetect --enable-libx264 --enable-gpl --enable-libtheora --enable-libvorbis --enable-libmp3lame --enable-gray --enable-libass --enable-libfreetype --enable-libopenjpeg --enable-libspeex --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-version3 --enable-libvpx
  12.  libavutil      52. 63.100 / 52. 63.100
  13.  libavcodec     55. 49.100 / 55. 49.100
  14.  libavformat    55. 26.100 / 55. 26.100
  15.  libavdevice    55.  5.102 / 55.  5.102
  16.  libavfilter     4.  1.100 /  4.  1.100
  17.  libswscale      2.  5.101 /  2.  5.101
  18.  libswresample   0. 17.104 /  0. 17.104
  19.  libpostproc    52.  3.100 / 52.  3.100
  20. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  21. [27781:0405/233307:INFO:CONSOLE(2645)] "grep stderr: [aac @ 0xa91b0a0] decode_pce: Input buffer exhausted before END element found
  22. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  23. [27781:0405/233307:INFO:CONSOLE(2645)] "grep stderr: [aac @ 0xa91b0a0] More than one AAC RDB per ADTS frame is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
  24. [aac @ 0xa91b0a0] Assuming an incorrectly encoded 7.1 channel layout instead of a spec-compliant 7.1(wide) layout, use -strict 1 to decode according to the specification instead.
  25. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  26. [27781:0405/233307:INFO:CONSOLE(2645)] "grep stderr: [aac @ 0xa91b0a0] Number of bands (20) exceeds limit (14).
  27. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  28. [27781:0405/233307:INFO:CONSOLE(2645)] "grep stderr: [aac @ 0xa91b0a0] channel element 2.9 is not allocated
  29. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  30. [27781:0405/233308:INFO:CONSOLE(2645)] "grep stderr: Input #0, rtsp, from 'rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=994&flavour=ld':
  31.  Metadata:
  32.    title           : unknown
  33.    comment         : unknown
  34.  Duration: N/A, start: 50313.900711, bitrate: 156 kb/s
  35.  Program 1
  36.    Metadata:
  37.      service_name    : EQUIPE 21 SD
  38.      service_provider: ADVALEM
  39.    Stream #0:0", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  40. [27781:0405/233308:INFO:CONSOLE(2645)] "grep stderr: : Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p, 720x576 [SAR 64:45 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc
  41.    Stream #0:1(): Audio: aac ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 156 kb/s
  42. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  43. [27781:0405/233308:INFO:CONSOLE(2645)] "grep stderr: [libx264 @ 0xacce8e0] using SAR=4/3
  44. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  45. [27781:0405/233308:INFO:CONSOLE(2645)] "grep stderr: [libx264 @ 0xacce8e0] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX
  46. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  47. [27781:0405/233308:INFO:CONSOLE(2645)] "grep stderr: [libx264 @ 0xacce8e0] profile Constrained Baseline, level 3.0
  48. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  49. [27781:0405/233308:INFO:CONSOLE(2645)] "grep stderr: Output #0, mpegts, to 'pipe:':
  50.  Metadata:
  51.    title           : unknown
  52.    comment         : unknown
  53.    encoder         : Lavf55.26.100
  54.    Stream #0:0: Video: h264 (libx264), yuv420p, 640x480 [SAR 4:3 DAR 16:9], q=-1--1, 800 kb/s, 90k tbn, 25 tbc
  55.    Stream #0:1(): Audio: mp3 (libmp3lame), 48000 Hz, stereo, fltp, 128 kb/s
  56. Stream mapping:
  57.  Stream #0:0 -> #0:0 (h264 -> libx264)
  58.  Stream #0:1 -> #0:1", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  59. [27781:0405/233308:INFO:CONSOLE(2645)] "grep stderr:  (aac -> libmp3lame)
  60. Press [q] to stop, [?] for help
  61. [aac @ 0xa91b0a0] Sample rate index in program config element does not match the sample rate index configured by the container.
  62. [aac @ 0xa91b0a0] decode_pce: Input buffer exhausted before END element found
  63. Error while decoding stream #0:1: Invalid data found when processing input
  64. [aac @ 0xa91b0a0] More than one AAC RDB per ADTS frame is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
  65. [aac @ 0xa91b0a0] Assuming an incorrectly encoded 7.1 channel layout instead of a spec-compliant 7.1(wide) layout, use -strict 1 to decode according to the specification instead.
  66. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  67. [27781:0405/233308:INFO:CONSOLE(2645)] "grep stderr: Multiple frames in a packet from stream 1
  68. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  69. [27781:0405/233308:INFO:CONSOLE(2645)] "grep stderr: [aac @ 0xa91b0a0] Number of bands (20) exceeds limit (14).
  70. Error while decoding stream #0:1: Invalid data found when processing input
  71. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  72. [27781:0405/233308:INFO:CONSOLE(2645)] "grep stderr: [aac @ 0xa91b0a0] channel element 2.9 is not allocated
  73. Error while decoding stream #0:1: Invalid data found when processing input
  74. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  75. [27781:0405/233309:INFO:CONSOLE(2645)] "grep stderr: frame=   10 fps=0.0 q=0.0 size=       0kB time=00:00:00.26 bitrate= ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  76. [27781:0405/233309:INFO:CONSOLE(2645)] "grep stderr: frame=   23 fps= 23 q=0.0 size=       0kB time=00:00:00.64 bitrate= ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  77. [27781:0405/233309:INFO:CONSOLE(2645)] "grep stderr: RTP: missed 113 packets
  78. [rtsp @ 0xa8d2440] PES packet size mismatch
  79. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  80. [27781:0405/233309:INFO:CONSOLE(2645)] "grep stderr:     Last message repeated 1 times
  81. [aac @ 0xa91b0a0] Number of bands (66) exceeds limit (46).
  82. Error while decoding stream #0:1: Invalid data found when processing input
  83. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  84. [27781:0405/233309:INFO:CONSOLE(2645)] "grep stderr: [aac @ 0xa91b0a0] Sample rate index in program config element does not match the sample rate index configured by the container.
  85. [aac @ 0xa91b0a0] decode_pce: Input buffer exhausted before END element found
  86. Error while decoding stream #0:1: Invalid data found when processing input
  87. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  88. [27781:0405/233310:INFO:CONSOLE(2645)] "grep stderr: frame=   26 fps= 17 q=0.0 size=       0kB time=00:00:01.07 bitrate= ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  89. [27781:0405/233310:INFO:CONSOLE(2645)] "grep stderr: frame=   26 fps= 13 q=0.0 size=       0kB time=00:00:01.96 bitrate= ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  90. [27781:0405/233310:INFO:CONSOLE(2645)] "grep stderr: [h264 @ 0xb1a35c0] cabac decode of qscale diff failed at 1 30
  91. [h264 @ 0xb1a35c0] error while decoding MB 1 30, bytestream (70633)
  92. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  93. [27781:0405/233310:INFO:CONSOLE(2645)] "grep stderr: [h264 @ 0xb1a35c0] concealing 318 DC, 318 AC, 318 MV errors in B frame
  94. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  95. [27781:0405/233310:INFO:CONSOLE(2645)] "grep stderr: RTP: missed 44 packets
  96. [rtsp @ 0xa8d2440] PES packet size mismatch
  97. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  98. [27781:0405/233310:INFO:CONSOLE(2645)] "grep stderr:     Last message repeated 1 times
  99. [h264 @ 0xb2caa00] error while decoding MB 42 28, bytestream (-10)
  100. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  101. [27781:0405/233310:INFO:CONSOLE(2645)] "grep stderr: [h264 @ 0xb2caa00] concealing 367 DC, 367 AC, 367 MV errors in B frame
  102. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  103. [27781:0405/233310:INFO:CONSOLE(2645)] "grep stderr: [h264 @ 0xb15eae0] error while decoding MB 38 24, bytestream (-30)
  104. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  105. [27781:0405/233310:INFO:CONSOLE(2645)] "grep stderr: [h264 @ 0xb15eae0] concealing 551 DC, 551 AC, 551 MV errors in B frame
  106. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  107. [27781:0405/233311:INFO:CONSOLE(2645)] "grep stderr: frame=   33 fps= 13 q=0.0 size=       0kB time=00:00:02.10 bitrate= ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  108. [27781:0405/233311:INFO:CONSOLE(2645)] "grep stderr: [aac @ 0xa91b0a0] Number of bands (67) exceeds limit (46).
  109. Error while decoding stream #0:1: Invalid data found when processing input
  110. [aac @ 0xa91b0a0] channel element 2.15 is not allocated
  111. Error while decoding stream #0:1: Invalid data found when processing input
  112. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  113. [27781:0405/233311:INFO:CONSOLE(2645)] "grep stderr: RTP: missed 51 packets
  114. [rtsp @ 0xa8d2440] PES packet size mismatch
  115. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  116. [27781:0405/233311:INFO:CONSOLE(2645)] "grep stderr: RTP: missed 13 packets
  117. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  118. [27781:0405/233311:INFO:CONSOLE(2645)] "grep stderr: [rtsp @ 0xa8d2440] PES packet size mismatch
  119. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  120. [27781:0405/233311:INFO:CONSOLE(2645)] "grep stderr: frame=   73 fps= 24 q=23.0 size=     161kB time=00:00:02.78 bitrate=", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  121. [27781:0405/233311:INFO:CONSOLE(2645)] "grep stderr: [h264 @ 0xb15eae0] error while decoding MB 0 16, bytestream (-27)
  122. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  123. [27781:0405/233311:INFO:CONSOLE(2645)] "grep stderr: [h264 @ 0xb15eae0] concealing 949 DC, 949 AC, 949 MV errors in I frame
  124. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  125. [27781:0405/233311:INFO:CONSOLE(2645)] "grep stderr: RTP: missed 5 packets
  126. [rtsp @ 0xa8d2440] PES packet size mismatch
  127. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  128. [27781:0405/233311:INFO:CONSOLE(2645)] "grep stderr: [h264 @ 0xb1a35c0] error while decoding MB 29 24, bytestream (-6)
  129. [h264 @ 0xb1a35c0] concealing 560 DC, 560 AC, 560 MV errors in B frame
  130. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  131. [27781:0405/233311:INFO:CONSOLE(2645)] "grep stderr: RTP: missed 3 packets
  132. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  133. [27781:0405/233311:INFO:CONSOLE(2645)] "grep stderr: [rtsp @ 0xa8d2440] PES packet size mismatch
  134. [aac @ 0xa91b0a0] invalid band type
  135. Error while decoding stream #0:1: Invalid data found when processing input
  136. [aac @ 0xa91b0a0] Number of bands (46) exceeds limit (40).
  137. Error while decoding stream #0:1: Invalid data found when processing input
  138. [aac @ 0xa91b0a0] decode_band_types: Input buffer exhausted before END element found
  139. Error while decoding stream #0:1: Invalid data found when processing input
  140. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  141. [27781:0405/233311:INFO:CONSOLE(2645)] "grep stderr: [rtsp @ 0xa8d2440] PES packet size mismatch
  142. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  143. [27781:0405/233311:INFO:CONSOLE(2645)] "grep stderr: [h264 @ 0xb205c80] Reference 2 >= 2
  144. [h264 @ 0xb205c80] error while decoding MB 20 2, bytestream (5998)
  145. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  146. [27781:0405/233311:INFO:CONSOLE(2645)] "grep stderr: [h264 @ 0xb205c80] concealing 1559 DC, 1559 AC, 1559 MV errors in B frame
  147. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  148. [27781:0405/233311:INFO:CONSOLE(2645)] "grep stderr: RTP: missed 1 packets
  149. [rtsp @ 0xa8d2440] PES packet size mismatch
  150. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  151. [27781:0405/233311:INFO:CONSOLE(2645)] "grep stderr: [h264 @ 0xb268340] Reference 2 >= 2
  152. [h264 @ 0xb268340] error while decoding MB 1 2, bytestream (1963)
  153. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  154. [27781:0405/233311:INFO:CONSOLE(2645)] "grep stderr: [h264 @ 0xb268340] concealing 1578 DC, 1578 AC, 1578 MV errors in B frame
  155. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  156. [27781:0405/233312:INFO:CONSOLE(2645)] "grep stderr: [h264 @ 0xb2caa00] cabac decode of qscale diff failed at 14 23
  157. [h264 @ 0xb2caa00] error while decoding MB 14 22, bytestream (705)
  158. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  159. [27781:0405/233312:INFO:CONSOLE(2645)] "grep stderr: [h264 @ 0xb2caa00] concealing 665 DC, 665 AC, 665 MV errors in B frame
  160. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  161. [27781:0405/233312:INFO:CONSOLE(2645)] "grep stderr: frame=   77 fps= 22 q=22.0 size=     162kB time=00:00:02.78 bitrate=", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  162. [27781:0405/233312:INFO:CONSOLE(2645)] "grep stderr: [aac @ 0xa91b0a0] Reserved bit set.
  163. Error while decoding stream #0:1: Invalid data found when processing input
  164. [aac @ 0xa91b0a0] Number of bands (52) exceeds limit (46).
  165. Error while decoding stream #0:1: Invalid data found when processing input
  166. [aac @ 0xa91b0a0] channel element 2.6 is not allocated
  167. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  168. [27781:0405/233312:INFO:CONSOLE(2645)] "grep stderr: Error while decoding stream #0:1: Invalid data found when processing input
  169. [aac @ 0xa91b0a0] decode_band_types: Input buffer exhausted before END element found
  170. Error while decoding stream #0:1: Invalid data found when processing input
  171. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  172. [27781:0405/233312:INFO:CONSOLE(2645)] "grep stderr: [rtsp @ 0xa8d2440] PES packet size mismatch
  173. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  174. [27781:0405/233312:INFO:CONSOLE(2645)] "grep stderr:     Last message repeated 1 times
  175. [aac @ 0xa91b0a0] channel element 3.7 is not allocated
  176. Error while decoding stream #0:1: Invalid data found when processing input
  177. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  178. [27781:0405/233312:INFO:CONSOLE(2645)] "grep stderr: [aac @ 0xa91b0a0] Number of bands (48) exceeds limit (46).
  179. Error while decoding stream #0:1: Invalid data found when processing input
  180. [aac @ 0xa91b0a0] Number of bands (63) exceeds limit (41).
  181. Error while decoding stream #0:1: Invalid data found when processing input
  182. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  183. [27781:0405/233312:INFO:CONSOLE(2645)] "grep stderr: [h264 @ 0xb268340] cabac decode of qscale diff failed at 6 31
  184. [h264 @ 0xb268340] error while decoding MB 6 30, bytestream (3839)
  185. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  186. [27781:0405/233312:INFO:CONSOLE(2645)] "grep stderr: [h264 @ 0xb268340] concealing 313 DC, 313 AC, 313 MV errors in P frame
  187. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  188. [27781:0405/233312:INFO:CONSOLE(2645)] "grep stderr: [rtsp @ 0xa8d2440] PES packet size mismatch
  189. ", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2645)
  190. [27781:0405/233312:INFO:CONSOLE(2639)] "ffmpeg terminado", source: file:///tmp/.org.chromium.Chromium.fn2Ims/js/main.js (2639)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement