Advertisement
Guest User

Untitled

a guest
Jan 28th, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.60 KB | None | 0 0
  1. ds@flat:~/ffmpeg-git-20150127-32bit-static$ ./ffmpeg -re -i /var/www/flat_shared/mix.mp4 -c copy icecast://aacuser:f9Hsj2AS9sd@localhost/air.aac
  2. ffmpeg version N-42716-gaa508a9-   http://johnvansickle.com/ffmpeg/    Copyright (c) 2000-2015 the FFmpeg developers
  3.   built on Jan 27 2015 00:41:22 with gcc 4.9.2 (Debian 4.9.2-10)
  4.   configuration: --enable-gpl --enable-version3 --disable-shared --disable-debug --enable-runtime-cpudetect --enable-libmp3lame --enable-libx264 --enable-libx265 --enable-libwebp --enable-libspeex --enable-libvorbis --enable-libvpx --enable-libfreetype --enable-fontconfig --enable-libxvid --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-gray --enable-libopenjpeg --enable-libopus --enable-libass --enable-gnutls --cc=gcc-4.9
  5.   libavutil      54. 17.100 / 54. 17.100
  6.   libavcodec     56. 20.100 / 56. 20.100
  7.   libavformat    56. 19.100 / 56. 19.100
  8.   libavdevice    56.  4.100 / 56.  4.100
  9.   libavfilter     5.  9.101 /  5.  9.101
  10.   libswscale      3.  1.101 /  3.  1.101
  11.   libswresample   1.  1.100 /  1.  1.100
  12.   libpostproc    53.  3.100 / 53.  3.100
  13. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/var/www/flat_shared/mix.mp4':
  14.   Metadata:
  15.     major_brand     : mp42
  16.     minor_version   : 0
  17.     compatible_brands: mp42isom
  18.     creation_time   : 2015-01-02 10:56:03
  19.     encoder         : FAAC 1.28
  20.     artist          : Пика
  21.     title           : 9. Бит любой [Новый Рэп]
  22.   Duration: 00:03:42.35, start: 0.023220, bitrate: 203 kb/s
  23.     Stream #0:0(eng): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 201 kb/s (default)
  24.     Metadata:
  25.       creation_time   : 2015-01-02 10:56:03
  26. Output #0, adts, to 'icecast://aacuser:f9Hsj2AS9sd@localhost/air.aac':
  27.   Metadata:
  28.     major_brand     : mp42
  29.     minor_version   : 0
  30.     compatible_brands: mp42isom
  31.     title           : 9. Бит любой [Новый Рэп]
  32.     artist          : Пика
  33.     encoder         : Lavf56.19.100
  34.     Stream #0:0(eng): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, 201 kb/s (default)
  35.     Metadata:
  36.       creation_time   : 2015-01-02 10:56:03
  37. Stream mapping:
  38.   Stream #0:0 -> #0:0 (copy)
  39. Press [q] to stop, [?] for help
  40. [icecast @ 0xbb87620] It seems you are streaming an unsupported format.
  41. [icecast @ 0xbb87620] It might work, but is not officially supported in Icecast!
  42. av_interleaved_write_frame(): Broken pipe 193.5kbits/s
  43. size=     720kB time=00:00:30.46 bitrate= 193.6kbits/s
  44. video:0kB audio:711kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 1.262698%
  45. Conversion failed!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement