@athoik help me! thanks!
1、I have AX HD51 now, I want to use TBS5520(DVB-S2+C)、TBS QBOXII and DVBWorld USB3101C in HD51.
Edited by wzbbstx, 31 August 2016 - 16:21.
Posted 31 August 2016 - 16:17
@athoik help me! thanks!
1、I have AX HD51 now, I want to use TBS5520(DVB-S2+C)、TBS QBOXII and DVBWorld USB3101C in HD51.
Edited by wzbbstx, 31 August 2016 - 16:21.
Posted 31 August 2016 - 17:40
Edited by athoik, 31 August 2016 - 17:40.
Posted 1 September 2016 - 11:42
@athoik, need some please.
I have a test image from ViX for my Solo 4k, all scanning is working and all FTA channels are clearing however we have a couple of issues.
Immediately after scanning channels are working but after box or E2 restart the multistream channels become unavailable with tune failed.
secondly should there be a lamedb and a lamedb5 as we have both ?
Any suggestions ?
Thanks
Posted 1 September 2016 - 16:17
Edited by athoik, 1 September 2016 - 16:18.
Posted 1 September 2016 - 20:52
Posted 1 September 2016 - 21:04
Posted 7 September 2016 - 19:37
Hi Jakey, I've started again with this.
Code here:
https://github.com/H...5e9b1aeb55dfe86
Thanks Athoik for making this possible and advice.
Just got to build it now and see if it works.
Posted 23 September 2016 - 15:12
Posted 30 September 2016 - 06:11
@@ -2540,6 +2540,13 @@ int eDVBFrontend::isCompatibleWith(ePtr<iDVBFrontendParameters> &feparm) { return 0; } + if (parm.system == eDVBFrontendParametersSatellite::System_DVB_S2 && + (parm.is_id != NO_STREAM_ID_FILTER || (parm.pls_code & 0x3FFFF) != 1 || + (parm.pls_mode & 3) != eDVBFrontendParametersSatellite::PLS_Root) && + !is_multistream()) + { + return 0; + } score = m_sec ? m_sec->canTune(parm, this, 1 << m_slotid) : 0; if (score > 1 && parm.system == eDVBFrontendParametersSatellite::System_DVB_S && can_handle_dvbs2) {Please give a try and let me know if this is ok in order to commit in my multistream branch.
Edited by athoik, 30 September 2016 - 06:12.
Posted 30 September 2016 - 08:41
Athoik, can I suggest this commit so people can use plugins that are not multistream aware (like Blindscan).
https://github.com/H...3937d6342b6fc1c
Maybe there is a better way to do it.
Edited by Huevos, 30 September 2016 - 08:42.
Posted 1 October 2016 - 01:49
I made these 2 commits:
https://github.com/H...802c9484310f5e3
https://github.com/H...6612d50370c0a29
According to the guys testing:
"I have configured an internal tuner to 5w, so both TBS and internal tuner are capable of tuning 5w, but neither will actually tune any channel, MS or normal S2, with tune failed messages and Solo 4k slows to a crawl with spinners everywhere."
0 members, 12 guests, 0 anonymous users