Created
June 23, 2013 17:39
-
-
Save klaxa/5845844 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ /home/klaxa/Downloads/ffmpeg_static/ffmpeg-linux64-20121213/ffmpeg -i rtmp://localhost:1935/audio/test -c:a libmp3lame -b:a 320k -loglevel debug pipe: | |
ffmpeg version N-47810-geee8c94 Copyright (c) 2000-2012 the FFmpeg developers | |
built on Dec 13 2012 09:06:31 with gcc 4.7 (Debian 4.7.2-4) | |
configuration: --extra-cflags=-I../static/include --extra-ldflags='-L../static/lib -static' --enable-gpl --enable-version3 --enable-static --disable-shared --disable-debug --enable-runtime-cpudetect --disable-x11grab --enable-libmp3lame --enable-libx264 --enable-libspeex --enable-libvorbis --enable-libvpx --enable-libfreetype --enable-libxvid --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libxavs --enable-libtheora --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-gray --enable-libopenjpeg --disable-ffserver | |
libavutil 52. 12.100 / 52. 12.100 | |
libavcodec 54. 79.102 / 54. 79.102 | |
libavformat 54. 49.101 / 54. 49.101 | |
libavdevice 54. 3.102 / 54. 3.102 | |
libavfilter 3. 27.101 / 3. 27.101 | |
libswscale 2. 1.103 / 2. 1.103 | |
libswresample 0. 17.102 / 0. 17.102 | |
libpostproc 52. 2.100 / 52. 2.100 | |
[rtmp @ 0x2406e80] Handshaking... | |
[rtmp @ 0x2406e80] Type answer 3 | |
[rtmp @ 0x2406e80] Server version 1.2.3.4 | |
[rtmp @ 0x2406e80] Proto = rtmp, path = /audio/test, app = audio, fname = test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment