-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Troubles scanning DVB-T only networks with SAT>IP tuners #17
Comments
Hi, To be more clear... Using something like this:
The SAT>IP tuner is enforced to use only DVB-T. Therefore the requests to tune any frequency in DVB-T2 will fail. But the tool tries 4 times for each frequency in DVB-T2. This consumes a lot of wasted time. And only after this first T2 pass it starts to scan in DVB-T. Any idea to improve this? Perhaps a command line parameter to select the accepted modulations (T, T2 or both)? Or when using "DVBT" in the SAT>IP server then not scan for DVB-T2? Please comment. |
Well, the problems starts at the point where you try to be over complicated on the commandline. I would use only /w_scan_cpp -ft -c NL --satip -V > ./scan-nl.m3u Netherlands uses both, DVB-T and DVB-T2. The selection between T and T2 is part of the country setting. Regarding the waste of time. This tools is meant for users with not too much knowledge about their current tv system, who just want use this and have channels. Capturing as much as possible is the goal, but not saving time. |
Thank you for your response. However, take note that this tool (command line only) could be used by scripts to generate scanning logs. Therefore, if it's more flexible (without disturbing users) then we can have a win-win. After a short review of the code, with this simple "hack" in the file
In the code of the plugin exists the paremeter What you think? |
This is strictly needed when you're connecting with the SAT>IP server over a tunnel. For this reason I'm enabling the RTP-over-TCP mode. Please remember that this tool is also for engineers. 😉 |
In this case: Why not support "custom" country settings? Or "neutral" country settings?
These are only examples. |
Any ideas to improve this? |
I've created a simple solution to solve this. At time the The two PR related are:
I hope you'll agree with this clean and simple solution. I don't have finished the PR of the tool with the HISTORY because I prefer if first you merge the plugin change. Please test it and comment. |
[quote]Well, the problems starts at the point where you try to be over complicated on the commandline.[/quote] |
Thank you @wirbel-at-vdr-portal for supporting this tool. However, your point of view and my point of view are very different. My goal is a clean, simple and powerful tool for engineers. |
Hi @wirbel-at-vdr-portal ,
I'm using different SAT>IP DVB-T/T2 tuners in different countries. When the signal is DVB-T2 the tool works as expected. However, when scanning DVB-T only networks the program fails because it wants to tune DVB-T2 only. Any option to enforce using DVB-T only?
Note: The problem is that it first scans DVB-T2, and don't find anything, and after it wants to scan DVB-T. But this is a waste of time. The request is to scan DVB-T only disabling the first DVB-T2 scanning.
The text was updated successfully, but these errors were encountered: