Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2012
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. ./ffmpeg -f rtsp -i rtsp://s01.xx.tv/fb/xx.stream?lp=xx== -vcodec copy -acodec copy /home/test4.avi
  2. ffmpeg version N-46943-g4bf3bc6 Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Nov 21 2012 18:23:45 with gcc 4.4.5 (Debian 4.4.5-8)
  4. configuration: --enable-librtmp --enable-pthreads
  5. libavutil 52. 8.100 / 52. 8.100
  6. libavcodec 54. 74.100 / 54. 74.100
  7. libavformat 54. 37.100 / 54. 37.100
  8. libavdevice 54. 3.100 / 54. 3.100
  9. libavfilter 3. 23.101 / 3. 23.101
  10. libswscale 2. 1.102 / 2. 1.102
  11. libswresample 0. 17.101 / 0. 17.101
  12. RTP: missed 3 packets
  13. RTP: missed 1 packets
  14. RTP: missed 4 packets
  15. RTP: missed 30 packets
  16. [rtsp @ 0x15701e0] PES packet size mismatch
  17. RTP: missed 17 packets
  18. [rtsp @ 0x15701e0] PES packet size mismatch
  19. Last message repeated 1 times
  20. [NULL @ 0x15b3e80] non-existing PPS referenced
  21. [h264 @ 0x15b3e80] non-existing PPS 0 referenced
  22. [h264 @ 0x15b3e80] decode_slice_header error
  23. [h264 @ 0x15b3e80] no frame!
  24. RTP: missed 12 packets
  25. [h264 @ 0x15b3e80] non-existing PPS referenced
  26. [h264 @ 0x15b3e80] non-existing PPS 0 referenced
  27. [h264 @ 0x15b3e80] decode_slice_header error
  28. [h264 @ 0x15b3e80] no frame!
  29. RTP: missed 22 packets
  30. RTP: missed 18 packets
  31. RTP: missed 6 packets
  32. [rtsp @ 0x15701e0] PES packet size mismatch
  33. [h264 @ 0x15b3e80] non-existing PPS referenced
  34. [h264 @ 0x15b3e80] non-existing PPS 0 referenced
  35. [h264 @ 0x15b3e80] decode_slice_header error
  36. [h264 @ 0x15b3e80] no frame!
  37. RTP: missed 7 packets
  38. RTP: missed 15 packets
  39. RTP: missed 19 packets
  40. RTP: missed 22 packets
  41. RTP: missed 21 packets
  42. RTP: missed 6 packets
  43. [rtsp @ 0x15701e0] max_analyze_duration 5000000 reached at 5016000
  44. [rtsp @ 0x15701e0] decoding for stream 0 failed
  45. [rtsp @ 0x15701e0] Could not find codec parameters for stream 0 (Video: h264 ([27][0][0][0] / 0x001B)): unspecified size
  46. Consider increasing the value for the 'analyzeduration' and 'probesize' options
  47. [rtsp @ 0x15701e0] Estimating duration from bitrate, this may be inaccurate
  48. Input #0, rtsp, from 'rtsp://s01.xx.tv/fb/xx.stream?lp=xx==':
  49. Metadata:
  50. title : rtmp://xx.xx.com:1935/s2/_definst_/xx.stream
  51. Duration: N/A, start: 3209.341000, bitrate: 128 kb/s
  52. Program 1
  53. Stream #0:0: Video: h264 ([27][0][0][0] / 0x001B), 1 tbr, 90k tbn
  54. Stream #0:1: Audio: mp3 ([4][0][0][0] / 0x0004), 48000 Hz, stereo, s16, 128 kb/s
  55. File '/home/test4.avi' already exists. Overwrite ? [y/N] y
  56. Output #0, avi, to '/home/test4.avi':
  57. Metadata:
  58. INAM : rtmp://xx.xx.com:1935/s2/_definst_/xx.stream
  59. ISFT : Lavf54.37.100
  60. Stream #0:0: Audio: mp3 (U[0][0][0] / 0x0055), 48000 Hz, stereo, 128 kb/s
  61. Stream mapping:
  62. Stream #0:1 -> #0:0 (copy)
  63. Press [q] to stop, [?] for help
  64. RTP: missed 8 packets
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement