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 2 3 4 5 … 9 Next »
NPVR Synology Docker with Octopus SAT/IP finds no channels

 
  • 0 Vote(s) - 0 Average
NPVR Synology Docker with Octopus SAT/IP finds no channels
sylvio2000
Offline

Member

Posts: 78
Threads: 3
Joined: Dec 2013
#51
2021-09-16, 05:32 PM
I tried to start from scratch. I deleted everything in the nextpvr config folder on the synology and deleted all channels with the webgui. Then I created a new container with the following commands:

docker run -d --volume /volume1/docker/nextpvr/Aufnahmen:/recordings --volume /volume1/docker/nextpvr/Aufnahmen:/buffer --volume /volume1/docker/nextpvr/config:/config --restart unless-stopped --net=host -e SATIP_DEVICES='http://192.168.178.20/octoserve/octonet.xml' --publish 8866:8866 --publish 16891:16891/udp nextpvr/nextpvr_amd64Confusedtable

result:
channel scan works
epg update does not work
channel stream does not work

Nothing changed for me


Attached Files
.zip   logs-20210916-1729.zip (Size: 558.02 KB / Downloads: 1)
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,180
Threads: 958
Joined: May 2006
#52
2021-09-16, 05:48 PM (This post was last modified: 2021-09-16, 05:48 PM by mvallevand.)
I don't see those docker ports published from minisatip in that command line.

Martin
sylvio2000
Offline

Member

Posts: 78
Threads: 3
Joined: Dec 2013
#53
2021-09-16, 06:15 PM
Does not make a change:

docker run -d --volume /volume1/docker/nextpvr/Aufnahmen:/recordings --volume /volume1/docker/nextpvr/Aufnahmen:/buffer --volume /volume1/docker/nextpvr/config:/config --restart unless-stopped --net=host -e SATIP_DEVICES='http://192.168.178.20/octoserve/octonet.xml' -p 554:544 -p 1900:1900/udp nextpvr/nextpvr_amd64Confusedtable


Attached Files
.zip   logs-20210916-1814.zip (Size: 354.83 KB / Downloads: 1)
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,180
Threads: 958
Joined: May 2006
#54
2021-09-16, 06:26 PM
No it's not seeing the XML file, so I give up. I do notice there was an EPG scan going on though, I'd avoid that during your testing. Also 554:544 is wrong and yu also didn't publish the NextPVR ports FWIW

Martin
sylvio2000
Offline

Member

Posts: 78
Threads: 3
Joined: Dec 2013
#55
2021-09-19, 12:01 PM
I can of course avoid the epg scan. But what do you mean with: I have not published nextpvr ports?

Please look at my commands, are they published now?

docker run -d --volume /volume1/docker/nextpvr/Aufnahmen:/recordings --volume /volume1/docker/nextpvr/Aufnahmen:/buffer --volume /volume1/docker/nextpvr/config:/config --restart unless-stopped --net=host -e SATIP_DEVICES='http://192.168.178.20/octoserve/octonet.xml' --publish 554:554 --publish 1900:1900/udp nextpvr/nextpvr_amd64Confusedtable
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,180
Threads: 958
Joined: May 2006
#56
2021-09-19, 02:19 PM
No just the minisatip ports. See what you have here https://forums.nextpvr.com/showthread.ph...#pid560287 for comparison.

Martin
sylvio2000
Offline

Member

Posts: 78
Threads: 3
Joined: Dec 2013
#57
2021-09-19, 04:43 PM
I am confused, how can I publish ports when using --net=host?
I always get the warning: WARNING: Published ports are discarded when using host network mode
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,180
Threads: 958
Joined: May 2006
#58
2021-09-19, 05:32 PM
I agree you don't need them when you are in host mode, (I think I noted that) but something was different in the logs. Put them in and try bridge mode.

Martin
sylvio2000
Offline

Member

Posts: 78
Threads: 3
Joined: Dec 2013
#59
2021-09-20, 03:34 PM
Ok I tried this:

sudo docker run -d --volume /volume1/docker/nextpvr/Aufnahmen:/recordings --volume /volume1/docker/nextpvr/Aufnahmen:/buffer --volume /volume1/docker/nextpvr/config:/config --restart unless-stopped -e SATIP_DEVICES='http://192.168.178.20/octoserve/octonet.xml' --publish 554:554 --publish 1900:1900/udp nextpvr/nextpvr_amd64Confusedtable

But now I get the follwing error:
docker: Error response from daemon: driver failed programming external connectivity on endpoint admiring_shamir (54b8c5764cc2ea28da8c0e4f97430b20676e1ae4a8157ef86737a15d8d9c6d6f): Error starting userland proxy: listen udp 0.0.0.0:1900: bind: address already in use

netstat -an | grep 1900 says:
udp 0 0 239.255.255.250:1900 0.0.0.0:*

I dont know which service could use this port. ssdp is already disabled
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,180
Threads: 958
Joined: May 2006
#60
2021-09-20, 03:37 PM
On your Synology do you have anything other Docker running?

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (10): « Previous 1 … 4 5 6 7 8 … 10 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Docker options tom_tav 1 48 2025-07-12, 09:32 AM
Last Post: mvallevand
  Migrating from Windows to Docker? boringgit 2 242 2025-06-09, 07:58 PM
Last Post: boringgit
  Comskip segfaults with comskip embedded in amd64 docker SickBoy 6 678 2025-02-24, 11:18 PM
Last Post: SickBoy
Information Custom NPVR image with ffmpeg, ccextractor, handbrake, comskip, etc. Ranbato 66 16,100 2025-01-16, 04:26 AM
Last Post: mvallevand
  Issues with Session Handling Behind Caddy Reverse Proxy in Docker: invalid session user001 5 650 2025-01-10, 08:23 PM
Last Post: sub
  Docker container becomes unresponsive overnight wapkaplet 6 894 2025-01-10, 04:47 PM
Last Post: wapkaplet
  Docker image upgrade ceejayemm 9 1,239 2025-01-07, 11:27 PM
Last Post: pkscout
  Current guide for NextPVR docker on Unraid? wapkaplet 1 1,008 2024-12-20, 02:40 AM
Last Post: wapkaplet
  NextPVR with Docker and Fritzbox icompas 9 916 2024-12-12, 02:50 PM
Last Post: icompas
  Channels stop working overnight aTF6i 68 4,897 2024-11-21, 03:22 PM
Last Post: mvallevand

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

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

Linear Mode
Threaded Mode