[FFmpeg-user] RES: FF-MPEG newbie trial testing streaming with ffserver and mpegts UDP multicast live stream.

Pedro Daniel Costa portalnet2 at outlook.com.br
Sun Jul 1 07:38:56 EEST 2018


Ok guys

So quick update

I have managed to get transcoding working fine..

Apparently I was starting ffmpeg - I udp://@xxxxxxxx  from wrong folder, needed to be insise same folder from the ffmpeg server.conf file..

Now streaming is working flawlessly but ofcourse the cpu cannot handle more then 4 simulataneous transcodings of full hd 1920x1080p , which reduced bandwidth rates from 20mbps per channel to 2mbps now.. using libx264..

Now I have another question, has anyone tested live transcoding with CUDA GPUs? I have a NDVIDIA CUDA card P1000 with 640GPU Cores..

I am planning to give it a try, but I have not found any kind of information on how to setup the live transcoding using CUDA GPUs.

I read the the Card I have is from Pascal NVIDIA family, now I just need to find transcoding examples .

-----Mensagem original-----
De: ffmpeg-user [mailto:ffmpeg-user-bounces at ffmpeg.org] Em nome de Pedro Daniel Costa
Enviada em: sábado, 30 de junho de 2018 20:59
Para: ffmpeg-user at ffmpeg.org
Assunto: [FFmpeg-user] FF-MPEG newbie trial testing streaming with ffserver and mpegts UDP multicast live stream.

Hi Guys

I have been testing ffmpeg recently for a live broadcasting Project i have

ATM I am developing a multicast IPTV middleware streaming for a small ISP project.

Its working fine so far it Filters the DVB-S and DVB-T streams and outputs it without any transcoding output Multicast UDP 239.1xxx for each service found on the Transponder..


Só I have a problem the ISP wants to save bandwidth and some channels to be broadcasted are full HD 1920x1080 around 15 to 20mbits with all the AC 5.1 audios etc..

I want to transcode it with ffmpeg to h.265 to bring the HD stream down to something between 1.5mbits up to 4mbits


So far I am testing ffmpeg, but have not managed yet to transcode the live stream correctly


This is my output for testing

Ffmpeg server config

HTTPPort 8889
HTTPBindAddress 177.104.117.158
MaxHTTPConnections 20000
MaxClients 10000
MaxBandwidth 1000000
CustomLog -
<Feed feed1.ffm>
File /tmp/feed1.ffm
FileMaxSize 100M
</Feed>

<Stream feed1.flv>
Feed feed1.ffm
Format flv
AudioBitRate 64
AudioChannels 2
AudioSampleRate 44100
AVOptionAudio flags +global_header
VideoBitRate 256
VideoBufferSize 400
VideoFrameRate 25
VideoBitRateTolerance 100
VideoSize 720x480
VideoGopSize 12
AudioCodec aac
VideoCodec libx264
AVOptionVideo coder 0
AVOptionVideo bf 0
AVOptionVideo flags +loop
AVOptionVideo partitions +parti8x8+parti4x4+partp8x8+partb8x8
AVOptionVideo me_method hex
AVOptionVideo subq 7
AVOptionVideo me_range 16
#AVOptionVideo g 250
AVOptionVideo keyint_min 10
AVOptionVideo sc_threshold 40
AVOptionVideo i_qfactor 0.71
AVOptionVideo b_strategy 1
AVOptionVideo qcomp 0.6
AVOptionVideo qmin 10
AVOptionVideo qmax 51
AVOptionVideo qdiff 4
AVOptionVideo refs 3
#AVOptionVideo direct-pred 1
AVOptionVideo trellis 1
#AVOptionVideo wpredp 0
AVOptionVideo flags +global_header
#Title 'Some Great tv'
#comment 'Great tv channel'
#author 'Humanity'
StartSendOnKey
</Stream>
<Stream stat.html>
Format status

ACL allow 192.168.0.0 192.168.255.255
</Stream>





Then I run ffmpeg -I  to input the live stream UDP multicast into ffmpeg server as below

ffmpeg -i udp://@239.106.1.0:4422 http://17x.1xx.1xx.15x/feed1.ffm



but I get the following error as below and cannot start the live transcoding, perhaps this could be some missing configuration?

ffmpeg -i udp://@239.106.32.0:4400 http://1xx.10x.1xx.1xx:8889/feed1.ffm
ffmpeg version 3.4.2-1~16.04.york0.2 Copyright (c) 2000-2018 the FFmpeg developers
  built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.9) 20160609
  configuration: --prefix=/usr --extra-version='1~16.04.york0.2' --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librubberband --enable-librsvg --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libopencv --enable-libx264 --enable-shared
  libavutil      55. 78.100 / 55. 78.100
  libavcodec     57.107.100 / 57.107.100
  libavformat    57. 83.100 / 57. 83.100
  libavdevice    57. 10.100 / 57. 10.100
  libavfilter     6.107.100 /  6.107.100
  libavresample   3.  7.  0 /  3.  7.  0
  libswscale      4.  8.100 /  4.  8.100
  libswresample   2.  9.100 /  2.  9.100
  libpostproc    54.  7.100 / 54.  7.100
[mpegts @ 0x559ae7038440] PES packet size mismatch
    Last message repeated 23 times
[mpegts @ 0x559ae7038440] Invalid timestamps stream=0, pts=6237612569, dts=14781400808, size=59086
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 2 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] no frame!
[aac_latm @ 0x559ae705e6e0] Multiple programs 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_latm @ 0x559ae705e6e0] 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 at ffmpeg.org)
[h264 @ 0x559ae705d4a0] sps_id 0 out of range
[h264 @ 0x559ae705d4a0] SPS unavailable in decode_picture_timing
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced [mpegts @ 0x559ae7038440] DTS 6237606563 < 14781400808 out of order
[h264 @ 0x559ae705d4a0] sps_id 0 out of range
[h264 @ 0x559ae705d4a0] SPS unavailable in decode_picture_timing
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 4 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] no frame!
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] no frame!
[h264 @ 0x559ae705d4a0] sps_id 0 out of range
[h264 @ 0x559ae705d4a0] SPS unavailable in decode_picture_timing
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] sps_id 0 out of range
[h264 @ 0x559ae705d4a0] SPS unavailable in decode_picture_timing
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] no frame!
[h264 @ 0x559ae705d4a0] sps_id 0 out of range
[h264 @ 0x559ae705d4a0] SPS unavailable in decode_picture_timing
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] sps_id 0 out of range
[h264 @ 0x559ae705d4a0] SPS unavailable in decode_picture_timing
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] no frame!
[h264 @ 0x559ae705d4a0] sps_id 0 out of range
[h264 @ 0x559ae705d4a0] non-existing SPS 0 referenced in buffering period
[h264 @ 0x559ae705d4a0] SPS unavailable in decode_picture_timing
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] sps_id 0 out of range
[h264 @ 0x559ae705d4a0] non-existing SPS 0 referenced in buffering period
[h264 @ 0x559ae705d4a0] SPS unavailable in decode_picture_timing
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] no frame!
[h264 @ 0x559ae705d4a0] SPS unavailable in decode_picture_timing
[h264 @ 0x559ae705d4a0] SEI type 160 size 1024 truncated at 8
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] sps_id 0 out of range
[h264 @ 0x559ae705d4a0] SEI type 118 size 1024 truncated at 8
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] SPS unavailable in decode_picture_timing
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] no frame!
[h264 @ 0x559ae705d4a0] sps_id 0 out of range
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] no frame!
[h264 @ 0x559ae705d4a0] non-existing PPS 179 referenced
    Last message repeated 1 times
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] no frame!
[h264 @ 0x559ae705d4a0] SPS unavailable in decode_picture_timing
[h264 @ 0x559ae705d4a0] SEI type 160 size 1024 truncated at 8
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] SPS unavailable in decode_picture_timing
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] no frame!
[h264 @ 0x559ae705d4a0] sps_id 0 out of range
[h264 @ 0x559ae705d4a0] SPS unavailable in decode_picture_timing
[h264 @ 0x559ae705d4a0] non-existing SPS 0 referenced in buffering period
[h264 @ 0x559ae705d4a0] SEI type 217 size 2008 truncated at 1752
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] sps_id 0 out of range
[h264 @ 0x559ae705d4a0] SPS unavailable in decode_picture_timing
[h264 @ 0x559ae705d4a0] non-existing SPS 0 referenced in buffering period
[h264 @ 0x559ae705d4a0] SEI type 217 size 2008 truncated at 1742
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] no frame!
[h264 @ 0x559ae705d4a0] sps_id 0 out of range
[h264 @ 0x559ae705d4a0] SPS unavailable in decode_picture_timing
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] sps_id 0 out of range
[h264 @ 0x559ae705d4a0] SPS unavailable in decode_picture_timing
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] sps_id 0 out of range
[h264 @ 0x559ae705d4a0] SPS unavailable in decode_picture_timing
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] no frame!
[h264 @ 0x559ae705d4a0] sps_id 0 out of range
[h264 @ 0x559ae705d4a0] SPS unavailable in decode_picture_timing
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] no frame!
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] no frame!
[h264 @ 0x559ae705d4a0] sps_id 0 out of range
[h264 @ 0x559ae705d4a0] SPS unavailable in decode_picture_timing
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] sps_id 0 out of range
[h264 @ 0x559ae705d4a0] SPS unavailable in decode_picture_timing
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] no frame!
[h264 @ 0x559ae705d4a0] sps_id 0 out of range
[h264 @ 0x559ae705d4a0] SPS unavailable in decode_picture_timing
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] sps_id 0 out of range
[h264 @ 0x559ae705d4a0] SPS unavailable in decode_picture_timing
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] no frame!
[h264 @ 0x559ae705d4a0] sps_id 0 out of range
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] sps_id 0 out of range
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] no frame!
[h264 @ 0x559ae705d4a0] sps_id 0 out of range
[h264 @ 0x559ae705d4a0] SPS unavailable in decode_picture_timing
[h264 @ 0x559ae705d4a0] SEI type 160 size 1024 truncated at 8
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced [mpegts @ 0x559ae7038440] DTS discontinuity in stream 0: packet 12 with DTS 6237648605, packet 17 with DTS 7311402441
[h264 @ 0x559ae705d4a0] sps_id 0 out of range
[h264 @ 0x559ae705d4a0] SPS unavailable in decode_picture_timing
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] no frame!
[h264 @ 0x559ae705d4a0] sps_id 0 out of range
[h264 @ 0x559ae705d4a0] SPS unavailable in decode_picture_timing
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] sps_id 0 out of range
[h264 @ 0x559ae705d4a0] SPS unavailable in decode_picture_timing
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] non-existing PPS 0 referenced
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] no frame!
[AVBSFContext @ 0x559ae70cd540] Invalid NAL unit 0, skipping.
[h264 @ 0x559ae705d4a0] Invalid NAL unit 1, skipping.
[h264 @ 0x559ae705d4a0] left block unavailable for requested intra mode
[h264 @ 0x559ae705d4a0] error while decoding MB 0 8, bytestream 1341
[h264 @ 0x559ae705d4a0] top block unavailable for requested intra mode
[h264 @ 0x559ae705d4a0] error while decoding MB 89 12, bytestream 5361
[h264 @ 0x559ae705d4a0] left block unavailable for requested intra mode
[h264 @ 0x559ae705d4a0] error while decoding MB 0 56, bytestream 2471
[h264 @ 0x559ae705d4a0] left block unavailable for requested intra4x4 mode -1
[h264 @ 0x559ae705d4a0] error while decoding MB 0 64, bytestream 2702
[h264 @ 0x559ae705d4a0] top block unavailable for requested intra mode -1
[h264 @ 0x559ae705d4a0] error while decoding MB 34 25, bytestream 1317
[h264 @ 0x559ae705d4a0] cabac decode of qscale diff failed at 92 55
[h264 @ 0x559ae705d4a0] error while decoding MB 92 55, bytestream 404
[h264 @ 0x559ae705d4a0] Reference 5 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 10 0, bytestream 1380
[h264 @ 0x559ae705d4a0] concealing 8160 DC, 8160 AC, 8160 MV errors in P frame
[h264 @ 0x559ae705d4a0] number of reference frames (0+3) exceeds max (2; probably corrupt input), discarding one
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 43 0, bytestream 7893
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 105 12, bytestream 9089
[h264 @ 0x559ae705d4a0] Reference 4 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 21 24, bytestream 10876
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 55 36, bytestream 12636
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 98 50, bytestream 7742
[h264 @ 0x559ae705d4a0] Reference 3 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 16 62, bytestream 7547
[h264 @ 0x559ae705d4a0] concealing 7602 DC, 7602 AC, 7602 MV errors in B frame
[h264 @ 0x559ae705d4a0] Reference 3 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 67 12, bytestream 7077
[h264 @ 0x559ae705d4a0] top block unavailable for requested intra mode
[h264 @ 0x559ae705d4a0] error while decoding MB 13 36, bytestream 9768
[h264 @ 0x559ae705d4a0] cabac decode of qscale diff failed at 26 56
[h264 @ 0x559ae705d4a0] error while decoding MB 26 56, bytestream 3105
[h264 @ 0x559ae705d4a0] Reference 3 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 66 64, bytestream 4094
[h264 @ 0x559ae705d4a0] concealing 5213 DC, 5213 AC, 5213 MV errors in B frame [mpegts @ 0x559ae7038440] DTS discontinuity in stream 0: packet 20 with DTS 6237666624, packet 24 with DTS 6237675632
[h264 @ 0x559ae705d4a0] top block unavailable for requested intra mode -1
[h264 @ 0x559ae705d4a0] error while decoding MB 73 0, bytestream 11349
[h264 @ 0x559ae705d4a0] top block unavailable for requested intra mode
[h264 @ 0x559ae705d4a0] error while decoding MB 71 12, bytestream 14697
[h264 @ 0x559ae705d4a0] Reference 4 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 36 24, bytestream 17651
[h264 @ 0x559ae705d4a0] top block unavailable for requested intra mode -1
[h264 @ 0x559ae705d4a0] error while decoding MB 104 48, bytestream 13279
[h264 @ 0x559ae705d4a0] top block unavailable for requested intra mode
[h264 @ 0x559ae705d4a0] error while decoding MB 24 60, bytestream 10673
[h264 @ 0x559ae705d4a0] concealing 8055 DC, 8055 AC, 8055 MV errors in P frame
[h264 @ 0x559ae705d4a0] co located POCs unavailable
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 49 4, bytestream 11834
[h264 @ 0x559ae705d4a0] co located POCs unavailable
[h264 @ 0x559ae705d4a0] Reference 3 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 96 24, bytestream 6277
[h264 @ 0x559ae705d4a0] concealing 7633 DC, 7633 AC, 7633 MV errors in B frame
[h264 @ 0x559ae705d4a0] co located POCs unavailable
[h264 @ 0x559ae705d4a0] cabac decode of qscale diff failed at 62 2
[h264 @ 0x559ae705d4a0] error while decoding MB 62 2, bytestream 5574
[h264 @ 0x559ae705d4a0] co located POCs unavailable
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 107 12, bytestream 7918
[h264 @ 0x559ae705d4a0] co located POCs unavailable
[h264 @ 0x559ae705d4a0] Reference 3 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 29 30, bytestream 5053
[h264 @ 0x559ae705d4a0] co located POCs unavailable
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 83 36, bytestream 8983
[h264 @ 0x559ae705d4a0] co located POCs unavailable
[h264 @ 0x559ae705d4a0] cabac decode of qscale diff failed at 116 58
[h264 @ 0x559ae705d4a0] error while decoding MB 116 58, bytestream 225
[h264 @ 0x559ae705d4a0] co located POCs unavailable
[h264 @ 0x559ae705d4a0] Reference 3 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 27 64, bytestream 3071
[h264 @ 0x559ae705d4a0] concealing 5390 DC, 5390 AC, 5390 MV errors in B frame
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 30 2, bytestream 10476
[h264 @ 0x559ae705d4a0] top block unavailable for requested intra mode
[h264 @ 0x559ae705d4a0] error while decoding MB 28 12, bytestream 13591
[h264 @ 0x559ae705d4a0] Reference 3 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 49 36, bytestream 9604
[h264 @ 0x559ae705d4a0] concealing 7601 DC, 7601 AC, 7601 MV errors in P frame [mpegts @ 0x559ae7038440] DTS discontinuity in stream 3: packet 15 with DTS 6237657528, packet 16 with DTS 8385145017 [aac_latm @ 0x559ae7060b60] Audio object type SBR+18 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.
[mpegts @ 0x559ae7038440] PES packet size mismatch
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 69 4, bytestream 4227
[h264 @ 0x559ae705d4a0] Reference 4 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 23 14, bytestream 6935
[h264 @ 0x559ae705d4a0] left block unavailable for requested intra mode
[h264 @ 0x559ae705d4a0] error while decoding MB 0 32, bytestream 2951
[h264 @ 0x559ae705d4a0] Reference 3 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 15 38, bytestream 8279
[h264 @ 0x559ae705d4a0] error while decoding MB 100 58, bytestream -10
[h264 @ 0x559ae705d4a0] top block unavailable for requested intra mode
[h264 @ 0x559ae705d4a0] error while decoding MB 65 60, bytestream 6438
[h264 @ 0x559ae705d4a0] concealing 5062 DC, 5062 AC, 5062 MV errors in B frame [mpegts @ 0x559ae7038440] PES packet size mismatch
    Last message repeated 1 times
[h264 @ 0x559ae705d4a0] top block unavailable for requested intra mode -1
[h264 @ 0x559ae705d4a0] error while decoding MB 93 0, bytestream 5871
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 18 32, bytestream 2671
[h264 @ 0x559ae705d4a0] Reference 4 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 19 36, bytestream 8423
[h264 @ 0x559ae705d4a0] top block unavailable for requested intra mode -1
[h264 @ 0x559ae705d4a0] error while decoding MB 34 48, bytestream 8585
[h264 @ 0x559ae705d4a0] top block unavailable for requested intra mode
[h264 @ 0x559ae705d4a0] error while decoding MB 30 60, bytestream 6564
[h264 @ 0x559ae705d4a0] concealing 6597 DC, 6597 AC, 6597 MV errors in B frame
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 106 2, bytestream 9704
[h264 @ 0x559ae705d4a0] top block unavailable for requested intra mode
[h264 @ 0x559ae705d4a0] error while decoding MB 76 12, bytestream 12197
[h264 @ 0x559ae705d4a0] Reference 4 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 46 36, bytestream 14352
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 108 48, bytestream 12771
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 118 66, bytestream 546
[h264 @ 0x559ae705d4a0] concealing 6703 DC, 6703 AC, 6703 MV errors in P frame
[h264 @ 0x559ae705d4a0] left block unavailable for requested intra mode
[h264 @ 0x559ae705d4a0] error while decoding MB 0 2, bytestream 5391
[h264 @ 0x559ae705d4a0] cabac decode of qscale diff failed at 14 43
[h264 @ 0x559ae705d4a0] error while decoding MB 14 42, bytestream 4154
[h264 @ 0x559ae705d4a0] Reference 3 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 71 58, bytestream 1083
[h264 @ 0x559ae705d4a0] error while decoding MB 112 66, bytestream -7
[h264 @ 0x559ae705d4a0] concealing 4972 DC, 4972 AC, 4972 MV errors in B frame [mpegts @ 0x559ae7038440] PES packet size mismatch
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 79 0, bytestream 6310
[h264 @ 0x559ae705d4a0] illegal modification_of_pic_nums_idc 12
[h264 @ 0x559ae705d4a0] decode_slice_header error
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 47 32, bytestream 2261
[h264 @ 0x559ae705d4a0] Reference 4 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 108 40, bytestream 4505
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 11 48, bytestream 8799
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 5 60, bytestream 6436
[h264 @ 0x559ae705d4a0] concealing 6633 DC, 6633 AC, 6633 MV errors in B frame
[h264 @ 0x559ae705d4a0] top block unavailable for requested intra mode
[h264 @ 0x559ae705d4a0] error while decoding MB 96 0, bytestream 12176
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 11 12, bytestream 13290
[h264 @ 0x559ae705d4a0] Reference 3 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 85 24, bytestream 10457
[h264 @ 0x559ae705d4a0] top block unavailable for requested intra mode -1
[h264 @ 0x559ae705d4a0] error while decoding MB 38 36, bytestream 13756
[h264 @ 0x559ae705d4a0] Reference 5 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 31 48, bytestream 14626
[h264 @ 0x559ae705d4a0] top block unavailable for requested intra mode -1
[h264 @ 0x559ae705d4a0] error while decoding MB 85 60, bytestream 8278
[h264 @ 0x559ae705d4a0] concealing 8041 DC, 8041 AC, 8041 MV errors in P frame [mpegts @ 0x559ae7038440] PES packet size mismatch
[h264 @ 0x559ae705d4a0] top block unavailable for requested intra mode -1
[h264 @ 0x559ae705d4a0] error while decoding MB 27 0, bytestream 8206
[h264 @ 0x559ae705d4a0] top block unavailable for requested intra mode -1
[h264 @ 0x559ae705d4a0] error while decoding MB 91 12, bytestream 6637
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 12 24, bytestream 8666
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 111 36, bytestream 8273
[h264 @ 0x559ae705d4a0] top block unavailable for requested intra mode -1
[h264 @ 0x559ae705d4a0] error while decoding MB 74 48, bytestream 8808
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 8 60, bytestream 7592
[h264 @ 0x559ae705d4a0] concealing 8031 DC, 8031 AC, 8031 MV errors in B frame [mpegts @ 0x559ae7038440] PES packet size mismatch
[h264 @ 0x559ae705d4a0] cabac decode of qscale diff failed at 100 2
[h264 @ 0x559ae705d4a0] error while decoding MB 100 2, bytestream 4670
[h264 @ 0x559ae705d4a0] Reference 4 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 8 24, bytestream 7484
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 8 40, bytestream 4592
[h264 @ 0x559ae705d4a0] cabac decode of qscale diff failed at 33 59
[h264 @ 0x559ae705d4a0] error while decoding MB 33 58, bytestream 1621
[h264 @ 0x559ae705d4a0] Reference 7 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 62 60, bytestream 5750
[h264 @ 0x559ae705d4a0] concealing 5162 DC, 5162 AC, 5162 MV errors in B frame
[h264 @ 0x559ae705d4a0] top block unavailable for requested intra mode -1
[h264 @ 0x559ae705d4a0] error while decoding MB 62 0, bytestream 9409
[h264 @ 0x559ae705d4a0] top block unavailable for requested intra mode -1
[h264 @ 0x559ae705d4a0] error while decoding MB 14 12, bytestream 9603
[h264 @ 0x559ae705d4a0] top block unavailable for requested intra mode -1
[h264 @ 0x559ae705d4a0] error while decoding MB 67 24, bytestream 9078
[h264 @ 0x559ae705d4a0] top block unavailable for requested intra mode -1
[h264 @ 0x559ae705d4a0] error while decoding MB 4 36, bytestream 10950
[h264 @ 0x559ae705d4a0] top block unavailable for requested intra mode -1
[h264 @ 0x559ae705d4a0] error while decoding MB 61 48, bytestream 10581
[h264 @ 0x559ae705d4a0] top block unavailable for requested intra mode -1
[h264 @ 0x559ae705d4a0] error while decoding MB 52 60, bytestream 8601
[h264 @ 0x559ae705d4a0] concealing 8114 DC, 8114 AC, 8114 MV errors in I frame
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 43 4, bytestream 6230
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 19 12, bytestream 8198
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 115 26, bytestream 5310
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 53 38, bytestream 7719
[h264 @ 0x559ae705d4a0] Reference 4 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 6 50, bytestream 9026
[h264 @ 0x559ae705d4a0] Reference 3 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 103 62, bytestream 4376
[h264 @ 0x559ae705d4a0] concealing 6645 DC, 6645 AC, 6645 MV errors in B frame
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 1 4, bytestream 6239
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 90 12, bytestream 6949
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 11 26, bytestream 7264
[h264 @ 0x559ae705d4a0] cabac decode of qscale diff failed at 17 43
[h264 @ 0x559ae705d4a0] error while decoding MB 17 42, bytestream 4824
[h264 @ 0x559ae705d4a0] concealing 5539 DC, 5539 AC, 5539 MV errors in B frame
[h264 @ 0x559ae705d4a0] cabac decode of qscale diff failed at 101 2
[h264 @ 0x559ae705d4a0] error while decoding MB 101 2, bytestream 10708
[h264 @ 0x559ae705d4a0] top block unavailable for requested intra mode -1
[h264 @ 0x559ae705d4a0] error while decoding MB 0 12, bytestream 14341
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 29 24, bytestream 14900
[h264 @ 0x559ae705d4a0] top block unavailable for requested intra mode -1
[h264 @ 0x559ae705d4a0] error while decoding MB 72 36, bytestream 14184
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 117 66, bytestream 1312
[h264 @ 0x559ae705d4a0] concealing 6312 DC, 6312 AC, 6312 MV errors in P frame
[h264 @ 0x559ae705d4a0] top block unavailable for requested intra mode -1
[h264 @ 0x559ae705d4a0] error while decoding MB 14 0, bytestream 9645
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 84 38, bytestream 7495
[h264 @ 0x559ae705d4a0] Reference 4 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 79 62, bytestream 4349
[h264 @ 0x559ae705d4a0] concealing 7013 DC, 7013 AC, 7013 MV errors in B frame
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 89 2, bytestream 6546
[h264 @ 0x559ae705d4a0] Reference 4 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 28 20, bytestream 2445
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 84 36, bytestream 8123
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 54 58, bytestream 1164
[h264 @ 0x559ae705d4a0] concealing 4135 DC, 4135 AC, 4135 MV errors in B frame
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 16 0, bytestream 13683
[h264 @ 0x559ae705d4a0] left block unavailable for requested intra mode
[h264 @ 0x559ae705d4a0] error while decoding MB 0 16, bytestream 9562
[h264 @ 0x559ae705d4a0] top block unavailable for requested intra mode
[h264 @ 0x559ae705d4a0] error while decoding MB 45 24, bytestream 11967
[h264 @ 0x559ae705d4a0] top block unavailable for requested intra mode
[h264 @ 0x559ae705d4a0] error while decoding MB 75 48, bytestream 13033
[h264 @ 0x559ae705d4a0] concealing 6844 DC, 6844 AC, 6844 MV errors in P frame
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 15 44, bytestream 2608
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 27 48, bytestream 8593
[h264 @ 0x559ae705d4a0] concealing 3715 DC, 3715 AC, 3715 MV errors in B frame
[h264 @ 0x559ae705d4a0] Reference 4 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 103 26, bytestream 6761
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 97 42, bytestream 3179
[h264 @ 0x559ae705d4a0] concealing 3088 DC, 3088 AC, 3088 MV errors in B frame [aac_latm @ 0x559ae7061da0] This stream seems to incorrectly report its last channel as LFE[5], mapping to LFE[0]
[h264 @ 0x559ae705d4a0] Reference 4 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 118 0, bytestream 9884
[h264 @ 0x559ae705d4a0] top block unavailable for requested intra mode
[h264 @ 0x559ae705d4a0] error while decoding MB 47 12, bytestream 11898
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 10 24, bytestream 11591
[h264 @ 0x559ae705d4a0] left block unavailable for requested intra4x4 mode -1
[h264 @ 0x559ae705d4a0] error while decoding MB 0 40, bytestream 6499
[h264 @ 0x559ae705d4a0] top block unavailable for requested intra mode
[h264 @ 0x559ae705d4a0] error while decoding MB 41 48, bytestream 11098
[h264 @ 0x559ae705d4a0] top block unavailable for requested intra mode
[h264 @ 0x559ae705d4a0] error while decoding MB 62 60, bytestream 7109
[h264 @ 0x559ae705d4a0] concealing 7647 DC, 7647 AC, 7647 MV errors in P frame
[h264 @ 0x559ae705d4a0] cabac decode of qscale diff failed at 8 3
[h264 @ 0x559ae705d4a0] error while decoding MB 8 2, bytestream 7493
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 53 24, bytestream 7954
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 30 40, bytestream 5288
[h264 @ 0x559ae705d4a0] Reference 3 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 57 48, bytestream 8084
[h264 @ 0x559ae705d4a0] concealing 5682 DC, 5682 AC, 5682 MV errors in B frame
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 37 6, bytestream 3113
[h264 @ 0x559ae705d4a0] Reference 3 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 18 16, bytestream 4624
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 34 36, bytestream 6458
[h264 @ 0x559ae705d4a0] concealing 3883 DC, 3883 AC, 3883 MV errors in B frame
[h264 @ 0x559ae705d4a0] left block unavailable for requested intra mode
[h264 @ 0x559ae705d4a0] error while decoding MB 0 6, bytestream 5887
[h264 @ 0x559ae705d4a0] top block unavailable for requested intra mode -1
[h264 @ 0x559ae705d4a0] error while decoding MB 32 12, bytestream 9941
[h264 @ 0x559ae705d4a0] Reference 3 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 42 30, bytestream 4626
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 28 36, bytestream 10144
[h264 @ 0x559ae705d4a0] Reference 5 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 3 56, bytestream 4015
[h264 @ 0x559ae705d4a0] error while decoding MB 105 60, bytestream -15
[h264 @ 0x559ae705d4a0] concealing 5806 DC, 5806 AC, 5806 MV errors in P frame
[h264 @ 0x559ae705d4a0] error while decoding MB 117 22, bytestream -8
[h264 @ 0x559ae705d4a0] top block unavailable for requested intra mode -1
[h264 @ 0x559ae705d4a0] error while decoding MB 12 24, bytestream 6454
[h264 @ 0x559ae705d4a0] Reference 2 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 3 50, bytestream 5638
[h264 @ 0x559ae705d4a0] concealing 4215 DC, 4215 AC, 4215 MV errors in B frame
[h264 @ 0x559ae705d4a0] Reference 3 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 9 32, bytestream 2167
[h264 @ 0x559ae705d4a0] Reference 5 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 16 50, bytestream 6459
[h264 @ 0x559ae705d4a0] Reference 4 >= 2
[h264 @ 0x559ae705d4a0] error while decoding MB 102 64, bytestream 1646
[h264 @ 0x559ae705d4a0] concealing 3063 DC, 3063 AC, 3063 MV errors in B frame [mpegts @ 0x559ae7038440] PES packet size mismatch
    Last message repeated 6 times
[mpegts @ 0x559ae7038440] DTS discontinuity in stream 0: packet 78 with DTS 6237824281, packet 79 with DTS 6240807670 [mpegts @ 0x559ae7038440] PES packet size mismatch
    Last message repeated 124 times
[mpegts @ 0x559ae7038440] probed stream 8 failed
[h264 @ 0x559ae705d4a0] non-existing PPS 2 referenced
[h264 @ 0x559ae705d4a0] illegal reordering_of_pic_nums_idc 12
[h264 @ 0x559ae705d4a0] SEI type 160 size 1024 truncated at 8 Invalid UE golomb code
[h264 @ 0x559ae705d4a0] pps_id 3199971767 out of range [mpegts @ 0x559ae7038440] Could not find codec parameters for stream 6 (Unknown: none ([11][0][0][0] / 0x000B)): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x559ae7038440] Could not find codec parameters for stream 7 (Unknown: none ([5][0][0][0] / 0x0005)): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x559ae7038440] Could not find codec parameters for stream 8 (Unknown: none): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options Input #0, mpegts, from 'udp://@239.106.32.0:4400':
  Duration: N/A, start: 69306.399011, bitrate: N/A
  Program 13600
    Metadata:
      service_name    : ?TVM HDTV
      service_provider:
    Stream #0:0[0x111]: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p(tv, bt709, top first), 1920x1080 [SAR 1:1 DAR 16:9], 29.97 fps, 59.94 tbr, 90k tbn, 59.94 tbc
    Stream #0:1[0x112]: Audio: aac_latm (HE-AAC) ([17][0][0][0] / 0x0011), 48000 Hz, stereo, fltp
    Stream #0:2[0x113]: Audio: aac_latm (HE-AAC) ([17][0][0][0] / 0x0011), 48000 Hz, 5.1, fltp
    Stream #0:3[0x114]: Audio: aac_latm (HE-AAC) ([17][0][0][0] / 0x0011), 48000 Hz, stereo, fltp
    Stream #0:4[0x115]: Audio: aac_latm (HE-AAC) ([17][0][0][0] / 0x0011), 48000 Hz, 5.1, fltp
    Stream #0:5[0x116]: Data: bin_data ([6][0][0][0] / 0x0006)
    Stream #0:6[0x384]: Unknown: none ([11][0][0][0] / 0x000B)
    Stream #0:7[0x1f4]: Unknown: none ([5][0][0][0] / 0x0005)
  No Program
    Stream #0:8[0x14]: Unknown: none
[http @ 0x559ae708aca0] HTTP error 404 Not Found
http://1xx.1xx.1xxx.1xx:8889/feed1.ffm: Server returned 404 Not Found






Any ideas or hints or perphaps a working example for transcoding live stream from MPEGTS stream into mp4  h.264 or h.265?







_______________________________________________
ffmpeg-user mailing list
ffmpeg-user at ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-user mailing list