<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.staging.zoneminder.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jacomoman</id>
	<title>ZoneMinder Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.staging.zoneminder.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jacomoman"/>
	<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/Special:Contributions/Jacomoman"/>
	<updated>2026-05-03T15:55:15Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Talk:CentOS&amp;diff=2579</id>
		<title>Talk:CentOS</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Talk:CentOS&amp;diff=2579"/>
		<updated>2008-06-23T16:30:04Z</updated>

		<summary type="html">&lt;p&gt;Jacomoman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;First, thanks a bunch to mudputty for putting this wiki page together.  It was very helpful, especially since I had no other way of finding out which version of ffmpeg was supposed to be compatible with the latest release of ZM 1.23.3.&lt;br /&gt;
&lt;br /&gt;
mudputty, I didn&amp;#039;t see this wiki when I was embarking on my project to setup Centos 5, ffmpeg, and then ZM, so I proceeded with pretty much all defaults with Centos and even though I successfully configured/built/installed ffmpeg from latest trunk SVN, I fuddled around with trying to get ZM to compile with it for better part of a day before just getting frustrated and giving up.  I then searched the forums and saw your post about this wiki.&lt;br /&gt;
&lt;br /&gt;
I did a complete &amp;quot;make uninstall&amp;quot; of the latest ffmpeg and retrieved v11879 (the rev you recommend in your wiki) to a new dir (ffmpeg-prev).  I ./configure &amp;#039;d it, although I used the following configure options:&lt;br /&gt;
&lt;br /&gt;
./configure --enable-gpl --enable-shared --enable-libmp3lame --enable-libvorbis --enable-libamr-nb --enable-libamr-wb --enable-libxvid --enable-nonfree&lt;br /&gt;
&lt;br /&gt;
Yes, I had to go through the long process of making sure all these other optional packages were installed like lame, ogg/vorbis, amr-nb/wb, xvid, etc. because I wanted ffmpeg support for them, even though ZM doesn&amp;#039;t necessarily need all that.  configure went fine.  make compiled ffmpeg without issues also.  But when I go to do a &amp;quot;sudo make install&amp;quot;, I get this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;make                    -C libavutil   install-libs&lt;br /&gt;
make[1]: Entering directory `/home/user1/repos/ffmpeg-prev/libavutil&amp;#039;&lt;br /&gt;
install -d &amp;quot;/usr/local/lib&amp;quot;&lt;br /&gt;
install -m 755  &amp;quot;/usr/local/lib/.49.6.0&amp;quot;&lt;br /&gt;
install: missing destination file operand after `/usr/local/lib/.49.6.0&amp;#039;&lt;br /&gt;
Try `install --help&amp;#039; for more information.&lt;br /&gt;
make[1]: *** [install-lib-shared] Error 1&lt;br /&gt;
make[1]: Leaving directory `/home/user1/repos/ffmpeg-prev/libavutil&amp;#039;&lt;br /&gt;
make: *** [install-libs] Error 2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I&amp;#039;m wondering, did you get this also?  Could it be due to all the additional options I&amp;#039;ve enabled with ffmpeg?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== UPDATE 2008/6/23: ==&lt;br /&gt;
&lt;br /&gt;
Just FYI to everyone who saw my comments to mudpuddy&amp;#039;s wiki page on Centos 5.1/ZM 1.23.3.  I finally figured out the problem with &amp;quot;make install&amp;quot; of ffmpeg rev 11879, and I&amp;#039;ve updated the original forum post with my findings and how I fixed it.[http://www.zoneminder.com/forums/viewtopic.php?p=43294#43294]&lt;br /&gt;
&lt;br /&gt;
My installation of ZM v1.23.3 is now working fine with MPEG streaming using ffmpeg.  I hope this helped someone else in the same situation.&lt;br /&gt;
&lt;br /&gt;
Thanks again to mudpuddy for putting up this very helpful wiki page; and of course, to the creators of ZM for the most excellent open source project of all time.&lt;br /&gt;
&lt;br /&gt;
Cheers,&lt;br /&gt;
&lt;br /&gt;
-Jac&lt;/div&gt;</summary>
		<author><name>Jacomoman</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Talk:CentOS&amp;diff=2578</id>
		<title>Talk:CentOS</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Talk:CentOS&amp;diff=2578"/>
		<updated>2008-06-23T16:28:14Z</updated>

		<summary type="html">&lt;p&gt;Jacomoman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;First, thanks a bunch to mudputty for putting this wiki page together.  It was very helpful, especially since I had no other way of finding out which version of ffmpeg was supposed to be compatible with the latest release of ZM 1.23.3.&lt;br /&gt;
&lt;br /&gt;
mudputty, I didn&amp;#039;t see this wiki when I was embarking on my project to setup Centos 5, ffmpeg, and then ZM, so I proceeded with pretty much all defaults with Centos and even though I successfully configured/built/installed ffmpeg from latest trunk SVN, I fuddled around with trying to get ZM to compile with it for better part of a day before just getting frustrated and giving up.  I then searched the forums and saw your post about this wiki.&lt;br /&gt;
&lt;br /&gt;
I did a complete &amp;quot;make uninstall&amp;quot; of the latest ffmpeg and retrieved v11879 (the rev you recommend in your wiki) to a new dir (ffmpeg-prev).  I ./configure &amp;#039;d it, although I used the following configure options:&lt;br /&gt;
&lt;br /&gt;
./configure --enable-gpl --enable-shared --enable-libmp3lame --enable-libvorbis --enable-libamr-nb --enable-libamr-wb --enable-libxvid --enable-nonfree&lt;br /&gt;
&lt;br /&gt;
Yes, I had to go through the long process of making sure all these other optional packages were installed like lame, ogg/vorbis, amr-nb/wb, xvid, etc. because I wanted ffmpeg support for them, even though ZM doesn&amp;#039;t necessarily need all that.  configure went fine.  make compiled ffmpeg without issues also.  But when I go to do a &amp;quot;sudo make install&amp;quot;, I get this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;make                    -C libavutil   install-libs&lt;br /&gt;
make[1]: Entering directory `/home/user1/repos/ffmpeg-prev/libavutil&amp;#039;&lt;br /&gt;
install -d &amp;quot;/usr/local/lib&amp;quot;&lt;br /&gt;
install -m 755  &amp;quot;/usr/local/lib/.49.6.0&amp;quot;&lt;br /&gt;
install: missing destination file operand after `/usr/local/lib/.49.6.0&amp;#039;&lt;br /&gt;
Try `install --help&amp;#039; for more information.&lt;br /&gt;
make[1]: *** [install-lib-shared] Error 1&lt;br /&gt;
make[1]: Leaving directory `/home/user1/repos/ffmpeg-prev/libavutil&amp;#039;&lt;br /&gt;
make: *** [install-libs] Error 2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I&amp;#039;m wondering, did you get this also?  Could it be due to all the additional options I&amp;#039;ve enabled with ffmpeg?&lt;br /&gt;
&lt;br /&gt;
Just FYI to everyone who saw my comments to mudpuddy&amp;#039;s wiki page on Centos 5.1/ZM 1.23.3.  I finally figured out the problem with &amp;quot;make install&amp;quot; of ffmpeg rev 11879, and I&amp;#039;ve updated the original forum post with my findings and how I fixed it.[http://www.zoneminder.com/forums/viewtopic.php?p=43294#43294]&lt;br /&gt;
&lt;br /&gt;
My installation of ZM v1.23.3 is now working fine with MPEG streaming using ffmpeg.  I hope this helped someone else in the same situation.&lt;br /&gt;
&lt;br /&gt;
Thanks again to mudpuddy for putting up this very helpful wiki page; and of course, to the creators of ZM for the most excellent open source project of all time.&lt;br /&gt;
&lt;br /&gt;
Cheers,&lt;br /&gt;
&lt;br /&gt;
-Jac&lt;/div&gt;</summary>
		<author><name>Jacomoman</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Talk:CentOS&amp;diff=2575</id>
		<title>Talk:CentOS</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Talk:CentOS&amp;diff=2575"/>
		<updated>2008-06-17T23:29:30Z</updated>

		<summary type="html">&lt;p&gt;Jacomoman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;First, thanks a bunch to mudputty for putting this wiki page together.  It was very helpful, especially since I had no other way of finding out which version of ffmpeg was supposed to be compatible with the latest release of ZM 1.23.3.&lt;br /&gt;
&lt;br /&gt;
mudputty, I didn&amp;#039;t see this wiki when I was embarking on my project to setup Centos 5, ffmpeg, and then ZM, so I proceeded with pretty much all defaults with Centos and even though I successfully configured/built/installed ffmpeg from latest trunk SVN, I fuddled around with trying to get ZM to compile with it for better part of a day before just getting frustrated and giving up.  I then searched the forums and saw your post about this wiki.&lt;br /&gt;
&lt;br /&gt;
I did a complete &amp;quot;make uninstall&amp;quot; of the latest ffmpeg and retrieved v11879 (the rev you recommend in your wiki) to a new dir (ffmpeg-prev).  I ./configure &amp;#039;d it, although I used the following configure options:&lt;br /&gt;
&lt;br /&gt;
./configure --enable-gpl --enable-shared --enable-libmp3lame --enable-libvorbis --enable-libamr-nb --enable-libamr-wb --enable-libxvid --enable-nonfree&lt;br /&gt;
&lt;br /&gt;
Yes, I had to go through the long process of making sure all these other optional packages were installed like lame, ogg/vorbis, amr-nb/wb, xvid, etc. because I wanted ffmpeg support for them, even though ZM doesn&amp;#039;t necessarily need all that.  configure went fine.  make compiled ffmpeg without issues also.  But when I go to do a &amp;quot;sudo make install&amp;quot;, I get this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;make                    -C libavutil   install-libs&lt;br /&gt;
make[1]: Entering directory `/home/user1/repos/ffmpeg-prev/libavutil&amp;#039;&lt;br /&gt;
install -d &amp;quot;/usr/local/lib&amp;quot;&lt;br /&gt;
install -m 755  &amp;quot;/usr/local/lib/.49.6.0&amp;quot;&lt;br /&gt;
install: missing destination file operand after `/usr/local/lib/.49.6.0&amp;#039;&lt;br /&gt;
Try `install --help&amp;#039; for more information.&lt;br /&gt;
make[1]: *** [install-lib-shared] Error 1&lt;br /&gt;
make[1]: Leaving directory `/home/user1/repos/ffmpeg-prev/libavutil&amp;#039;&lt;br /&gt;
make: *** [install-libs] Error 2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I&amp;#039;m wondering, did you get this also?  Could it be due to all the additional options I&amp;#039;ve enabled with ffmpeg?&lt;/div&gt;</summary>
		<author><name>Jacomoman</name></author>
	</entry>
</feed>