Advertisement
Guest User

ffmpeg rtmp debug

a guest
Apr 2nd, 2014
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.77 KB | None | 0 0
  1. Kevins-MacBook-Pro:showcase kevin$ ffmpeg -re -i ~/Downloads/ocaa.very.short.flv -f flv -rtmp_playpath flv:sportstest -rtmp_app live rtmp://user:pass@stream.sportslive24.net:1935/live/flv:sportstest -loglevel debug
  2. ffmpeg version 2.2 Copyright (c) 2000-2014 the FFmpeg developers
  3.   built on Apr  2 2014 18:54:12 with Apple LLVM version 5.1 (clang-503.0.38) (based on LLVM 3.4svn)
  4.   configuration: --prefix=/usr/local/Cellar/ffmpeg/2.2 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --enable-avresample --enable-vda --cc=clang --host-cflags= --host-ldflags= --enable-libx264 --enable-libfaac --enable-libmp3lame --enable-libxvid --enable-libfreetype --enable-libtheora --enable-libvorbis --enable-libvpx --enable-librtmp --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvo-aacenc --enable-libass --enable-ffplay --enable-libspeex --enable-libschroedinger --enable-libfdk-aac --enable-openssl --enable-libopus --enable-frei0r --enable-libcaca --enable-libquvi --enable-libopenjpeg --extra-cflags='-I/usr/local/Cellar/openjpeg/1.5.1_1/include/openjpeg-1.5 '
  5.   libavutil      52. 66.100 / 52. 66.100
  6.   libavcodec     55. 52.102 / 55. 52.102
  7.   libavformat    55. 33.100 / 55. 33.100
  8.   libavdevice    55. 10.100 / 55. 10.100
  9.   libavfilter     4.  2.100 /  4.  2.100
  10.   libavresample   1.  2.  0 /  1.  2.  0
  11.   libswscale      2.  5.102 /  2.  5.102
  12.   libswresample   0. 18.100 /  0. 18.100
  13.   libpostproc    52.  3.100 / 52.  3.100
  14. Splitting the commandline.
  15. Reading option '-re' ... matched as option 're' (read input at native frame rate) with argument '1'.
  16. Reading option '-i' ... matched as input file with argument '/Users/kevin/Downloads/ocaa.very.short.flv'.
  17. Reading option '-f' ... matched as option 'f' (force format) with argument 'flv'.
  18. Reading option '-rtmp_playpath' ... matched as AVOption 'rtmp_playpath' with argument 'flv:sportstest'.
  19. Reading option '-rtmp_app' ... matched as AVOption 'rtmp_app' with argument 'live'.
  20. Reading option 'rtmp://user:pass@stream.sportslive24.net:1935/live/flv:sportstest' ... matched as output file.
  21. Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument 'debug'.
  22. Finished splitting the commandline.
  23. Parsing a group of options: global .
  24. Applying option loglevel (set logging level) with argument debug.
  25. Successfully parsed a group of options.
  26. Parsing a group of options: input file /Users/kevin/Downloads/ocaa.very.short.flv.
  27. Applying option re (read input at native frame rate) with argument 1.
  28. Successfully parsed a group of options.
  29. Opening an input file: /Users/kevin/Downloads/ocaa.very.short.flv.
  30. [flv @ 0x7fdc82001400] Format flv probed with size=2048 and score=100
  31. [flv @ 0x7fdc82001400] Before avformat_find_stream_info() pos: 13 bytes read:32768 seeks:0
  32. [flv @ 0x7fdc82001400] All info found
  33. rfps: 14.833333 0.016449
  34. rfps: 14.916667 0.004120
  35. rfps: 15.000000 0.000017
  36.     Last message repeated 1 times
  37. rfps: 15.083333 0.004139
  38.     Last message repeated 1 times
  39. rfps: 15.166667 0.016486
  40. rfps: 29.833333 0.016481
  41. rfps: 29.916667 0.004162
  42.     Last message repeated 1 times
  43. rfps: 30.000000 0.000067
  44.     Last message repeated 1 times
  45. rfps: 30.083333 0.004199
  46. rfps: 30.166667 0.016555
  47. rfps: 44.833333 0.016547
  48. rfps: 44.916667 0.004237
  49. rfps: 45.000000 0.000152
  50.     Last message repeated 1 times
  51. rfps: 45.083333 0.004292
  52.     Last message repeated 1 times
  53. rfps: 45.166667 0.016658
  54. rfps: 59.833333 0.016647
  55. rfps: 59.916667 0.004346
  56.     Last message repeated 1 times
  57. rfps: 60.000000 0.000270
  58.     Last message repeated 1 times
  59. rfps: 29.970030 0.000593
  60.     Last message repeated 1 times
  61. rfps: 59.940060 0.002371
  62.     Last message repeated 1 times
  63. rfps: 14.985015 0.000148
  64.     Last message repeated 1 times
  65. [flv @ 0x7fdc82001400] After avformat_find_stream_info() pos: 200850 bytes read:229376 seeks:0 frames:102
  66. Input #0, flv, from '/Users/kevin/Downloads/ocaa.very.short.flv':
  67.   Metadata:
  68.     encoder         : Lavf54.63.104
  69.   Duration: 00:00:15.51, start: 0.000000, bitrate: 333 kb/s
  70.     Stream #0:0, 41, 1/1000: Video: flv1, yuv420p, 480x320, 1/1000, 200 kb/s, 15 tbr, 1k tbn, 1k tbc
  71.     Stream #0:1, 61, 1/1000: Audio: mp3, 11025 Hz, mono, s16p, 16 kb/s
  72. Successfully opened the file.
  73. Parsing a group of options: output file rtmp://user:pass@stream.sportslive24.net:1935/live/flv:sportstest.
  74. Applying option f (force format) with argument flv.
  75. Successfully parsed a group of options.
  76. Opening an output file: rtmp://user:pass@stream.sportslive24.net:1935/live/flv:sportstest.
  77. Parsing...
  78. Parsed protocol: 0
  79. Parsed host    : user
  80. Parsed app     : live
  81. Problem accessing the DNS. (addr: user)
  82. rtmp://user:pass@stream.sportslive24.net:1935/live/flv:sportstest: Unknown error occurred
  83. [AVIOContext @ 0x7fdc81522a00] Statistics: 229376 bytes read, 0 seeks
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement