Advertisement
Guest User

Untitled

a guest
Aug 11th, 2016
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.44 KB | None | 0 0
  1. ffmpeg version N-81301-gb2b659b Copyright (c) 2000-2016 the FFmpeg developers
  2.   built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.1) 20160609
  3.   configuration: --prefix=/home/ubuntu/ffmpeg_build --pkg-config-flags=--static --extra-cflags=-I/home/ubuntu/ffmpeg_build/include --extra-ldflags=-L/home/ubuntu/ffmpeg_build/lib --bindir=/home/ubuntu/bin --enable-gpl --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-nonfree
  4.   libavutil      55. 28.100 / 55. 28.100
  5.   libavcodec     57. 51.100 / 57. 51.100
  6.   libavformat    57. 46.100 / 57. 46.100
  7.   libavdevice    57.  0.102 / 57.  0.102
  8.   libavfilter     6. 50.100 /  6. 50.100
  9.   libswscale      4.  1.100 /  4.  1.100
  10.   libswresample   2.  1.100 /  2.  1.100
  11.   libpostproc    54.  0.100 / 54.  0.100
  12. [flv @ 0x2701600] audio stream discovered after head already parsed
  13. Input #0, flv, from 'rtmp://localhost/myapp/obs':
  14.   Metadata:
  15.     Server          : NGINX RTMP (github.com/sergey-dryabzhinsky/nginx-rtmp-module)
  16.     displayWidth    : 1920
  17.     displayHeight   : 1080
  18.     fps             : 30
  19.     profile         :
  20.     level           :
  21.   Duration: 00:00:00.00, start: 60.011000, bitrate: N/A
  22.     Stream #0:0: Audio: aac (LC), 48000 Hz, stereo, fltp
  23. [flv @ 0x2708560] Using AVStream.codec to pass codec parameters to muxers is deprecated, use AVStream.codecpar instead.
  24. Output #0, flv, to 'rtmp://localhost/hls/obs_low':
  25.   Metadata:
  26.     Server          : NGINX RTMP (github.com/sergey-dryabzhinsky/nginx-rtmp-module)
  27.     displayWidth    : 1920
  28.     displayHeight   : 1080
  29.     fps             : 30
  30.     profile         :
  31.     level           :
  32.     encoder         : Lavf57.46.100
  33.     Stream #0:0: Audio: aac (libfdk_aac) ([10][0][0][0] / 0x000A), 48000 Hz, stereo, s16, 32 kb/s
  34.     Metadata:
  35.       encoder         : Lavc57.51.100 libfdk_aac
  36. Stream mapping:
  37.   Stream #0:0 -> #0:0 (aac (native) -> aac (libfdk_aac))
  38. Press [q] to stop, [?] for help
  39. [flv @ 0x2701600] video stream discovered after head already parsed
  40. [flv @ 0x2701600] New video stream 0:1 at pos:87263 and DTS:66.3s
  41. [flv @ 0x2708560] Failed to update header with correct duration.6x
  42. [flv @ 0x2708560] Failed to update header with correct filesize.
  43. size=      81kB time=00:00:16.93 bitrate=  39.3kbits/s speed=1.46x
  44. video:0kB audio:68kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 20.064869%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement