2007-03-24 12:43:27 UTC
am trying to install ffmpeg for use with MythstreamTV follow this guide:
http://www.mythtv.org/wiki/index.php/Mythstreamtv. It tells me to configure ffmpeg (newest version) with the follow options:
./configure --disable-x11 --disable-xvideo --disable-gtk --disable-sdl --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac --with-ffmpeg-zlib --enable-mad --enable-libdvbpsi --enable-a52 --disable-dvdplay --enable-dvdnav --enable-vorbis --enable-ogg --enable-theora --enable-mkv --enable-freetype --disable-cddax --disable-vcdx --enable-speex --enable-flac --enable-goom --enable-livedotcom --enable-caca --disable-skins2 --enable-modplug --enable-debug --enable-gpl --enable-mp3lame --enable-pp
The problem is that when I run this command ffmpeg says that many of these options are not valid. I am using a fresh install of Ubuntu 6.10, in addition to apt-get update/upgrade the only command I have run is: apt-get build-dep ffmpeg which downloaded the needed libraries and such.
Is there a different way I should be configuring ffmpeg? What has worked for any of you? The problem I was getting with just using the typical ubuntu package was that ffmpeg wasn't streaming the audio.
Any ideas?