[mythtv] sync to ffmpeg1.1: some internet radios broken?

Warpme warpme at o2.pl
Fri Apr 12 19:20:09 UTC 2013


On 4/12/13 11:41 AM, Jean-Yves Avenard wrote:
> well... it's working here...
>
> Did you update recently? a fix went in a few days ago to fix playback 
> with ffmpeg/1.1
>
>
>
Sending again as it looks like first attempt to post somehow failed to 
reach mailing-list....

----------------
Of course. I do test on 47561dcf96 (current master).
As it work for You, I think issue might be in my configure parameters or 
configure changes introduced by 413213225f.
Below is configure params I use. They give me no problem with master 
without 413213225f.
With 413213225f I have issue with this radio station (it looks it is 
only one radio using AAC. Rest playing OK are mpeg/mp3).
BTW: I have exactly the same issue with 413213225f backported to 
0.26-fixes...
Maybe You can hint me which part of config below is worth to start first 
to experiment?
br

CONFIGURE_ARGS = \
     --compile-type=$(if $(filter yes,$(mm_DEBUG)),"debug","release") \
     --prefix="$(DESTDIR)$(prefix)" \
     --runprefix="$(prefix)" \
     --libdir-name="$(patsubst $(prefix)/%,%,$(libdir))" \
     --disable-ccache \
     --disable-distcc \
     --bindir="$(DESTDIR)$(bindir)" \
     --datadir="$(DESTDIR)$(datadir)/mythtv" \
     --libdir="$(DESTDIR)$(libdir)" \
     --shlibdir="$(DESTDIR)$(libdir)" \
     --incdir="$(DESTDIR)$(includedir)/mythtv" \
     --mandir="$(DESTDIR)$(mandir)" \
     $(if $(filter -Os,$(CFLAGS)),--enable-small) \
     --cross-prefix="$(compiler_prefix)" \
     --enable-cross-compile \
     --sysroot="$(DESTDIR)$(rootdir)" \
     --sysinclude="$(DESTDIR)$(includedir)" \
     --target-os="linux" \
     --nm="$(NM)" \
     --as="$(CC)" \
     --cc="$(CC)" \
     --cxx="$(CXX)" \
     --ld="$(CC)" \
     --qmake="$(DESTDIR)$(qt4bindir)/qmake" \
     --host-cc="$(build_CC)" \
     --host-cflags="$(build_CFLAGS)" \
     --host-ldflags="$(build_LDFLAGS)" \
     --host-libs="" \
     --extra-cflags="$(CFLAGS)" \
     --extra-cxxflags="$(CXXFLAGS)" \
     --extra-ldflags="$(LDFLAGS)" \
     --enable-symbol-visibility \
     --arch=$(GARCH_FAMILY) \
     --tune=$(GARCH) \
     --cpu=$(GARCH) \
     --disable-altivec \
     --enable-amd3dnow \
     --enable-amd3dnowext \
     --enable-mmx \
     --enable-sse \
     --enable-ssse3 \
     --enable-yasm \
     --disable-proc-opt \
     --enable-audio-oss \
     --enable-audio-alsa \
     --disable-audio-jack \
     --disable-audio-pulseoutput \
     --disable-valgrind \
     --enable-lirc \
     --enable-joystick-menu \
     --enable-firewire \
     --disable-iptv \
     --disable-hdhomerun \
     --disable-ceton \
     --enable-v4l2 \
     --enable-ivtv \
     --enable-hdpvr \
     --enable-dvb \
     --dvb-path="$(DESTDIR)$(includedir)" \
     --disable-asi \
     --enable-x11 \
     --x11-path="$(DESTDIR)$(includedir)" \
     --enable-xrandr \
     --enable-xv \
     --enable-vdpau \
     --disable-crystalhd \
     --disable-vaapi \
     --disable-dxva2 \
     --enable-opengl-video \
     --disable-quartz-video \
     --disable-mac-bundle \
     --enable-libxml2 \
     --libxml2-path="$(DESTDIR)$(includedir)/libxml2" \
     --enable-libdns_sd \
     --enable-libcrypto \
     --without-bindings="perl" \
     --without-bindings="php" \
     --with-bindings="python" \
     --enable-exiv2
-------------- next part --------------
A non-text attachment was scrubbed...
Name: warpme.vcf
Type: text/x-vcard
Size: 83 bytes
Desc: not available
URL: <http://www.mythtv.org/pipermail/mythtv-dev/attachments/20130412/5c0ef8ec/attachment.vcf>


More information about the mythtv-dev mailing list