So I've made some progress on a ctrol script for a really crappy cheap netcam called InternetEye
Hey... just noticed something, has anyone else? Using libvlc to grab rtsp... watching the live stream doesn't work. An image comes up, but it's not a stream, just a still.
jzaw joined the channel
jzaw has quit
jzaw joined the channel
imox has quit
jzaw has quit
Apocryphic sighs.
Apocryphic
I've got an unlisted 848A based 4 chip / 16 port capture card. Any tips for getting it working?
So far I've managed to get the first four, or the last four, or the first four mirrored to each channel.
ic0n
typically you need to get the right model when loading bttv
I have used google image search in the past to identify the board
alternatively I guess you could just try every possible value... not fun.
jzaw joined the channel
jzaw has quit
jzaw joined the channel
jzaw has quit
jzaw joined the channel
bluenemo joined the channel
Sagitt joined the channel
genii joined the channel
Sagitt has quit
Sagitt joined the channel
Sagitt_Mac joined the channel
Sagitt has quit
Sagitt_Mac has quit
jzaw has quit
jzaw joined the channel
jzaw has quit
Sagitt joined the channel
midacts joined the channel
jzaw joined the channel
Sagitt has quit
Sagitt joined the channel
BManojlovic has quit
BManojlovic joined the channel
BManojlovic has quit
BManojlovic joined the channel
BManojlovic has quit
Sagitt has quit
Sagitt joined the channel
bluenemo has quit
LaercioMotta has quit
deepblue joined the channel
deepblue has quit
deepblue joined the channel
deepblue has left the channel
imox joined the channel
imox has quit
imox joined the channel
BManojlovic joined the channel
BManojlovic has quit
jzaw has quit
jzaw joined the channel
edwardm61 has quit
edwardm61 joined the channel
jzaw has quit
jzaw joined the channel
midacts has quit
jzaw has quit
jzaw joined the channel
knnniggett has left the channel
BManojlovic joined the channel
BManojlovic has quit
BManojlovic joined the channel
shibboleth joined the channel
BManojlovic has quit
imox has quit
shibboleth has left the channel
barjac has quit
barjac joined the channel
Sagitt has quit
lvlinux joined the channel
lvlinux
hello
I have an install of ZM (actually 2---one on Ubuntu 14.04 and one on Debian 7) that just started being unable to create thumbnails in the events list view. I don't believe anything was upgraded to cause it. The log shows:
a bunch of lines like that when it should display the thumbs but doesn't.
Where should I look to dianose this problem?
midacts joined the channel
barjac has quit
Iamnacho
lvlinux: Could that be a file permissions issue? have you confirmed that your web server process has write access to that directory?
genii
Might want to check /var/log/apache2/error.log
lvlinux
hmmm ok I'll check that...
yes! that was it---somehow my permissions were messed up and not writable by the www-data user. did a quick chown on the images directory and now it works fine. Thanks!!!
genii
If you have mounted an entire drive to the /usr/share/zoneminder/events directory then instead you want to just make a dir on the root of that drive called events which has the proper recursive permissions/owner and mount that to /usr/share/zoneminder instead. Otherwise every boot it gets chowned back to root
( due to udev )
lvlinux: ^
genii_ joined the channel
genii__ joined the channel
genii_ has quit
genii__ has quit
lvlinux
ok yes that is good to know---I have a drive mounted on /var/cache, and then inside there is the zoneminder dir, so I should be good from now I think---I hope... :-D anyway thanks for the help and info.