Advertisement
fidothe

Untitled

Feb 29th, 2016
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.81 KB | None | 0 0
  1. $ ffmpeg -v debug -listen 1 -i rtmp://localhost:6001/live/test -c copy test.mp4
  2. ffmpeg version 2.8.5 Copyright (c) 2000-2016 the FFmpeg developers
  3.   built with gcc 4.8 (Ubuntu 4.8.4-2ubuntu1~14.04.1)
  4.   configuration: --prefix=/tmp/ffmpeg-build --extra-cflags=-I/tmp/ffmpeg-build/include --extra-ldflags=-L/tmp/ffmpeg-build/lib --bindir=/tmp/ffmpeg-build/bin --enable-gpl --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-librtmp --enable-nonfree
  5.   libavutil      54. 31.100 / 54. 31.100
  6.   libavcodec     56. 60.100 / 56. 60.100
  7.   libavformat    56. 40.101 / 56. 40.101
  8.   libavdevice    56.  4.100 / 56.  4.100
  9.   libavfilter     5. 40.101 /  5. 40.101
  10.   libswscale      3.  1.101 /  3.  1.101
  11.   libswresample   1.  2.101 /  1.  2.101
  12.   libpostproc    53.  3.100 / 53.  3.100
  13. Splitting the commandline.
  14. Reading option '-v' ... matched as option 'v' (set logging level) with argument 'debug'.
  15. Reading option '-listen' ... matched as AVOption 'listen' with argument '1'.
  16. Reading option '-i' ... matched as input file with argument 'rtmp://localhost:6001/live/test'.
  17. Reading option '-c' ... matched as option 'c' (codec name) with argument 'copy'.
  18. Reading option 'test.mp4' ... matched as output file.
  19. Finished splitting the commandline.
  20. Parsing a group of options: global .
  21. Applying option v (set logging level) with argument debug.
  22. Successfully parsed a group of options.
  23. Parsing a group of options: input file rtmp://localhost:6001/live/test.
  24. Successfully parsed a group of options.
  25. Opening an input file: rtmp://localhost:6001/live/test.
  26. Parsing...
  27. Parsed protocol: 0
  28. Parsed host    : localhost
  29. Parsed app     : live
  30. RTMP_Connect0, failed to connect socket. 111 (Connection refused)
  31. rtmp://localhost:6001/live/test: Unknown error occurred
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement