adamsutton / tvheadend

Tvheadend is a TV streaming server for Linux supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, IPTV, and Analog video (V4L) as input sources.
http://www.lonelycoder.com/hts/tvheadend_overview.html
Other
18 stars 5 forks source link

Second adapter not able to work #75

Closed clandmeter closed 10 years ago

clandmeter commented 10 years ago

I have 2 usb dvb-s cards. Both use the same setup/networks and should work redundant. However, when i disable the satconfigs on the first card, the second card should take over (it uses the same networks). I get:

2013-09-25 21:48:28.000 [ DEBUG] mpegts: 11585H - no free input (fail=0) 2013-09-25 21:48:28.000 [ DEBUG] mpegts: 12187H - no free input (fail=0) 2013-09-25 21:48:38.000 [ DEBUG] mpegts: 12187H - no free input (fail=0)

@adamsutton I PM'ed you in irc my config to verify its not because of my stupidity.

amet commented 10 years ago

I have seen that,look in Status page and verify that initial scan is not running

clandmeter commented 10 years ago

This issue can be closed. @adamsutton fixed it (after he broken it).

@adamsutton words: Its an UI thing....

adamsutton commented 10 years ago

Issue was that checkboxes with a default=true, were ALWAYS true, you would never see them unticked. This meant that it wasn't obvious that you needed to update the FE's (not even sure if you could). Should be fixed now.