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 … 7 8 9 10 11 … 26 Next »
No Freesat EPG on new install

 
  • 0 Vote(s) - 0 Average
No Freesat EPG on new install
arcoast
Offline

Junior Member

UK
Posts: 3
Threads: 0
Joined: Nov 2021
#21
2021-11-29, 08:47 PM
(2021-11-28, 02:55 PM)mvallevand Wrote: In bridge mode you also would need to set the environment variable HOST_IP to your actual host's IP

Martin

I'm afraid I didn't have any success with that, I did read that it was useful for older hdhomerun devices, but I'm using Sat-IP which I believe is a different protocol.

I experimented with this: (192.168.0.20 is the IP address of my Sat-IP server.)

Code:
    nextpvr:
        container_name: nextpvr
        networks:
            nginx:
        environment:
            - TZ={TZ}
            - HOST_OS=${HOST_OS}
            - HOST_IP=192.168.0.20
        volumes:
            - ${CONFIG}/nextpvr-final:/config
            - ${RECORDINGS}:/recordings
            - ${RECORDINGS}/buffer:/buffer
            - ${CONFIG}/nextpvr-final/custom.ini:/app/data/tuning/DVB-S/custom.ini
        ports:
            - 16891:16891/udp
            - 8866:8866
            - 8026:8026/udp
        image: nextpvr/nextpvr_amd64:stable
        restart: unless-stopped
and this: (192.168.0.1 is my docker host)

Code:
    nextpvr:
        container_name: nextpvr
        networks:
            nginx:
        environment:
            - TZ={TZ}
            - HOST_OS=${HOST_OS}
            - HOST_IP=192.168.0.1
        volumes:
            - ${CONFIG}/nextpvr-final:/config
            - ${RECORDINGS}:/recordings
            - ${RECORDINGS}/buffer:/buffer
            - ${CONFIG}/nextpvr-final/custom.ini:/app/data/tuning/DVB-S/custom.ini
        ports:
            - 16891:16891/udp
            - 8866:8866
            - 8026:8026/udp
        image: nextpvr/nextpvr_amd64:stable
        restart: unless-stopped
From my recollection it has something to do with multicast, when I looked into it for TVH, but as it works fine with host I never delved any further into it.

Neither of the examples above allowed me to start a stream.

And apologies to the original poster as I never intended this to get derailed into a docker image conversation!
simbloke
Offline

Junior Member

UK
Posts: 9
Threads: 1
Joined: Sep 2021
#22
2021-11-30, 08:53 AM
(2021-11-29, 08:47 PM)arcoast Wrote: And apologies to the original poster as I never intended this to get derailed into a docker image conversation!

Actually that's Ok. I run most apps on my server in docker (well podman now) so would be interested if you got it going. I would have thought if you use --net host it would work, that's how I run tvheadend and the Sat IP box is detected just fine.

I do try new versions of Next PVR, deleting the config each time, but so far I have had no luck with the EPG.

Sim
arcoast
Offline

Junior Member

UK
Posts: 3
Threads: 0
Joined: Nov 2021
#23
2021-11-30, 02:59 PM
(2021-11-30, 08:53 AM)simbloke Wrote:
(2021-11-29, 08:47 PM)arcoast Wrote: And apologies to the original poster as I never intended this to get derailed into a docker image conversation!

Actually that's Ok. I run most apps on my server in docker (well podman now) so would be interested if you got it going. I would have thought if you use --net host it would work, that's how I run tvheadend and the Sat IP box is detected just fine.

I do try new versions of Next PVR, deleting the config each time, but so far I have had no luck with the EPG.

Sim

Hi Sim,

I've got it working perfectly using a container other than the EPG issue you've already described.  Haven't tried podman but I wouldn't anticipate any issues.  You're quite right, running with host networking works perfectly with the sat-ip server identified straight away.

In terms of EPG in the meantime, I'm going to trial schedules direct and looks at using xmltv as alternative possibilities.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3


Possibly Related Threads…
Thread Author Replies Views Last Post
  EPG Not Updating on Fresh Ubuntu Install Frustrated Aussie 3 77 2023-03-18, 06:38 AM
Last Post: sub
  New install login failed Heifer 5 227 2023-01-05, 09:28 PM
Last Post: Heifer
  Fresh Xubuntu Install with Tuner Issues (or permissions issues?) larrybari 13 543 2022-11-16, 04:27 AM
Last Post: larrybari
  Ubuntu 22.04 - can't install NextPVR PJosses 4 340 2022-11-10, 08:12 PM
Last Post: PJosses
  Clean install - LibreElec, Need NextPVR Backend ElJefe 46 1,374 2022-10-16, 10:55 PM
Last Post: ElJefe
  Is there a way to install the previous version on Ubuntu 20.04? cptrohn 2 237 2022-10-10, 10:16 PM
Last Post: cptrohn
  New install needed - nextpvr settings export? TheRealRoland 3 398 2022-08-02, 06:38 PM
Last Post: TheRealRoland
  Install failure Linux Mint gvbnet 2 481 2022-06-19, 11:48 AM
Last Post: gvbnet
  Initial Install - Donation Activation martini 4 654 2022-06-14, 01:22 AM
Last Post: mvallevand
  Ubuntu install error message skris88 11 996 2022-06-06, 03:18 AM
Last Post: skris88

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

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

Linear Mode
Threaded Mode