<br><div class="gmail_quote">Hi guys,<br>I have been using gstreamer for some time now &amp; found it to be a great tool.<br>My issue is when I am muxiing the H264 data using mpegtsmux it gives corrupted <br>TS data.<br>i am pushing h264 encoded frames using appsrc plugin. Although it works fine at <br>

lower bitrate like 300-400 kbps. it gives corruted data stream at 2-3Mbps.<br><br>appsrc-&gt;queue-&gt;mpegtsmux-&gt;filesink<br>the same pipeline creates proper file at low bitrate.<br><br>when i run this file with vlc or ffplay they report error as follow.<br>

vlc-<br>mb_type -6 in P slice too large at 2 33<br>error while decoding MB 2 33<br>mb_type 106 in P slice too large at 5 4<br>error while decoding MB 5 4<br>P sub_mb_type 12 out of range at 2 6<br>error while decoding MB 2 6<br>

negative number of zero coeffs at 41 17<br>error while decoding MB 41 17<br>dquant out of range (-29) at 18 13<br>error while decoding MB 18 13<br>P sub_mb_type 4 out of range at 24 9<br>error while decoding MB 24 9<br>dquant out of range (-27) at 9 5<br>

error while decoding MB 9 5<br>dquant out of range (27) at 4 2<br>error while decoding MB 4 2<br>libdvbpsi debug (PAT decoder): Table version  0, i_extension     1, section   0 up to   0, current 1<br>libdvbpsi debug (PMT decoder): Table version  P sub_mb_type 21 out of range at 14 32<br>

error while decoding MB 14 32<br>cbp too large (53) at 40 31<br>error while decoding MB 40 31<br>mb_type 36 in P slice too large at 7 28<br>error while decoding MB 7 28<br>mb_type 48 in P slice too large at 16 16<br>error while decoding MB 16 16<br>

libdvbpsi debug (PAT decoder): Table version  0, i_extension     1, section   0 up to   0, current 1<br>libdvbpsi debug (PMT decoder): Table version  0, i_extension     1, section   0 up to   0, current 1<br>P sub_mb_type 32 out of range at 34 32<br>

error while decoding MB 34 32<br>cbp too large (58) at 5 20<br>error while decoding MB 5 20<br>libdvbpsi debug (PAT decoder): Table version  0, i_extension     1, section   0 up to   0, current 1<br>libdvbpsi debug (PMT decoder): Table version  0, i_extension     1, section   0 up to   0, current 1<br>

cbp too large (62) at 1 33<br>error while decoding MB 1 33<br>P sub_mb_type 5 out of range at 1 28<br>error while decoding MB 1 28<br>mb_type 33 in P slice too large at 11 22<br>error while decoding MB 11 22<br>libdvbpsi debug (PAT decoder): Table version  0, i_extension     1, section   0 up to   0, current 1<br>

libdvbpsi debug (PMT decoder): Table version  0, i_extension     1, section   0 up to   0, current 1<br>out of range intra chroma pred mode at 1 7<br>error while decoding MB 1 7<br>negative number of zero coeffs at 39 8<br>

error while decoding MB 39 8<br>mb_type 395 in P slice too large at 2 13<br>error while decoding MB 2 13<br>libdvbpsi debug (PAT decoder): Table version  0, i_extension     1, section   0 up to   0, current 1<br>libdvbpsi debug (PMT decoder): Table version  0, i_extension     1, section   0 up to   0, current 1<br>

negative number of zero coeffs at 40 5<br>error while decoding MB 40 5<br>negative number of zero coeffs at 15 3<br>0, i_extension     1, section   0 up to   0, current 1<br>number of reference frames exceeds max (probably corrupt input), discarding one<br>

P sub_mb_type 21 out of range at 14 32<br>error while decoding MB 14 32<br><br><br>ffplay <br>  configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg --incdir=/usr/include/ffmpeg --libdir=/usr/lib --mandir=/usr/share/man --arch=i586 --extra-cflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables --extra-version=rpmfusion --enable-bzlib --enable-libdc1394 --enable-libdirac --enable-libfaad --enable-libgsm --enable-libmp3lame --enable-libopenjpeg --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-vdpau --enable-x11grab --enable-avfilter --enable-avfilter-lavf --enable-postproc --enable-swscale --enable-pthreads --disable-static --enable-shared --enable-gpl --disable-debug --disable-stripping --shlibdir=/usr/lib --cpu=i586 --enable-runtime-cpudetect<br>

  libavutil     49.15. 0 / 49.15. 0<br>  libavcodec    52.20. 1 / 52.20. 1<br>  libavformat   52.31. 0 / 52.31. 0<br>  libavdevice   52. 1. 0 / 52. 1. 0<br>  libavfilter    0. 4. 0 /  0. 4. 0<br>  libswscale     0. 7. 1 /  0. 7. 1<br>

  libpostproc   51. 2. 0 / 51. 2. 0<br>  built on May  7 2010 13:32:40, gcc: 4.4.1 20090725 (Red Hat 4.4.1-2)<br>[h264 @ 0xb1f01310]out of range intra chroma pred mode at 38 5<br>[h264 @ 0xb1f01310]error while decoding MB 38 5<br>

[h264 @ 0xb1f01310]concealing 1406 DC, 1406 AC, 1406 MV errors<br>[h264 @ 0xb1f01310]missing picture in access unit<br>[h264 @ 0xb1f01310]out of range intra chroma pred mode at 38 5<br>[h264 @ 0xb1f01310]error while decoding MB 38 5<br>

[h264 @ 0xb1f01310]concealing 1406 DC, 1406 AC, 1406 MV errors<br>[h264 @ 0xb1f01310]number of reference frames exceeds max (probably corrupt input), discarding one<br>    Last message repeated 1 times<br>[h264 @ 0xb1f01310]mb_type -6 in P slice too large at 2 33<br>

[h264 @ 0xb1f01310]error while decoding MB 2 33<br>[h264 @ 0xb1f01310]concealing 182 DC, 182 AC, 182 MV errors<br>[h264 @ 0xb1f01310]mb_type 106 in P slice too large at 5 4<br>[h264 @ 0xb1f01310]error while decoding MB 5 4<br>

[h264 @ 0xb1f01310]concealing 1484 DC, 1484 AC, 1484 MV errors<br>[mpegts @ 0xb1f09f70]invalid dts/pts combination<br>[h264 @ 0xb1f01310]P sub_mb_type 12 out of range at 2 6<br>[h264 @ 0xb1f01310]error while decoding MB 2 6<br>

[h264 @ 0xb1f01310]concealing 1397 DC, 1397 AC, 1397 MV errors<br>[mpegts @ 0xb1f09f70]invalid dts/pts combination<br>[h264 @ 0xb1f01310]negative number of zero coeffs at 41 17<br>[h264 @ 0xb1f01310]error while decoding MB 41 17<br>

[h264 @ 0xb1f01310]concealing 863 DC, 863 AC, 863 MV errors<br>[mpegts @ 0xb1f09f70]invalid dts/pts combination<br>[h264 @ 0xb1f01310]dquant out of range (-29) at 18 13<br>[h264 @ 0xb1f01310]error while decoding MB 18 13<br>

[h264 @ 0xb1f01310]concealing 1066 DC, 1066 AC, 1066 MV errors<br>[mpegts @ 0xb1f09f70]invalid dts/pts combination<br>[h264 @ 0xb1f01310]P sub_mb_type 4 out of range at 24 9<br>[h264 @ 0xb1f01310]error while decoding MB 24 9<br>

[mpegts @ 0xb1f09f70]invalid dts/pts combination<br>[h264 @ 0xb1f01310]concealing 1240 DC, 1240 AC, 1240 MV errors<br>[mpegts @ 0xb1f09f70]invalid dts/pts combination<br>[h264 @ 0xb1f01310]dquant out of range (-27) at 9 5<br>

[h264 @ 0xb1f01310]error while decoding MB 9 5<br>[h264 @ 0xb1f01310]concealing 1435 DC, 1435 AC, 1435 MV errors<br>[h264 @ 0xb1f01310]dquant out of range (27) at 4 2<br>[h264 @ 0xb1f01310]error while decoding MB 4 2<br>
[mpegts @ 0xb1f09f70]invalid dts/pts combination<br>
[h264 @ 0xb1f01310]concealing 1575 DC, 1575 AC, 1575 MV errors<br>[h264 @ 0xb1f01310]number of reference frames exceeds max (probably corrupt input), discarding one<br>[mpegts @ 0xb1f09f70]invalid dts/pts combination<br>
[h264 @ 0xb1f01310]P sub_mb_type 21 out of range at 14 32<br>
[h264 @ 0xb1f01310]error while decoding MB 14 32<br>[h264 @ 0xb1f01310]concealing 215 DC, 215 AC, 215 MV errors<br>[h264 @ 0xb1f01310]cbp too large (53) at 40 31<br>[h264 @ 0xb1f01310]error while decoding MB 40 31<br>[h264 @ 0xb1f01310]concealing 234 DC, 234 AC, 234 MV errors<br>

[h264 @ 0xb1f01310]mb_type 36 in P slice too large at 7 28<br>[h264 @ 0xb1f01310]error while decoding MB 7 28<br>[h264 @ 0xb1f01310]concealing 402 DC, 402 AC, 402 MV errors<br>[mpegts @ 0xb1f09f70]invalid dts/pts combination<br>

[h264 @ 0xb1f01310]mb_type 48 in P slice too large at 16 16<br>[h264 @ 0xb1f01310]error while decoding MB 16 16<br>[h264 @ 0xb1f01310]concealing 933 DC, 933 AC, 933 MV errors<br>[mpegts @ 0xb1f09f70]invalid dts/pts combination<br>

[h264 @ 0xb1f01310]P sub_mb_type 32 out of range at 34 32<br>[h264 @ 0xb1f01310]error while decoding MB 34 32<br>[h264 @ 0xb1f01310]concealing 195 DC, 195 AC, 195 MV errors<br>[h264 @ 0xb1f01310]cbp too large (58) at 5 20<br>

[h264 @ 0xb1f01310]error while decoding MB 5 20<br>[h264 @ 0xb1f01310]concealing 764 DC, 764 AC, 764 MV errors<br>[mpegts @ 0xb1f09f70]invalid dts/pts combination<br>    Last message repeated 1 times<br>[h264 @ 0xb1f01310]cbp too large (62) at 1 33<br>

[h264 @ 0xb1f01310]error while decoding MB 1 33<br>[h264 @ 0xb1f01310]concealing 183 DC, 183 AC, 183 MV errors<br>[h264 @ 0xb1f01310]P sub_mb_type 5 out of range at 1 28<br>[h264 @ 0xb1f01310]error while decoding MB 1 28<br>

[h264 @ 0xb1f01310]concealing 408 DC, 408 AC, 408 MV errors<br>[mpegts @ 0xb1f09f70]invalid dts/pts combination<br> <br clear="all"><br><br>Any ideas what the problem is or what possibly I may be doing wrong??<br><br>-- <br>

Thanks &amp; regards<br><font color="#888888">yuvraj pasi<br>
</font></div>