Backend runs myth, mysql, asterisk, zm, ...the usual suspects.
After running for 10mins or so I can't ping box and local keybd/mouse access don't work...it is frozen.
I isolated this to the zm processes that get created. Box will stream hd ota via mythtv for 20hrs straight...as long as zm isn't running.
I also noticed that I end up with 100s? of apache instances at some point and then apache is unresponsive until I restart apache2 process.
Perhaps my math/reading were wrong in calculating shared memory. I have 7 inputs running at 640x480. Have the following settings from kernel:
Code: Select all
kernel.shmall=134217728
kernel.shmmax=134217728
Code: Select all
[ 19.255727] bttv: Bt8xx card found (7).
[ 19.255738] bttv 0000:07:0b.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 19.255749] bttv7: Bt878 (rev 17) at 0000:07:0b.0, irq: 16, latency: 32, mmio: 0xeb30e000
[ 19.255760] bttv7: subsystem: 1836:1540 (UNKNOWN)
[ 19.255761] please mail id, board name and the correct card= insmod option to video4linux-list@redhat.com
[ 19.255763] bttv7: using: *** UNKNOWN/GENERIC *** [card=0,autodetected]
[ 19.255788] bttv7: gpio: en=00000000, out=00000000 in=00ffffff [init]
[ 19.290995] bttv7: tuner type unset
[ 19.290998] bttv7: i2c: checking for MSP34xx @ 0x80... not found
[ 19.291747] bttv7: i2c: checking for TDA9875 @ 0xb0... not found
[ 19.292427] bttv7: i2c: checking for TDA7432 @ 0x8a... not found
[ 19.293198] bttv7: registered device video7
[ 19.293236] bttv7: registered device vbi7
Also...when I built ffmpeg from source...I only used swscale? option...not sharedmem or other stuff...perhaps this is cause?
Also...if I could get confirm that there's no way to get audio working from audio inputs under Ubuntu this w/be appreciated.
thanks in advance...