Advertisement
lovesax

vp8 encoding errors

Aug 4th, 2014
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.19 KB | None | 0 0
  1. ffserver.conf:
  2.  
  3. Port 8090
  4. BindAddress 0.0.0.0
  5. MaxHTTPConnections 200
  6. MaxClients 100
  7. MaxBandwidth 100000
  8.  
  9. CustomLog -
  10.  
  11. <Feed feed_h264.ffm>
  12. ACL allow 127.0.0.1
  13. </Feed>
  14.  
  15. <Feed feed_vp8.ffm>
  16. ACL allow 127.0.0.1
  17. </Feed>
  18.  
  19. <Stream video.ts>
  20. Format mpegts
  21. Feed feed_h264.ffm
  22.  
  23. VideoCodec libx264
  24. VideoBitRate 10000K
  25. VideoFrameRate 30
  26. VideoSize 1920x1088
  27. VideoBufferSize 40
  28. VideoFrameRate 30
  29. VideoQMin 3
  30. VideoQMax 31
  31. VideoHighQuality
  32. VideoGopSize 15
  33.  
  34. AVOptionVideo flags +global_header
  35.  
  36. AudioCodec aac
  37. AudioBitRate 16
  38. AudioChannels 2
  39. AudioSampleRate 16000
  40.  
  41. AVOptionAudio flags +global_header
  42.  
  43. </Stream>
  44.  
  45. <Stream video.webm>
  46. Format webm
  47. Feed feed_vp8.ffm
  48.  
  49. VideoCodec libvpx
  50. VideoSize 1280x720
  51. VideoFrameRate 20
  52.  
  53. AVOptionVideo qmin 10
  54. AVOptionVideo qmax 42
  55. AVOptionVideo quality good
  56. AVOptionVideo flags +global_header
  57.  
  58. AudioCodec vorbis
  59. AudioBitRate 64
  60. AudioChannels 1
  61. AVOptionAudio flags +global_header
  62.  
  63. </Stream>
  64.  
  65. # Server status
  66.  
  67. <Stream stat.html>
  68. Format status
  69.  
  70. # Only allow local people to get the status
  71. ACL allow localhost
  72. ACL allow 192.168.0.0 192.168.255.255
  73.  
  74. FaviconURL http://pond1.gladstonefamily.net:8080/favicon.ico
  75. </Stream>
  76.  
  77. --
  78. Command line and output:
  79.  
  80. ~/ffmpeg$ ffmpeg -i rtsp://192.168.21.19/live.sdp -threads 0 http://localhost:8090/feed_vp8.ffm
  81.  
  82. ffmpeg version 2.2.git Copyright (c) 2000-2014 the FFmpeg developers
  83. built on Jul 25 2014 00:29:01 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1)
  84. configuration: --prefix=/root/ffmpeg_build --extra-cflags=-I/root/ffmpeg_build/include --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --extra-libs=-ldl --enable-gpl --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree --enable-x11grab
  85. libavutil 52. 92.101 / 52. 92.101
  86. libavcodec 55. 69.100 / 55. 69.100
  87. libavformat 55. 49.100 / 55. 49.100
  88. libavdevice 55. 13.102 / 55. 13.102
  89. libavfilter 4. 11.102 / 4. 11.102
  90. libswscale 2. 6.100 / 2. 6.100
  91. libswresample 0. 19.100 / 0. 19.100
  92. libpostproc 52. 3.100 / 52. 3.100
  93. Input #0, rtsp, from 'rtsp://192.168.21.19/live.sdp':
  94. Metadata:
  95. title : RTSP server
  96. Duration: N/A, start: 0.000000, bitrate: N/A
  97. Stream #0:0: Video: h264 (High), yuv420p, 1920x1080, 29.97 tbr, 90k tbn, 180k tbc
  98. Stream #0:1: Audio: aac, 16000 Hz, stereo, fltp
  99. Stream #0:2: Data: none
  100. [tcp @ 0x37b1e80] Connection to tcp://localhost:8090 failed (Connection refused), trying next address
  101. [tcp @ 0x3972fe0] Connection to tcp://localhost:8090 failed (Connection refused), trying next address
  102. [libvpx @ 0x39b34a0] v1.3.0
  103. [libvpx @ 0x39b34a0] Failed to set VP8E_SET_ARNR_TYPE codec control: Invalid parameter
  104. [libvpx @ 0x39b34a0] Additional information: arnr_type out of range [1..3]
  105. Output #0, ffm, to 'http://localhost:8090/feed_vp8.ffm':
  106. Metadata:
  107. title : RTSP server
  108. creation_time : now
  109. encoder : Lavf55.49.100
  110. Stream #0:0: Audio: vorbis (libvorbis), 22050 Hz, mono, fltp, 64 kb/s
  111. Metadata:
  112. encoder : Lavc55.69.100 libvorbis
  113. Stream #0:1: Video: vp8 (libvpx), yuv420p, 1280x720, q=10-42, 128 kb/s, 29.97 fps, 1000k tbn, 29.97 tbc
  114. Metadata:
  115. encoder : Lavc55.69.100 libvpx
  116. Stream mapping:
  117. Stream #0:1 -> #0:0 (aac (native) -> vorbis (libvorbis))
  118. Stream #0:0 -> #0:1 (h264 (native) -> vp8 (libvpx))
  119. Press [q] to stop, [?] for help
  120. [libvorbis @ 0x39b2960] Queue input is backward in time
  121. [ffm @ 0x3823aa0] Non-monotonous DTS in output stream 0:0; previous: 46440, current: -136; changing to 46441. This may result in incorrect timestamps in the output file.
  122. [ffm @ 0x3823aa0] Non-monotonous DTS in output stream 0:0; previous: 46441, current: 23084; changing to 46442. This may result in incorrect timestamps in the output file.
  123. [ffm @ 0x3823aa0] Non-monotonous DTS in output stream 0:0; previous: 46442, current: 46304; changing to 46443. This may result in incorrect timestamps in the output file.
  124. [NULL @ 0x37bd780] RTP: missed 1315 packetsime=00:00:00.90 bitrate= 649.7kbits/s
  125. [h264 @ 0x4ce8b00] error while decoding MB 12 5, bytestream -32
  126. [h264 @ 0x4ce8b00] concealing 7597 DC, 7597 AC, 7597 MV errors in I frame
  127. [NULL @ 0x37bd780] RTP: missed 56 packets
  128. [h264 @ 0x4d7ca60] error while decoding MB 118 66, bytestream -12
  129. [h264 @ 0x4d7ca60] Cannot use next picture in error concealment
  130. [h264 @ 0x4d7ca60] concealing 171 DC, 171 AC, 171 MV errors in P frame
  131. [NULL @ 0x37bd780] RTP: missed 28 packets
  132. [NULL @ 0x37bd780] RTP: missed 61 packets
  133. [h264 @ 0x4ea4920] Cannot use next picture in error concealment
  134. [h264 @ 0x4ea4920] concealing 3532 DC, 3532 AC, 3532 MV errors in P frame
  135. [NULL @ 0x37bd780] RTP: missed 39 packets
  136. [h264 @ 0x4f38880] Cannot use next picture in error concealment
  137. [h264 @ 0x4f38880] concealing 1537 DC, 1537 AC, 1537 MV errors in P frame
  138. [NULL @ 0x37bd780] RTP: missed 52 packets
  139. [h264 @ 0x4fcc7e0] error while decoding MB 106 10, bytestream -10
  140. [h264 @ 0x4fcc7e0] Cannot use next picture in error concealment
  141. [h264 @ 0x4fcc7e0] concealing 6903 DC, 6903 AC, 6903 MV errors in P frame
  142. [NULL @ 0x37bd780] RTP: missed 39 packets time=00:00:00.90 bitrate= 685.8kbits/s
  143. [h264 @ 0x5060740] error while decoding MB 94 36, bytestream -7
  144. [h264 @ 0x5060740] Cannot use next picture in error concealment
  145. [h264 @ 0x5060740] concealing 3795 DC, 3795 AC, 3795 MV errors in P frame
  146. [NULL @ 0x37bd780] RTP: missed 90 packets
  147. [h264 @ 0x50f46a0] error while decoding MB 10 34, bytestream -22
  148. [h264 @ 0x50f46a0] concealing 4119 DC, 4119 AC, 4119 MV errors in I frame
  149. [NULL @ 0x37bd780] RTP: missed 47 packets
  150. [h264 @ 0x5188600] error while decoding MB 30 30, bytestream -12
  151. [h264 @ 0x5188600] Cannot use next picture in error concealment
  152. [h264 @ 0x5188600] concealing 4579 DC, 4579 AC, 4579 MV errors in P frame
  153. [NULL @ 0x37bd780] RTP: missed 64 packets
  154. [h264 @ 0x4ae7ca0] error while decoding MB 39 33, bytestream -6
  155. [h264 @ 0x4ae7ca0] Cannot use next picture in error concealment
  156. [h264 @ 0x4ae7ca0] concealing 4210 DC, 4210 AC, 4210 MV errors in P frame
  157. [NULL @ 0x37bd780] RTP: missed 47 packets
  158. [NULL @ 0x37bd780] RTP: missed 67 packets
  159. [NULL @ 0x37bd780] RTP: missed 63 packets
  160. [h264 @ 0x4bc0c40] Cannot use next picture in error concealment
  161. [h264 @ 0x4bc0c40] concealing 4012 DC, 4012 AC, 4012 MV errors in P frame
  162. [NULL @ 0x37bd780] RTP: missed 35 packets time=00:00:01.00 bitrate= 883.9kbits/s
  163. [h264 @ 0x4c54ba0] error while decoding MB 34 48, bytestream -8
  164. [h264 @ 0x4c54ba0] Cannot use next picture in error concealment
  165. [h264 @ 0x4c54ba0] concealing 2415 DC, 2415 AC, 2415 MV errors in P frame
  166. [NULL @ 0x37bd780] RTP: missed 31 packets
  167. [NULL @ 0x37bd780] RTP: missed 55 packets time=00:00:02.50 bitrate= 353.5kbits/s dup=43 drop=0
  168. [h264 @ 0x4e109c0] error while decoding MB 43 48, bytestream -10
  169. [h264 @ 0x4e109c0] Cannot use next picture in error concealment
  170. [h264 @ 0x4e109c0] concealing 2406 DC, 2406 AC, 2406 MV errors in P frame
  171. [h264 @ 0x4d7ca60] error while decoding MB 51 57, bytestream -8
  172. [h264 @ 0x4d7ca60] Cannot use next picture in error concealment
  173. [h264 @ 0x4d7ca60] concealing 1318 DC, 1318 AC, 1318 MV errors in P frame
  174. [NULL @ 0x37bd780] RTP: missed 1784 packets
  175. [h264 @ 0x4ea4920] error while decoding MB 30 46, bytestream -12
  176. [h264 @ 0x4ea4920] Cannot use next picture in error concealment
  177. [h264 @ 0x4ea4920] concealing 2659 DC, 2659 AC, 2659 MV errors in P frame
  178. [NULL @ 0x37be4c0] RTP: missed 21 packets
  179. [NULL @ 0x37bd780] RTP: missed 921 packetstime=00:00:06.22 bitrate= 231.7kbits/s dup=59 drop=0
  180. [h264 @ 0x4ae7ca0] Cannot use next picture in error concealment
  181. [h264 @ 0x4ae7ca0] concealing 3913 DC, 3913 AC, 3913 MV errors in P frame
  182. [NULL @ 0x37bd780] RTP: missed 125 packets
  183. [h264 @ 0x4b2cce0] error while decoding MB 96 26, bytestream -14
  184. [h264 @ 0x4b2cce0] Cannot use next picture in error concealment
  185. [h264 @ 0x4b2cce0] concealing 4993 DC, 4993 AC, 4993 MV errors in P frame
  186. [NULL @ 0x37bd780] RTP: missed 90 packets time=00:00:06.22 bitrate= 242.2kbits/s dup=62 drop=0
  187. [NULL @ 0x37bd780] RTP: missed 217 packets
  188. [h264 @ 0x4ce8b00] Cannot use next picture in error concealment
  189. [h264 @ 0x4ce8b00] concealing 6271 DC, 6271 AC, 6271 MV errors in P frame
  190. [h264 @ 0x4bc0c40] error while decoding MB 42 46, bytestream -6
  191. [h264 @ 0x4bc0c40] Cannot use next picture in error concealment
  192. [h264 @ 0x4bc0c40] concealing 2647 DC, 2647 AC, 2647 MV errors in P frame
  193. [NULL @ 0x37bd780] RTP: missed 60 packets
  194. [h264 @ 0x4d7ca60] error while decoding MB 92 44, bytestream -6
  195. [h264 @ 0x4d7ca60] Cannot use next picture in error concealment
  196. [h264 @ 0x4d7ca60] concealing 2837 DC, 2837 AC, 2837 MV errors in P frame
  197. frame= 178 fps= 14 q=0.0 Lsize= 264kB time=00:00:08.23 bitrate= 262.6kbits/s dup=139 drop=0
  198. video:213kB audio:38kB subtitle:0kB other streams:0kB global headers:4kB muxing overhead: 5.116710%
  199. Received signal 2: terminating.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement