Hi,
can't make TVheadend use Transcode on OpenSuse 13.1.
I compiled ffmpeg, x264, faac etc... but still getting this error:
2014-01-28 22:38:26.129 libav: muxrate VBR,
2014-01-28 22:38:26.129 libav: pcr every 2 pkts, sdt every 200, pat/pmt every 40 pkts
2014-01-28 22:38:26.130 webui: Stop streaming /stream/channel/c3db681f5b00dedbfdebb65655b87f94?mux=mpegts&acodec=aac&vcodec=H264&transcode=1&resolution=384,
muxer reported errors
2014-01-28 22:38:26.130 subscription: "HTTP" unsubscribing from "Nova"
2014-01-28 22:38:26.135 transcode:
Unable to find H264 encoder
2014-01-28 22:38:26.135 transcode: 1:MPEG2VIDEO ==> Passthrough
2014-01-28 22:38:26.137 transcode: 2:MPEG2AUDIO ==> AAC
ffmpeg:
ffmpeg version N-60222-g5846d8a Copyright (c) 2000-2014 the FFmpeg developers
built on Jan 28 2014 20:57:31 with gcc 4.8 (SUSE Linux)
configuration: --enable-gpl --enable-version3 --enable-shared --enable-nonfree --enable-postproc --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvpx --enable-libx264 --enable-libxvid --enable-x11grab --extra-cflags=-I/usr/local/include --extra-ldflags=-L/usr/local/lib
libavutil 52. 63.100 / 52. 63.100
libavcodec 55. 49.101 / 55. 49.101
libavformat 55. 28.100 / 55. 28.100
libavdevice 55. 7.100 / 55. 7.100
libavfilter 4. 1.101 / 4. 1.101
libswscale 2. 5.101 / 2. 5.101
libswresample 0. 17.104 / 0. 17.104
libpostproc 52. 3.100 / 52. 3.100
As well when trying to ./configure again from git, even that libavcodec = 55.49.101 it says fail.
Any ideas?