2021-01-13, 12:38 AM
(This post was last modified: 2022-11-04, 02:15 AM by mvallevand.)
Over the last week I have using my ODroid N2 with Kodi Matrix and I have found it to be tremendous client. It's nice being able to power off a box with the remote.
Edit this also works with the RPi4 and LibreElec 10.
I decided to see how hard it was to set up NextPVR server without Docker and as it turns out it is really quite easy. I still have issues with transcoding with ffmpeg, it doesn't make the box faster but it does remove the overhead of running Docker.
I was able to get an HDHR and even a locast tuner going so it is hard to imagine a better combination for light PVR requirements.
To install NextPVR server here are the steps
1. In CoreElect/LibreElec Addons install the Netcore binaries from ?Elec Addons ->Programs
2. Start a ssh session and do the following. Make sure you do this after NetCore is installed
3. Run dotnet with no parameters to make sure it is installed
4. Get the install script
- download and unzip the attached file
- chmod +x nextpvr-elec.sh
5. Configure dtv-scan-table (optional)
If you are installing a digital tuner (dvb, atsc, qam) you need to install a scanning table. Otherwise skip to the next step 6
- Note that CoreElec and LibreElec may not support your tuner. Check /dev/dvb to see if there are adapters in that directory. If not you will need to work this out on the CoreElec and LibreElec forums before proceeding.
a. Download the updated binary from here https://forums.nextpvr.com/showthread.ph...#pid555747 and copy it to /storage/.kodi/addons/nextpvr-server/ This is temporyary until the next version of NextPVR is released.
b. runnano nextpvr-elec.sh and find
dtv_scan_table=0
and change 0 to 1 or 2.
# 0 = placeholder, 1 = crazycat69, 2 = tvheadend
6. Install NextPVR server
./nextpvr-elec.sh
7. Configure NextPVR
You should be able to continue with a normal installation from a browser on your network
http:/ip:8866
Don't bother trying to test video in the browser there needs to be modifications to have this work properly, and only x64 boxes will be capable of doing the appropriate h264 transcoding at this time.
Martin
Edit this also works with the RPi4 and LibreElec 10.
I decided to see how hard it was to set up NextPVR server without Docker and as it turns out it is really quite easy. I still have issues with transcoding with ffmpeg, it doesn't make the box faster but it does remove the overhead of running Docker.
I was able to get an HDHR and even a locast tuner going so it is hard to imagine a better combination for light PVR requirements.
To install NextPVR server here are the steps
1. In CoreElect/LibreElec Addons install the Netcore binaries from ?Elec Addons ->Programs
2. Start a ssh session and do the following. Make sure you do this after NetCore is installed
3. Run dotnet with no parameters to make sure it is installed
4. Get the install script
- download and unzip the attached file
- chmod +x nextpvr-elec.sh
5. Configure dtv-scan-table (optional)
If you are installing a digital tuner (dvb, atsc, qam) you need to install a scanning table. Otherwise skip to the next step 6
- Note that CoreElec and LibreElec may not support your tuner. Check /dev/dvb to see if there are adapters in that directory. If not you will need to work this out on the CoreElec and LibreElec forums before proceeding.
a. Download the updated binary from here https://forums.nextpvr.com/showthread.ph...#pid555747 and copy it to /storage/.kodi/addons/nextpvr-server/ This is temporyary until the next version of NextPVR is released.
b. runnano nextpvr-elec.sh and find
dtv_scan_table=0
and change 0 to 1 or 2.
# 0 = placeholder, 1 = crazycat69, 2 = tvheadend
6. Install NextPVR server
./nextpvr-elec.sh
7. Configure NextPVR
You should be able to continue with a normal installation from a browser on your network
http:/ip:8866
Don't bother trying to test video in the browser there needs to be modifications to have this work properly, and only x64 boxes will be capable of doing the appropriate h264 transcoding at this time.
Martin