One of the things that stopped working when I upgraded to Fedora 17 was Air Video Server for Linux. Fortunately, this is a quick fix - I needed to rebuild FFMpeg (step 4 in my previous procedure).
Unfortunately, the version of FFMpeg needed for Air Video Server Linux doesn't compile on Fedora 17 - but this was easy to fix. So, if you are upgrading to Fedora 17 simply rebuild and install FFMpeg (step 4 in my previous procedure) following the instructions below. If you have a new installation of Fedora 17 my previous procedure will mostly work but you should replace step 4 with the instructions below.
tar jxvf ffmpeg-for-2.4.5-beta6.tar.bz2
cd ffmpeg/libavcodec/x86
rm h264_qpel_mmx.c
wget http://dl.dropbox.com/u/9300853/AirVideoLinux-alpha6/h264_qpel_mmx.c
cd ../..
./configure --enable-pthreads --disable-shared --enable-static \
--enable-gpl --enable-libx264 --enable-libmp3lame
make all
[sudo] make install
cd ..
Updated: Mon 4 Jun 2012 00:04
Unfortunately, the version of FFMpeg needed for Air Video Server Linux doesn't compile on Fedora 17 - but this was easy to fix. So, if you are upgrading to Fedora 17 simply rebuild and install FFMpeg (step 4 in my previous procedure) following the instructions below. If you have a new installation of Fedora 17 my previous procedure will mostly work but you should replace step 4 with the instructions below.
tar jxvf ffmpeg-for-2.4.5-beta6.tar.bz2
cd ffmpeg/libavcodec/x86
rm h264_qpel_mmx.c
wget http://dl.dropbox.com/u/9300853/AirVideoLinux-alpha6/h264_qpel_mmx.c
cd ../..
./configure --enable-pthreads --disable-shared --enable-static \
--enable-gpl --enable-libx264 --enable-libmp3lame
make all
[sudo] make install
cd ..
Updated: Mon 4 Jun 2012 00:04