View Single Post
  #5  
Old 08-06-2016, 03:25 PM
WHOOKIDSON WHOOKIDSON is offline
Senior Member
 
Join Date: Dec 2010
Posts: 142
WHOOKIDSON is on a distinguished road
Default

Re: Capture and convert Streams from Vlive.tv - Problem to decrypt


This is what I got:

Code:
ffmpeg version N-80953-gd4c8e93 Copyright (c) 2000-2016 the FFmpeg developers
  built with gcc 5.4.0 (GCC)
  configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-dxva2 --enable-libmfx --enable-nvenc --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-lzma --enable-decklink --enable-zlib
  libavutil      55. 28.100 / 55. 28.100
  libavcodec     57. 50.100 / 57. 50.100
  libavformat    57. 41.100 / 57. 41.100
  libavdevice    57.  0.102 / 57.  0.102
  libavfilter     6. 47.100 /  6. 47.100
  libswscale      4.  1.100 /  4.  1.100
  libswresample   2.  1.100 /  2.  1.100
  libpostproc    54.  0.100 / 54.  0.100
Format aac detected only with low score of 1, misdetection possible!
[aac @ 0440adc0] More than one AAC RDB per ADTS frame is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
[aac @ 0440adc0] Reserved bit set.
[aac @ 0440adc0] Number of bands (45) exceeds limit (28).
[aac @ 0440adc0] channel element 3.13 is not allocated
[aac @ 0440adc0] TNS filter order 22 is greater than maximum 20.
[aac @ 0440adc0] Reserved bit set.
[aac @ 0440adc0] Number of scalefactor bands in group (15) exceeds limit (12).
[aac @ 0440adc0] Sample rate index in program config element does not match the sample rate index configured by the container.
[aac @ 0440adc0] Remapped id too large
[aac @ 0440adc0]  is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
[aac @ 0440adc0] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/incoming/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)
[aac @ 0440adc0] channel element 2.14 is not allocated
[aac @ 0440adc0] channel element 1.4 is not allocated
[aac @ 0440adc0] Reserved bit set.
[aac @ 0440adc0] invalid band type
[aac @ 0440adc0] channel element 2.10 is not allocated
[aac @ 0440adc0] channel element 3.15 is not allocated
[aac @ 0440adc0] channel element 3.8 is not allocated
[aac @ 0440adc0] Number of bands (22) exceeds limit (17).
[aac @ 0440adc0] channel element 2.14 is not allocated
[aac @ 0440adc0] Sample rate index in program config element does not match the sample rate index configured by the container.
[aac @ 0440adc0] Inconsistent channel configuration.
[aac @ 0440adc0] get_buffer() failed
[aac @ 0440adc0] Sample rate index in program config element does not match the sample rate index configured by the container.
[aac @ 0440adc0] Remapped id too large
[aac @ 0440adc0]  is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
[aac @ 0440adc0] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/incoming/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)
[aac @ 0440adc0] channel element 2.6 is not allocated
    Last message repeated 1 times
What program did you use to download the video?
Reply With Quote