CCcam Crash after Standby (latest openPLI) !
Started by rotarum, 27 Mar 2012 04:13
18 replies to this topic
Re: CCcam Crash after Standby (latest openPLI) ! #2
Re: CCcam Crash after Standby (latest openPLI) ! #3
Re: CCcam Crash after Standby (latest openPLI) ! #4
Posted 27 March 2012 - 12:43
I don't know if this is possible in your OpenPLi image version, but in E1 OpenPLi for DM500S, I use a couple of files in /var/etc that stops CCcam when the box enters Standby mode, and starts CCcam when the box is woken up. Both files need to be chmod 755 permissions, or this will not work.
/var/etc/enigma_enter_standby.sh
this contains one single line only:
killall -9 CCcam
and
/var/etc/enigma_leave_standby.sh
again, one single line:
CCcam
I know this isn't addressing your underlying problem, but it seems daft to have a softcam working away when the box is asleep. Plus, when the box is woken up, the cam starts afresh. Might be worth a try, to see if the same routine works in your image version.
Cheers- AL
/var/etc/enigma_enter_standby.sh
this contains one single line only:
killall -9 CCcam
and
/var/etc/enigma_leave_standby.sh
again, one single line:
CCcam
I know this isn't addressing your underlying problem, but it seems daft to have a softcam working away when the box is asleep. Plus, when the box is woken up, the cam starts afresh. Might be worth a try, to see if the same routine works in your image version.
Cheers- AL
Re: CCcam Crash after Standby (latest openPLI) ! #5
Re: CCcam Crash after Standby (latest openPLI) ! #6
Re: CCcam Crash after Standby (latest openPLI) ! #7
Posted 28 March 2012 - 23:50
Start via telnet
CCcam -d
And See The log
i start CCcam 2.3.0 with debug and it shows everything normal BUT here is the DMESG of the openPLI Image when CCcam crashes:
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
prune_queue: c=7d7b2782
prune_queue: c=7d7ba6a9
prune_queue: c=7d7bc7d0
prune_queue: c=7d7bec2c
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff)
... i think here is the problem dear developers
Re: CCcam Crash after Standby (latest openPLI) ! #8
Re: CCcam Crash after Standby (latest openPLI) ! #9
Re: CCcam Crash after Standby (latest openPLI) ! #10
Re: CCcam Crash after Standby (latest openPLI) ! #11
Re: CCcam Crash after Standby (latest openPLI) ! #12
Re: CCcam Crash after Standby (latest openPLI) ! #13
Posted 4 April 2012 - 23:35
So the issue is more airplayer related?
i have uninstalled PLI softcam panel completely and replaced it with Glass sysutils softcam setup !!!
with Glassutils cccam 2.3.0 is working fine and yes i have airplayer installed too !
maybe it has something to do with PLI softcam-panel and the installed plugins ...
Re: CCcam Crash after Standby (latest openPLI) ! #14
Re: CCcam Crash after Standby (latest openPLI) ! #15
Re: CCcam Crash after Standby (latest openPLI) ! #16
Re: CCcam Crash after Standby (latest openPLI) ! #17
Posted 26 May 2012 - 09:43
Here is the new version:
enigma2-plugin-extensions-airplayer_0.2.0_mipsel-oe16.ipk 409.23KB 2 downloads
enigma2-plugin-extensions-airplayer_0.2.0_mipsel-oe16.ipk 409.23KB 2 downloads
Edited by SplatterX, 26 May 2012 - 09:45.
Re: CCcam Crash after Standby (latest openPLI) ! #18
Re: CCcam Crash after Standby (latest openPLI) ! #19
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users