Advertisement
Guest User

Untitled

a guest
Oct 10th, 2017
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.72 KB | None | 0 0
  1. ffmpeg -i rtmp://192.168.0.16/live/test -c copy /usr/local/nginx/html/video/output.ts
  2. ffmpeg version 2.4.3-1ubuntu1~trusty6 Copyright (c) 2000-2014 the FFmpeg developers
  3. built on Nov 22 2014 17:07:19 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1)
  4. configuration: --prefix=/usr --extra-version='1ubuntu1~trusty6' --build-suffix=-ffmpeg --toolchain=hardened --extra-cflags= --extra-cxxflags= --libdir=/usr/lib/x86_64-linux-gnu --shlibdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --enable-shared --disable-stripping --enable-avresample --enable-avisynth --enable-fontconfig --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libshine --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-opengl --enable-x11grab --enable-libxvid --enable-libx265 --enable-libdc1394 --enable-libiec61883 --enable-libzvbi --enable-libzmq --enable-frei0r --enable-libx264 --enable-libsoxr --enable-openal --enable-libopencv
  5. libavutil 54. 7.100 / 54. 7.100
  6. libavcodec 56. 1.100 / 56. 1.100
  7. libavformat 56. 4.101 / 56. 4.101
  8. libavdevice 56. 0.100 / 56. 0.100
  9. libavfilter 5. 1.100 / 5. 1.100
  10. libavresample 2. 1. 0 / 2. 1. 0
  11. libswscale 3. 0.100 / 3. 0.100
  12. libswresample 1. 1.100 / 1. 1.100
  13. libpostproc 53. 0.100 / 53. 0.100
  14. Metadata:
  15. Server NGINX RTMP (github.com/arut/nginx-rtmp-module)
  16. width 1920.00
  17. height 1080.00
  18. displayWidth 1920.00
  19. displayHeight 1080.00
  20. duration 0.00
  21. framerate 30.00
  22. fps 30.00
  23. videodatarate 4882.00
  24. videocodecid 7.00
  25. audiodatarate 0.00
  26. audiocodecid 0.00
  27. profile
  28. level
  29. [live_flv @ 0x21fe980] Could not find codec parameters for stream 1 (Audio: none, 0 channels): unknown codec
  30. Consider increasing the value for the 'analyzeduration' and 'probesize' options
  31. Input #0, live_flv, from 'rtmp://192.168.0.16/live/test':
  32. Metadata:
  33. Server : NGINX RTMP (github.com/arut/nginx-rtmp-module)
  34. displayWidth : 1920
  35. displayHeight : 1080
  36. fps : 30
  37. profile :
  38. level :
  39. Duration: 00:00:00.00, start: 74.667000, bitrate: N/A
  40. Stream #0:0: Video: h264 (High), yuv420p, 1920x1080, 4999 kb/s, 30.33 fps, 30 tbr, 1k tbn, 60 tbc
  41. Stream #0:1: Audio: none, 0 channels
  42. Output #0, mpegts, to '/usr/local/nginx/html/video/output.ts':
  43. Metadata:
  44. Server : NGINX RTMP (github.com/arut/nginx-rtmp-module)
  45. displayWidth : 1920
  46. displayHeight : 1080
  47. fps : 30
  48. profile :
  49. level :
  50. encoder : Lavf56.4.101
  51. Stream #0:0: Video: h264, yuv420p, 1920x1080, q=2-31, 4999 kb/s, 30.33 fps, 90k tbn, 30 tbc
  52. Stream mapping:
  53. Stream #0:0 -> #0:0 (copy)
  54. Press [q] to stop, [?] for help
  55. [mpegts @ 0x26264e0] H.264 bitstream malformed, no startcode found, use the video bitstream filter 'h264_mp4toannexb' to fix it ('-bsf:v h264_mp4toannexb' option with ffmpeg)
  56. av_interleaved_write_frame(): Invalid data found when processing input
  57. frame= 1 fps=0.0 q=-1.0 Lsize= 0kB time=00:00:00.-3 bitrate= -0.0kbits/s
  58. video:86kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
  59. Conversion failed!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement