Bug #1403
Close device handle when idle does NOT work on both tuner
0%
Description
system version: PPA installed, HTS Tvheadend 3.2.18~g40a8920~precise, 64 bit, Ubuntu 12.04
hardware: TBS 6981 S2 dual tuner
Problem:
(1) After enable "Close device handle when idle" option on both of the tuner, only single tuner namely "/dev/dvb/adapter1/" closed and logged in the WebUI.
(2) when checking with "sudo lsof -p $(cat /var/run/tvheadend.pid) | grep -i /dev/dvb", the /dev/dvb/adapter0 is still active
(3) all the EPG grabber has been disabled to prevent any period EPG update.
(4) user have to manually select adapter0 with streaming channel, e.g.
mplayer -xy 0.5 http://poseidon.ookyy.net:9981/stream/service/_dev_dvb_adapter0_TurboSight_TBS_6981_DVBS_S2_frontend10803000_H_satconf_1_1946
and stop streaming, to get the tuner closed.
History
Updated by Adam Sutton almost 12 years ago
- Status changed from New to Accepted
- Assignee set to Adam Sutton
- Affected Versions 3.2 added
Ah, this is a bug with the way TVH loads the configuration. It has been fixed in master but I have not ported to 3.2 as I hadn't realised this problem might exist.
Adam
Updated by Adam Sutton almost 12 years ago
Need to port commit:a9692b9514eca41a5da1bef56914f264fbc331ed
Updated by Adam Sutton almost 12 years ago
Actually my earlier comments were bollocks, I think this is still an issue in master. I think I thought I'd fixed it as part of that noted commit when in fact it doesn't look like I did any such thing.
Adam
Updated by Adam Sutton almost 12 years ago
This will not be ported to 3.2 at this stage as its not had time to be tested in master. I'm about to push the fix to master though.
Adam
Updated by Adam Sutton almost 12 years ago
- Target version changed from 3.2 to 3.4
Not going to back port this fix.
Updated by Adam Sutton almost 12 years ago
- Status changed from Accepted to Fixed
This should now be fixed in master and not going to backport to 3.2.
Adam