Changes between Initial Version and Version 1 of Ticket #2186
- Timestamp:
- 01/25/2013 02:54:55 AM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2186
- Property Status changed from new to open
- Property Component changed from undetermined to avformat
- Property Summary changed from udp stream input differences between 10.5 and newers to program detection in transport stream broken
- Property Priority changed from normal to important
- Property Version changed from unspecified to git-master
- Property Keywords mpegts regression added; stream map selection removed
- Property Reproduced by developer set
-
Ticket #2186 – Description
initial v1 8 8 9 9 result with version 10.5 : 10 10 {{{ 11 11 ffmpeg version 0.10.5 Copyright (c) 2000-2012 the FFmpeg developers built on Oct 7 2012 19:01:46 with gcc 4.4.6 20110731 (Red Hat 4.4.6-3) 12 12 configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg --incdir=/usr/include/ffmpeg --libdir=/usr/lib64 --mandir=/usr/share/man --arch=x86_64 --extra-cflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' --enable-bzlib --disable-crystalhd --enable-gnutls --enable-libass --enable-libcdio --enable-libdc1394 --disable-indev=jack --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-openal --enable-libopenjpeg --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libv4l2 --enable-libx264 --enable-libxvid --enable-x11grab --enable-avfilter --enable-postproc --enable-pthreads --disable-static --enable-shared --enable-gpl --disable-debug --disable-stripping --shlibdir=/usr/lib64 --enable-runtime-cpudetect … … 57 57 Stream #0:16[0x102]: Video: h264 ([27][0][0][0] / 0x001B), 50 tbr, 90k tbn 58 58 Stream #0:12[0x103]: Audio: aac_latm ([17][0][0][0] / 0x0011), 0 channels, s16 59 59 }}} 60 60 61 61 ################### 62 62 same command , but with the newly 1.1.1 compiled from source : 63 63 ################### 64 {{{ 64 65 ffmpeg version N-49198-g70270f2 Copyright (c) 2000-2013 the FFmpeg developers 65 66 built on Jan 23 2013 16:19:29 with gcc 4.4.6 (GCC) 20120305 (Red Hat 4.4.6-4) … … 111 112 Stream #0:16[0x103]: Audio: aac_latm ([17][0][0][0] / 0x0011), 0 channels, fltp 112 113 Stream map '0:p:304:0' matches no streams. 113 114 }}} 114 115 i even try to select the streams from [#0x580] as example , gave me an error. trying to select with 0:0 select video stream ramdomly . 115 116


