NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Linux v
« Previous 1 … 30 31 32 33 34 Next »
How do I scan for channels?

 
  • 0 Vote(s) - 0 Average
How do I scan for channels?
burrows
Offline

Junior Member

Posts: 8
Threads: 1
Joined: Jul 2019
#11
2019-07-21, 02:18 PM
mvallevand Wrote:Yes that is basically what I expected. I think there is something going on with handling newer version of libdvbv5 shspvr also reported something similar to what you and I are seeing.

Martin

Thanks, after you said that I immediately tried the docker image where it can have whatever packages/versions it desires without cluttering up the rest of my system. Just for testing purposes (it won't remember any channels/recordings when I reboot my system) I executed the following:

Code:
sudo docker run --privileged --publish 8866:8866 -d nextpvr/nextpvr_amd64:latest

...and it seems to be working.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,768
Threads: 954
Joined: May 2006
#12
2019-07-22, 12:24 AM
Why did you choose to run privileged? I run the opposite security model running as nobody and it works fine.

Martin
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,768
Threads: 954
Joined: May 2006
#13
2019-07-22, 01:42 AM
@burrows did you have to install libssl1.02 from stretch to get NextPVR to work on buster?

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#14
2019-07-22, 02:16 AM
burrows Wrote:Thanks, after you said that I immediately tried the docker image where it can have whatever packages/versions it desires without cluttering up the rest of my system. Just for testing purposes (it won't remember any channels/recordings when I reboot my system) I executed the following:

Code:
sudo docker run --privileged --publish 8866:8866 -d nextpvr/nextpvr_amd64:latest

...and it seems to be working.
I'm glad to hear you were at least able to fall back to Docker to avoid these package issues. We're looking into options for how to fix. There is a lot of nice stuff about Linux, but also a few pain in the arse things.
burrows
Offline

Junior Member

Posts: 8
Threads: 1
Joined: Jul 2019
#15
2019-07-22, 01:58 PM
mvallevand Wrote:Why did you choose to run privileged? I run the opposite security model running as nobody and it works fine.

Martin

Privileged vs Unprivileged
  • Privileged: NextPVR detects my tuner card, it's available and channels stream. (Attached screenshot Privileged.png)
  • Unprivileged: NextPVR detects my tuner card but it's unavailable and channels don't stream. (Attached screenshot Unprivileged.png)

mvallevand Wrote:@burrows did you have to install libssl1.02 from stretch to get NextPVR to work on buster?

Martin

I don't have any backports from previous versions of Debian and I don't remember installing libssl1.02, however, the following packages were automatically installed from other applications:
  • libssl-dev
  • libssl1.0.2
  • libssl1.1

sub Wrote:I'm glad to hear you were at least able to fall back to Docker to avoid these package issues. We're looking into options for how to fix. There is a lot of nice stuff about Linux, but also a few pain in the arse things.

Linux is too powerful for its own good. With that power comes complication. You'll get used to it Smile
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,768
Threads: 954
Joined: May 2006
#16
2019-07-22, 02:21 PM
burrows Wrote:Privileged vs Unprivileged
  • Privileged: NextPVR detects my tuner card, it's available and channels stream. (Attached screenshot Privileged.png)
  • Unprivileged: NextPVR detects my tuner card but it's unavailable and channels don't stream. (Attached screenshot Unprivileged.png)

Yes right whatever user you run with will need to be in group video to access the adapter, the deb file file that I have prepared to install nextpvr as a service does this so I forgot about it.

Quote:I don't have any backports from previous versions of Debian and I don't remember installing libssl1.02, however, the following packages were automatically installed from other applications:
  • libssl-dev
  • libssl1.0.2
  • libssl1.1

The problem for me (again for my deb file) is 1.02 is not available from Buster or Ubuntu 19 repo's and NextPVRServer fails without it. With apt install I get

E: Package 'libssl1.0.2' has no installation candidate

So I need to figure out how to get them from stretch or 18.04 automatically

Martin
burrows
Offline

Junior Member

Posts: 8
Threads: 1
Joined: Jul 2019
#17
2019-07-22, 03:12 PM
At some point during Buster's testing period libssl1.0.2 was available before they upgraded that package. I was using Buster way, way before its official release and libssl would have installed itself way back when. Nothing is dependent on libssl1.0.2 so I can safely uninstall it...but I won't in case I want to try and get NextPVR working outside of a docker container again.

As for your deb file, is it possible to statically link libssl1.0.2 instead of dynamically linking it? That could also fix the libdvbv5 problem.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,768
Threads: 954
Joined: May 2006
#18
2019-07-22, 05:15 PM (This post was last modified: 2019-07-22, 06:03 PM by mvallevand.)
The libssl problem is with one of the netcore files System.Security.Cryptography.Native.OpenSsl.so as far as I can tell. not much sub can do to fix that. Edit: I think sub could correct this if the runtime files he included were more current.

sub has addressed the libdvbv5 problem so you should be back in business shortly.

Martin
Ludron
Offline

Member

Posts: 83
Threads: 9
Joined: Jan 2011
#19
2019-08-11, 05:02 PM
Better approach to avoid 13 page thread:
While installing these dependencies is usually fine, there are cases when this requirement is undesirable. For example, when the user of such application doesn't have rights to install applications on the target device. Or when the .NET Core dependencies would conflict with dependencies already installed on the target device. To enable that scenario, .NET Core 2.0 and later versions support using local copies of third-party dependency libraries. Applications can carry those dependencies and use them, even if there are system-wide installed versions.
burrows Wrote:My environment:
  • Debian 10 (Buster)
  • Tuner card TBS-6902
  • Satellite Astra-28.2E
Whenever I click "Scan Channels" via the web interface, nothing is found. How do I perform a full scan without knowing any frequencies whatsoever? TVHeadEnd scans all available channels and streams them perfectly, but I can't do the same with NextPVR v5.

NextPVR detects my twin tuner card:
[ATTACHMENT NOT FOUND]
It would be nice to see device name and manual scan button. It is misconception to think that this is one-time process if we know about some guys like Rini(certainly not deer hunter) who probably spend good chunk of life in that activity. Default scan will waste too much time on channels which are either enc. or not even receivable in some regions. Unlike others, I don't need thousand channels, but even few interesting are "hidden":

Elmo P. Wrote:I have 4 DVB tuners for UK terrestrial and 2 DVBS2 tuners to pull in French TV from a couple of satellites for my wife, but after many years they have now encrypted the French channels on the 5W and 13E sats - or not necessarily encrypted but they now show as the attached picture on king of sat - I believe they are now multi streams whatever they are. It's possible one of the TBS card might pull in the multi streams but I suspect getting it to work with NPVR might be a different story.
Advanced fields like PLS should only be visible if actually supported by frontend.
Who will explain to that wife about challenges of T2-MI or ETI satellite distribution...
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): « Previous 1 2


Possibly Related Threads…
Thread Author Replies Views Last Post
  No DVB-T channels found Steu851 3 222 2025-05-03, 04:37 PM
Last Post: Steu851
  NextPVR can't open RAI (Italian main TV channels) links f2fg 17 2,896 2025-03-29, 10:15 AM
Last Post: alice_anto
  Server crash changing channels VCR58 7 505 2025-03-27, 03:17 PM
Last Post: VCR58
  complete scanning of channels not possible evil666 84 3,424 2024-12-21, 05:58 PM
Last Post: mvallevand
  deleting channels Linox 7 463 2024-12-01, 12:27 PM
Last Post: Linox
  no epg in many channels alda 20 1,319 2024-11-29, 03:14 AM
Last Post: sub
  Dvbv5-scan of Astra 28.2 satforall 191 15,540 2024-11-13, 12:52 AM
Last Post: mvallevand
  Scanning Channels Failure how 13 947 2024-09-21, 11:44 PM
Last Post: how
  BBC Four HD missing from Channel scan - Astra 28.2E Heifer 12 2,067 2024-03-03, 01:49 PM
Last Post: mvallevand
  Lots of channels no TV and No EPG (Freesat over SAT>IP) Morrisimo 175 19,704 2024-02-21, 11:13 AM
Last Post: PaulMc

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode