Advertisement
Guest User

Untitled

a guest
Apr 17th, 2012
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. Error trying to ingest a camera stream with ffmpeg and vlc. ffmpeg produces errors, VLC shows half an image, with the rest corrupted, then quits after 10 seconds.
  2.  
  3. ffmpeg -re -i rtsp://209.6.7.153:8554/main -vcodec libx264 -vprofile baseline test1.mp4
  4.  
  5.  
  6.  
  7. Output #0, mp4, to 'test1.mp4':
  8. Metadata:
  9. title : Session streamed by "H264UnicastServer"
  10. comment : LIVE555 Streaming Media v
  11. encoder : Lavf53.30.100
  12. Stream #0:0: Video: h264 (![0][0][0] / 0x0021), yuv420p, 1280x720, q=-1--1, 44 tbn, 14.67 tbc
  13. Stream mapping:
  14. Stream #0:0 -> #0:0 (h264 -> libx264)
  15. Press [q] to stop, [?] for help
  16. [h264 @ 0x9f60ba0] Missing reference picture
  17. [h264 @ 0x9f60ba0] decode_slice_header error
  18. [h264 @ 0x9f60ba0] concealing 3600 DC, 3600 AC, 3600 MV errors
  19. RTP: PT=60: bad cseq f94f expected=ea57kB time=00:00:00.00 bitrate= 0.0kbits/s dup=4 drop=0
  20. [h264 @ 0x9ff9820] cbp too large (48) at 12 36
  21. [h264 @ 0x9ff9820] error while decoding MB 12 36
  22. [h264 @ 0x9ff9820] concealing 757 DC, 757 AC, 757 MV errors
  23. [h264 @ 0x9f60ba0] Increasing reorder buffer to 3
  24. [h264 @ 0x9f60ba0] negative number of zero coeffs at 35 18
  25. [h264 @ 0x9f60ba0] error while decoding MB 35 18
  26. [h264 @ 0x9f60ba0] concealing 2174 DC, 2174 AC, 2174 MV errors
  27. P sub_mb_type 32 out of range at 32 440kB time=00:00:00.00 bitrate= 0.0kbits/s dup=4 drop=0
  28. [h264 @ 0x9ff9820] error while decoding MB 32 44
  29. [h264 @ 0x9ff9820] concealing 97 DC, 97 AC, 97 MV errors
  30. RTP: PT=60: bad cseq 1203 expected=ffe80kB time=00:00:04.02 bitrate=2810.6kbits/s dup=83 drop=0
  31. [h264 @ 0x9fa57c0] cbp too large (49) at 75 36
  32. [h264 @ 0x9fa57c0] error while decoding MB 75 36
  33. [h264 @ 0x9fa57c0] concealing 694 DC, 694 AC, 694 MV errors
  34. RTP: PT=60: bad cseq 2a6b expected=14007kB time=00:00:12.34 bitrate=1385.2kbits/s dup=197 drop=0
  35. [h264 @ 0x9f60ba0] concealing 744 DC, 744 AC, 744 MV errors
  36. [h264 @ 0x9fa57c0] Increasing reorder buffer to 5
  37. RTP: PT=60: bad cseq 4342 expected=2c314kB time=00:00:20.79 bitrate=1191.1kbits/s dup=316 drop=0
  38. [h264 @ 0x9f60ba0] mb_type 33 in P slice too large at 60 36
  39. [h264 @ 0x9f60ba0] error while decoding MB 60 36
  40. [h264 @ 0x9f60ba0] concealing 709 DC, 709 AC, 709 MV errors
  41. RTP: PT=60: bad cseq 54f9 expected=45ef1kB time=00:00:29.11 bitrate=1061.0kbits/s dup=430 drop=2
  42. [snip]
  43. frame= 840 fps= 14 q=-1.0 Lsize= 6852kB time=00:00:57.27 bitrate= 980.1kbits/s dup=764 drop=2
  44. video:6848kB audio:0kB global headers:0kB muxing overhead 0.060938%
  45. [libx264 @ 0x968ef40] frame I:4 Avg QP:14.66 size:236482
  46. [libx264 @ 0x968ef40] frame P:836 Avg QP:19.37 size: 7255
  47. [libx264 @ 0x968ef40] mb I I16..4: 34.8% 0.0% 65.2%
  48. [libx264 @ 0x968ef40] mb P I16..4: 0.7% 0.0% 0.8% P16..4: 7.0% 0.8% 0.4% 0.0% 0.0% skip:90.3%
  49. [libx264 @ 0x968ef40] coded y,uvDC,uvAC intra: 74.2% 94.2% 86.2% inter: 4.0% 7.1% 4.8%
  50. [libx264 @ 0x968ef40] i16 v,h,dc,p: 49% 15% 28% 9%
  51. [libx264 @ 0x968ef40] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 29% 17% 28% 5% 4% 4% 3% 5% 5%
  52. [libx264 @ 0x968ef40] i8c dc,h,v,p: 69% 11% 15% 5%
  53. [libx264 @ 0x968ef40] ref P L0: 74.0% 18.0% 8.1%
  54. [libx264 @ 0x968ef40] kb/s:979.37
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement