Topic: ffmpeg-php installation issues

Some application need ffmpeg-php modules but others not. There is a big  difference in this package regarding other  . You need to chose the suitable php version for your installation

If you have php 5.2.X , then you must chose  ffmpeg-php-0.5.2.1.tbz2

Syslint Technologies | 24x7 Server Management | Outsourced Support | Software Development - (0091) 471-3273-211

Re: ffmpeg-php installation issues

I think there is a mistake in the ffmpeg installer 4. I found a problem about the svn checkout in the mplayer and fMmpeg installer.
i changend this line
   #tar -xvzf $ffmpeg_source
   /usr/local/cpffmpeg/bin/svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk ffmpeg

to

   svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk ffmpeg

and

#tar -xvzf $_package
/usr/local/cpffmpeg /bin/svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer

to

svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer

this seems to work for me
thx for

Re: ffmpeg-php installation issues

Hello,

This script won't use your default svn  module. It will install its own svn version on  /usr/local/cpffmpeg/bin/svn  . It may be some issue with svn in your server,

Syslint Technologies | 24x7 Server Management | Outsourced Support | Software Development - (0091) 471-3273-211