NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Windows v
« Previous 1 … 94 95 96 97 98 … 101 Next »
sat > ip tuner

 
  • 0 Vote(s) - 0 Average
sat > ip tuner
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,661
Threads: 767
Joined: Nov 2003
#21
2019-06-22, 08:06 PM
Thanks - I'll compare with mine here to see if I can see a difference.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,661
Threads: 767
Joined: Nov 2003
#22
2019-06-22, 08:19 PM
I've got an idea what might be happening. Give me a couple of hours and I'll hopefully have something for you to try.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,661
Threads: 767
Joined: Nov 2003
#23
2019-06-22, 08:37 PM
Hmm, I thought I had something to go on. When I ran the 'release build' version of SATIPTest.exe, which I supplied here, it gave me the same output as you got, ending with: (even though the debug version was working fine)
Quote:[ERROR] System.Net.Sockets.SocketException (0x80004005): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond

Unfortunately, after investigating, it ended up being firewall related. It looked the same as what you got.

From your output I can see the outgoing stuff is working, and it's getting the right responses, but the later incoming UDP data doesn't arrive. Can you please double check the possibility it's firewall? It looks exactly what I got until I allowed the app through the firewall.

Win10 instructions: Hit the Windows button, type 'allow an app through Windows firewall'. Hit 'Change Settings'. Hit 'allow another app'. Browse and select SATIPTest.exe. Try again. If that helps, try the same with NextPVRServer.exe

Otherwise, have you used wireshark before? I can talk you through how to capture the network interaction, so I can look at the file here in wireshark.
gromgsxr
Offline

Member

Posts: 120
Threads: 20
Joined: Feb 2017
#24
2019-06-22, 09:50 PM
sub Wrote:Hmm, I thought I had something to go on. When I ran the 'release build' version of SATIPTest.exe, which I supplied here, it gave me the same output as you got, ending with: (even though the debug version was working fine)


Unfortunately, after investigating, it ended up being firewall related. It looked the same as what you got.

From your output I can see the outgoing stuff is working, and it's getting the right responses, but the later incoming UDP data doesn't arrive. Can you please double check the possibility it's firewall? It looks exactly what I got until I allowed the app through the firewall.

Win10 instructions: Hit the Windows button, type 'allow an app through Windows firewall'. Hit 'Change Settings'. Hit 'allow another app'. Browse and select SATIPTest.exe. Try again. If that helps, try the same with NextPVRServer.exe

Otherwise, have you used wireshark before? I can talk you through how to capture the network interaction, so I can look at the file here in wireshark.
ok i added the firewall rule for the test program and that worked but there was already a firewall rule for npvrserer.exe
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,661
Threads: 767
Joined: Nov 2003
#25
2019-06-22, 09:56 PM
Ok - that's good that now received some data from the device. Admittedly, I wouldn't have expected it to receive more data, but maybe it's not locked onto a frequency. Maybe check that status page for your device, and check if you can see the frequency listed, and hopefully locked the signal.

They're both using the same code, so should allow NextPVRServer to receive some data.

Maybe try deleting that rule for NextPVRServer.exe, and re-add it the same way.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,835
Threads: 954
Joined: May 2006
#26
2019-06-22, 10:06 PM
gromgsxr Wrote:but there was already a firewall rule for npvrserer.exe

That would be NextPVRServer.exe as sub noted.

Martin
gromgsxr
Offline

Member

Posts: 120
Threads: 20
Joined: Feb 2017
#27
2019-06-23, 12:06 AM
sub Wrote:If you open this network URL in VLC, do you see video?

Code:
rtsp://192.168.0.19:554/?src=1&freq=10714&sr=22000&pol=h&msys=dvbs&pids=all
getting back to this vlc only played the video as tvheadend had that channel already tuned if i stop tvheadend on the other computer and try this again i do not get any video in vlc using that address.

when i run the satiptest program, on the tuner device page it does not lock on to a signal hence the small 12byte data. again when npvr5 scans the channels it shows the ipaddress of the npvr computer as playing but the frequency boxes are blank.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,661
Threads: 767
Joined: Nov 2003
#28
2019-06-23, 05:19 AM
Is the frequency box still empty when you run this?

Code:
SATIPTest.exe "rtsp://192.168.0.19:554/?src=1&freq=10714&sr=22000&pol=h&fec=56&msys=dvbs&pids=all"

This contains the extra "&fec=56" bit.

(might be worth rebooting your SAT>IP device first, so that no previous TVHeadEnd tuning is hanging about.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,661
Threads: 767
Joined: Nov 2003
#29
2019-06-23, 05:22 AM
Also try this one

Code:
SATIPTest.exe "rtsp://192.168.0.19:554/?src=1&fe=1&freq=10714&pol=h&msys=dvbs&mtype=qpsk&sr=22000&fec=56&pids=all"

This one adds "fe=1" "mtype=qpsk" "fec=56".
gromgsxr
Offline

Member

Posts: 120
Threads: 20
Joined: Feb 2017
#30
2019-06-23, 04:00 PM (This post was last modified: 2019-06-23, 04:28 PM by gromgsxr.)
sub Wrote:Also try this one

Code:
SATIPTest.exe "rtsp://192.168.0.19:554/?src=1&fe=1&freq=10714&pol=h&msys=dvbs&mtype=qpsk&sr=22000&fec=56&pids=all"

This one adds "fe=1" "mtype=qpsk" "fec=56".
Both of these are getting closer it now shows up the frequency but the pids section it empty so its still only getting the 12byte data, if i manually change the pids=all to the pids a channel uses i get a full on lock and the data it receives is a lot larger

with pids=0 i get a lot more.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  error: No tuner was available for the requested channel jzk 3 215 2025-04-19, 03:30 PM
Last Post: mvallevand
  Win TV Dual HD tuner RichRail 4 493 2024-10-15, 05:54 PM
Last Post: mvallevand
  TV Tuner Is working MyTVBox 1 357 2024-07-08, 12:13 AM
Last Post: mvallevand
  Filter Check / Old TV Tuner Card MyTVBox 3 556 2024-07-07, 08:57 PM
Last Post: sub
  TV Tuner Card Not Recognized MyTVBox 2 453 2024-07-07, 08:55 PM
Last Post: sub
  SAT>IP tuner does not work with NextPVR jcjefferies 99 9,600 2024-06-11, 12:31 PM
Last Post: mvallevand
  No Video on Hauppauge DCR-3250 Tuner jcole998 7 775 2024-05-06, 07:37 PM
Last Post: mvallevand
  Windows 11 install no Hauppauge tuner found. itsmeagain 16 2,883 2024-03-07, 01:04 PM
Last Post: mvallevand
  After Cloning Windows from HDD to SSD TV Tuner not recognized elstaci 39 3,385 2024-01-07, 04:59 PM
Last Post: Colincam
  No tuner was available for the requested channel ciccio 1 666 2023-12-14, 12:59 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