NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Docker amd64 v
« Previous 1 … 3 4 5 6 7 … 9 Next »
Help Please

 
  • 0 Vote(s) - 0 Average
Help Please
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,767
Threads: 954
Joined: May 2006
#11
2021-11-13, 03:51 PM
There is also http://www.xmltv.co.uk/feeds the 72 hour feed isn't bad fort his use case.

Martin
joolsc
Offline

Junior Member

uk
Posts: 13
Threads: 4
Joined: Feb 2020
#12
2021-11-13, 04:53 PM
(2021-11-13, 03:44 PM)sub Wrote: The Synology Docker GUI app doesn’t provide the ability to set everything. You can however enable ssh support, then ssh into the NAS, and just run the docker command line with whatever parameters you want (like my example further up the page). After this you it’ll just show up in the Docker GUI app and you can start/stop it from there etc.

Thanks for the suggestion I've deleted both the container and image in the Docker GUI and tried command line from SSH into the NAS.
so docker pull nextpvr/nextpvr_amd64Confusedtable gives an error "Got permission denied when trying to connect to the Docker daemon socket at unix-----?
I guess that means I can't go any further, because if I try and run sudo docker run -d --name nextpvr etc.. I get "docker run rerquires at least one argument".
Im back to square one and its beyoynd mt skill level.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#13
2021-11-13, 05:23 PM
I do this for installing on my Synology NAS, on both DSM6 in the past and now DSM7.

This is exactly what I run:
Code:
sudo docker run -d --name nextpvr --volume /volume1/temp/config:/config --volume /volume1/temp/recordings:/recordings --volume /volume1/temp/recordings:/buffer --publish 8866:8866 --device /dev/dri:/dev/dri nextpvr/nextpvr_amd64:stable
joolsc
Offline

Junior Member

uk
Posts: 13
Threads: 4
Joined: Feb 2020
#14
2021-11-13, 05:50 PM
(2021-11-13, 05:23 PM)sub Wrote: I do this for installing on my Synology NAS, on both DSM6 in the past and now DSM7.

This is exactly what I run:
Code:
sudo docker run -d --name nextpvr --volume /volume1/temp/config:/config --volume /volume1/temp/recordings:/recordings --volume /volume1/temp/recordings:/buffer --publish 8866:8866 --device /dev/dri:/dev/dri nextpvr/nextpvr_amd64:stable

Thanks I tried to run your exact code and get an error at the last moment , what is device /dev/dri etc.. Error response from daemon:error gathering device information while adding custom device "dev/dri"
I assume I have to add something else?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,767
Threads: 954
Joined: May 2006
#15
2021-11-13, 05:51 PM
Is your Synology NAS Intel based? If not you probably won't have that feature.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#16
2021-11-13, 05:56 PM
/dev/dri is the kernel device node used for hardware accelerated transcoding. If you NAS doesn't support this, or you're not going to be doing transcoding in NextPVR (ie, viewing in web app), then you can just leave off the "--device /dev/dri:/dev/dri"
joolsc
Offline

Junior Member

uk
Posts: 13
Threads: 4
Joined: Feb 2020
#17
2021-11-13, 06:10 PM
The NAS Intel based but I'm not too concerned about transcoding so can leave it out. I tried leaving out code for it after deleting the container and image again and still not working. Now I get error docker run requires at least one argument.
Im sorry Im being a complete jerk and really appreciate your help .
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#18
2021-11-13, 06:18 PM
I've got no idea why that command line isn't working for you. Works fine here.

If you're not using dri, and not needing a USB tuner, then you can probably just set it up via the Docker GUI. Just try adding an 'HOST_IP' variable on the Environment tab. Set it to the IP address of your Synology NAS. Also add a UDP port mapping for port 8026.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,767
Threads: 954
Joined: May 2006
#19
2021-11-13, 06:21 PM
You will need UDP port 16891 for the Android app too.

Martin
pkscout
Offline

Senior Member

USA
Posts: 464
Threads: 50
Joined: May 2014
#20
2021-11-13, 08:01 PM (This post was last modified: 2021-11-13, 08:02 PM by pkscout.)
(2021-11-13, 02:08 PM)joolsc Wrote: I see from the install notes for NextPVr on Docker it give the following install insructions:
docker run -d \

    --name nextpvr \
    --volume /home/graeme/config:/config \                     
    --volume /home/graeme/videos:/recordings \
    --volume /home/graeme/videos:/buffer \
    --restart unless-stopped \
    --publish 8866:8866 \
    --publish 16891:16891/udp \
    nextpvr/nextpvr_amd64Confusedtable

If you're using an older legacy HDHomeRun, you'll also need a couple more parameters (replacing 192.168.1.51 with your host's IP address):
    --env HOST_IP=192.168.1.51 \
    --publish 8026:8026/udp \

On Synology I dont see how I enter this information the Docker app is just a GUI ?
Any help with exactly how to enter the above data would maybe solve some of the issues I'm getting. I've searched for days to find some info on the net but can't find any clear instructions, but then maybe it is installed OK, I just dont know.

I'm pretty sure you can enter everything above with the GUI.

--name is on the initial setup screen when you launch the image

After that click the advanced settings button.  On that screen are a bunch of tabs.

On the first tab, there is a check box for enable auto-restart (that gives you --restart unless-stopped)

On the volumes tab you make entries for each of the various --volume entries.

On the port settings tab you would do the various --publish entries.

On the environment tab you would add the --env entries.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3 Next »


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

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

Linear Mode
Threaded Mode