NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Docker amd64 v
1 2 3 4 5 … 9 Next »
NextPVR with Docker and Fritzbox

 
  • 0 Vote(s) - 0 Average
NextPVR with Docker and Fritzbox
icompas
Offline

Junior Member

DE
Posts: 4
Threads: 1
Joined: Dec 2024
#1
2024-12-11, 02:21 PM
Hi,

I try to use NextPVR in a docker installation and get the streams from a Fritzbox 6660.
But I constantly fail to get the device configure/detetced.

NextPVR starts to scan, but never returns anything.


Code:
2024-12-11 15:12:46.795 [DEBUG][36]     Starting SAT>IP discovery
2024-12-11 15:12:46.861 [DEBUG][36]     CaptureSource.LoadAll()
2024-12-11 15:12:46.862 [DEBUG][36]     DETECTED: IPTV:
2024-12-11 15:12:46.862 [DEBUG][36]      ... found existing device
2024-12-11 15:12:46.862 [DEBUG][36]     DETECTED: IPTV:
2024-12-11 15:12:46.862 [DEBUG][36]      ... found existing device
2024-12-11 15:12:47.226 [DEBUG][36]     []
2024-12-11 15:12:49.302 [DEBUG][36]     With environment: LD_LIBRARY_PATH=/app/DeviceHost/x64:
2024-12-11 15:12:49.307 [DEBUG][36]     Local Devices: <devices>
</devices>

2024-12-11 15:12:50.861 [DEBUG][36]     SAT>IP discovery complete


Any idea?

Logs are attached.


Attached Files
.zip   logs-20241211-1517.zip (Size: 47.89 KB / Downloads: 1)
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,838
Threads: 954
Joined: May 2006
#2
2024-12-11, 04:05 PM
There are a few thing you might need to do in Docker

- did you configure the optional UDP ports in your Docker
- did you try setting the environment for SATIP_DEVICES= to your description URL
- if you aren't running on port 554 you need to set that too SATIP_RTSP_PORT

If all those fail try bridge mode.

Martin
icompas
Offline

Junior Member

DE
Posts: 4
Threads: 1
Joined: Dec 2024
#3
2024-12-11, 05:02 PM (This post was last modified: 2024-12-11, 05:12 PM by icompas.)
Thanks for the initial hints!

Adding the environment SATIP_DEVICES did enable the four receivers if the Fritzbox.
Now, scanning for channels results in nothing found unfortunately.

What do I need to do?

Immo


Attached Files
.zip   logs-20241211-1800.zip (Size: 98.16 KB / Downloads: 6)
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,838
Threads: 954
Joined: May 2006
#4
2024-12-11, 08:24 PM (This post was last modified: 2024-12-11, 08:28 PM by mvallevand.)
Are your sure your Fritzbox server's RTSP set on port 554 there is no data being returned. You do need to be running in host mode because SAT>IP uses ephemeral ports.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,661
Threads: 767
Joined: Nov 2003
#5
2024-12-12, 03:31 AM
May also need to check the symbol rate is correct for your cable network. You chose a file with symbol rate 6950.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,838
Threads: 954
Joined: May 2006
#6
2024-12-12, 03:46 AM
He tried a 6900 qam256 one too which I think is correct in Germany

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,661
Threads: 767
Joined: Nov 2003
#7
2024-12-12, 04:27 AM
If he has the fritzbox working with some other software, or in its own web browser (if it has one), then he should be able to see the symbol rate. It's got to be right or it won't find anything.
icompas
Offline

Junior Member

DE
Posts: 4
Threads: 1
Joined: Dec 2024
#8
2024-12-12, 07:24 AM (This post was last modified: 2024-12-12, 08:57 AM by icompas.)
Thanks for all your replies.

The m3u file provided by the Fritzbox is providing all required information, as far as I can see.

Below an example:
rtsp://192.168.2.10:554/?avm=1&freq=450&bw=8&msys=dvbc&mtype=256qam&sr=6900&specinv=1&pid ...

Port = 554
Freq = 450MHz
QAM = 256
Symbolrate = 6900 KSym/s
Bandwidth = 8MHz

Checked the port settings in the firewall, and 554 is open for TCP and UDP.

Any suggestions what else to check?


Attached Files
.zip   logs-20241212-0823.zip (Size: 129.54 KB / Downloads: 1)
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,838
Threads: 954
Joined: May 2006
#9
2024-12-12, 01:28 PM
I figure your firewall is blocking the return traffic on the ephemeral ports in host mode. If you enable verbose logging (hold control on the setting screen and new option should appear) the ports that are being sent on the setup command will be logged and you can check the firewall.

Martin
icompas
Offline

Junior Member

DE
Posts: 4
Threads: 1
Joined: Dec 2024
#10
2024-12-12, 02:50 PM
Thanks for your reply.

I figure that the firewall is preventing something also..
Thus, I re-configured the docker container to use a macvlan to attach the container directly to the physical interface, and leaving out the firewall.
And this did the trick.
- scan is successful
- all working like it should be

Thank you!
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  NextPvr Instance Unresponsive itsnotjeff 6 299 2025-04-15, 04:57 PM
Last Post: mvallevand
  Error detecting HDHR devices with marklambert/nextpvr-ccextractor SickBoy 16 809 2025-03-23, 08:52 PM
Last Post: sub
  Comskip segfaults with comskip embedded in amd64 docker SickBoy 6 393 2025-02-24, 11:18 PM
Last Post: SickBoy
  Issues with Session Handling Behind Caddy Reverse Proxy in Docker: invalid session user001 5 431 2025-01-10, 08:23 PM
Last Post: sub
  Docker container becomes unresponsive overnight wapkaplet 6 604 2025-01-10, 04:47 PM
Last Post: wapkaplet
  Docker image upgrade ceejayemm 9 857 2025-01-07, 11:27 PM
Last Post: pkscout
  Current guide for NextPVR docker on Unraid? wapkaplet 1 707 2024-12-20, 02:40 AM
Last Post: wapkaplet
  Modification to the NextPVR Image DockerFile thelanofvilles 5 516 2024-12-15, 07:30 PM
Last Post: thelanofvilles
  Docker postprocessing script aTF6i 12 999 2024-11-17, 01:17 AM
Last Post: aTF6i
  XMLTV folder for Docker stevil 1 390 2024-09-25, 06:56 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