Advertisement
Guest User

FFMPEG RTSP Y160

a guest
Sep 27th, 2013
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.40 KB | None | 0 0
  1. $ ffmpeg -v debug -c:v rawvideo -i rtsp://192.168.0.123/sid=102 -r 1 -f image2 raw-%3d.jpeg
  2. ffmpeg version git-2012-12-14-3c5c6b9 Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Dec 14 2012 09:33:16 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  4. configuration: --enable-gpl --enable-libfaac --enable-libfdk-aac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-librtmp --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree --enable-version3 --enable-libfreetype
  5. libavutil 52. 12.100 / 52. 12.100
  6. libavcodec 54. 79.102 / 54. 79.102
  7. libavformat 54. 49.102 / 54. 49.102
  8. libavdevice 54. 3.102 / 54. 3.102
  9. libavfilter 3. 27.101 / 3. 27.101
  10. libswscale 2. 1.103 / 2. 1.103
  11. libswresample 0. 17.102 / 0. 17.102
  12. libpostproc 52. 2.100 / 52. 2.100
  13. [rtsp @ 0x2b722c0] SDP:
  14. v=0
  15. o=- 0 0 IN IP4 192.168.0.123
  16. s=IR stream
  17. i=Live infrared
  18. t=now-
  19. c=IN IP4 192.168.0.123
  20. m=video 0 RTP/AVP 102
  21. a=control:rtsp://192.168.0.123:554/sid=102
  22. a=framerate:30
  23. a=rtpmap:102 raw/90000
  24. a=framesize:102 320-240
  25. a=fmtp:102 sampling=mono; width=320; height=240; depth=16
  26.  
  27. [rtsp @ 0x2b722c0] video codec set to: (null)
  28. [rtsp @ 0x2b722c0] hello state=0
  29. [rawvideo @ 0x2b7a7a0] Pixel format was not specified and cannot be detected
  30. [rtsp @ 0x2b722c0] UDP timeout, retrying with TCP
  31. [rtsp @ 0x2b722c0] CSeq 6 expected, 0 received.
  32. [rtsp @ 0x2b722c0] method SETUP failed: 454 ERROR
  33. [rtsp @ 0x2b722c0]
  34. [rtsp @ 0x2b722c0] Could not find codec parameters for stream 0 (Video: rawvideo): unspecified size
  35. Consider increasing the value for the 'analyzeduration' and 'probesize' options
  36. [rtsp @ 0x2b722c0] Estimating duration from bitrate, this may be inaccurate
  37. rtsp://192.168.0.123/sid=102: could not find codec parameters
  38.  
  39. --------
  40.  
  41. $ ffmpeg -v debug -pix_fmt gray16be -c:v rawvideo -i rtsp://192.168.0.123/sid=102 -r 1 -f image2 raw-%3d.jpeg
  42. ffmpeg version git-2012-12-14-3c5c6b9 Copyright (c) 2000-2012 the FFmpeg developers
  43. built on Dec 14 2012 09:33:16 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  44. configuration: --enable-gpl --enable-libfaac --enable-libfdk-aac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-librtmp --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree --enable-version3 --enable-libfreetype
  45. libavutil 52. 12.100 / 52. 12.100
  46. libavcodec 54. 79.102 / 54. 79.102
  47. libavformat 54. 49.102 / 54. 49.102
  48. libavdevice 54. 3.102 / 54. 3.102
  49. libavfilter 3. 27.101 / 3. 27.101
  50. libswscale 2. 1.103 / 2. 1.103
  51. libswresample 0. 17.102 / 0. 17.102
  52. libpostproc 52. 2.100 / 52. 2.100
  53. [rtsp @ 0x219e3a0] SDP:
  54. v=0
  55. o=- 0 0 IN IP4 192.168.0.123
  56. s=IR stream
  57. i=Live infrared
  58. t=now-
  59. c=IN IP4 192.168.0.123
  60. m=video 0 RTP/AVP 102
  61. a=control:rtsp://192.168.0.123:554/sid=102
  62. a=framerate:30
  63. a=rtpmap:102 raw/90000
  64. a=framesize:102 320-240
  65. a=fmtp:102 sampling=mono; width=320; height=240; depth=16
  66.  
  67. [rtsp @ 0x219e3a0] video codec set to: (null)
  68. [rtsp @ 0x219e3a0] hello state=0
  69. Option pixel_format not found.
  70.  
  71. ----
  72.  
  73. $ ffmpeg -v debug -s 320x240 -c:v rawvideo -i rtsp://192.168.0.123/sid=102 -r 1 -f image2 raw-%3d.jpeg
  74. ffmpeg version git-2012-12-14-3c5c6b9 Copyright (c) 2000-2012 the FFmpeg developers
  75. built on Dec 14 2012 09:33:16 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  76. configuration: --enable-gpl --enable-libfaac --enable-libfdk-aac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-librtmp --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree --enable-version3 --enable-libfreetype
  77. libavutil 52. 12.100 / 52. 12.100
  78. libavcodec 54. 79.102 / 54. 79.102
  79. libavformat 54. 49.102 / 54. 49.102
  80. libavdevice 54. 3.102 / 54. 3.102
  81. libavfilter 3. 27.101 / 3. 27.101
  82. libswscale 2. 1.103 / 2. 1.103
  83. libswresample 0. 17.102 / 0. 17.102
  84. libpostproc 52. 2.100 / 52. 2.100
  85. [rtsp @ 0x1b083a0] SDP:
  86. v=0
  87. o=- 0 0 IN IP4 192.168.0.123
  88. s=IR stream
  89. i=Live infrared
  90. t=now-
  91. c=IN IP4 192.168.0.123
  92. m=video 0 RTP/AVP 102
  93. a=control:rtsp://192.168.0.123:554/sid=102
  94. a=framerate:30
  95. a=rtpmap:102 raw/90000
  96. a=framesize:102 320-240
  97. a=fmtp:102 sampling=mono; width=320; height=240; depth=16
  98.  
  99. [rtsp @ 0x1b083a0] video codec set to: (null)
  100. [rtsp @ 0x1b083a0] hello state=0
  101. Option video_size not found.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement