Added options bttv tuner=4 back in, reboot, and all is looking good so far.
Thanks for all the help guys.
Has made the process less painfull.
Not sure what the i2c-algo-bit bit_test=1 is about, but have got a good starting point to work from now.

Which live CD are we talking about?Unless you really really want ubuntu please give the live cd a go
added the universe repo's to /etc/apt/sources.list.I would start with a clean build of Ubuntu. It is quite easy now with the debs in the repos.
Code: Select all
sudo apt-get update
sudo apt-get install zoneminder
Code: Select all
apt-get -f install
OK - here are the things I know will break streaming:DeathByPenguins wrote: Error, unable to authenticate user
This started around November 11th, which was when I made a couple of changes. This post jogged my memory
http://www.zoneminder.com/forums/viewto ... 24af9cff84
One was to change plain authentication to hashed in the System tab->ZM_AUTH_RELAY
I changed this back and it made no difference.
I looked at all the other logs I could find. Turned zm debugging up full. Couldn't find anything else that would fix the system.
I'll just have to be allot more careful of "any" changes I make this time around and test zoneminder thoroughly on each change I make.
I'll post back here If/when I find the change I made that broke the streaming.
I am using auth with no problem. However, it is not hashed. Also, you have to close and reopen the browser after enabling it. Still nice to know you are working on it. Shout if you need anything.PeterHoward wrote:
- Turning user authentication on in ZM at all - my stuff up and I am close to having it fixed . . .
Pardon my ignorance... How can we go about encrypting/hiding the credentials we pass to our ZM web server via the net?As of this morning I think I've got it done. On my system anwyay, I can now turn on authentication - using md5 - and my camera still works.
How do you mean export stuff? What is the export directory?All I've got left to do is modify the install script so that it checks to see if you have exported stuff before it blows the directory away to set up the new (works out of install) export directory. Then I'll release it.
Of course it does. You guys are unstop-able.Hoping this adds some help . . .
MD5 Hashes (prior to transmission, I assume, on the browser side). Due to licensing issues with openssl I changed to gnutls to process the MD5 hashes on the server side. Or nearly changed. Now that's really changed.DeathByPenguins wrote:Pardon my ignorance... How can we go about encrypting/hiding the credentials we pass to our ZM web server via the net?As of this morning I think I've got it done. On my system anwyay, I can now turn on authentication - using md5 - and my camera still works.
The export directory is (by default) /usr/share/zoneminder/temp. Which is not writeable by non-root. What I've done for it (and a couple of other directories) is create the dir under /var and link it back to /usr/share/zoneminder.How do you mean export stuff? What is the export directory?All I've got left to do is modify the install script so that it checks to see if you have exported stuff before it blows the directory away to set up the new (works out of install) export directory. Then I'll release it.
I use VMs but only for basic "it installs" testing - haven' really tried running zm properly in a VM environment.Is there any known issues using ZM on a virtual machine? Does ZM on a VM work ok with the capture cards? As I'm thinking about doing some testing and as always a VM is a great way of doing this. Due to being able to role back changes and simply blow away. Id really like to add to the great effort you guys are doing with ZM. As it's a great peace of software, and looks to be fairly extensible. Once I've got my head around some more of it's functionality I'd like to dive into the code. Hence why I ask about VM issues. I've got plans to extend. Will keep you posted.
Nice to be appreciatedYeah, tried changing the ZM_PATH_ZMS before I blew the 2nd install away.
Of course it does. You guys are unstop-able.Hoping this adds some help . . .
All this knowledge helps allot.
That's great news that the package is in the Gutsy repos onwards.
Will make installs allot quicker. Ubuntu's next LTS (Long Term Support) is coming up pretty soon. So This will be a big help.