2017-01-03, 09:20 AM
if you need some tests... say it :-)
|
2017-01-03, 09:20 AM
if you need some tests... say it :-)
2017-01-03, 01:33 PM
Schimi can you install NPvr run it goto Settings DevicePage and wait 30 sec afterthat Need i the log file from C:\Users\Public\NPVR\Logs\NPvr.log
had there multible paths where the Problem can be
2017-01-03, 08:10 PM
here is it :-)
2017-01-03, 09:09 PM
(This post was last modified: 2017-01-03, 09:16 PM by KayDiefenthal.)
Thanx Schimi that you us helping here
@Sub Looks like that SSDPListener had not enough time or wrong address you configure the socket so this.UdpSocket.SetSocketOption(SocketOptionLevel.Socket, SocketOptionName.Broadcast, 1); this.ipe = new IPEndPoint(IPAddress.Broadcast, 0x76c); the port 1900 is the right but the Ip /Address not! Broadcast is 255.255.255.255 but it must be 239.255.255.250 Need a change to IPEndPoint LocalEndPoint = new IPEndPoint(IPAddress.Any, 0); IPEndPoint MulticastEndPoint = new IPEndPoint(IPAddress.Parse("239.255.255.250"), 1900); Socket UdpSocket = new Socket(AddressFamily.InterNetwork, SocketType.Dgram, ProtocolType.Udp); UdpSocket.SetSocketOption(SocketOptionLevel.Socket, SocketOptionName.ReuseAddress, true); UdpSocket.Bind(LocalEndPoint); UdpSocket.SetSocketOption(SocketOptionLevel.IP, SocketOptionName.AddMembership, new MulticastOption(MulticastEndPoint.Address, IPAddress.Any)); UdpSocket.SetSocketOption(SocketOptionLevel.IP, SocketOptionName.MulticastTimeToLive, 2); UdpSocket.SetSocketOption(SocketOptionLevel.IP, SocketOptionName.MulticastLoopback, true); and is terminate after 15000 milisec can you both change or should i create an patch or custom solution for more testing ?
2017-01-03, 09:18 PM
I can bump the timeout up from 15000ms to something bigger.
"IPEndPoint(IPAddress.Broadcast, 1900)" has been working fine for other SAT>IP devices. Why would it be any different for his?
2017-01-03, 09:23 PM
sure some Sat>Ip devices answer to this but here is one not found and i try to help to analyser where here the problem is
and in Schimis Log is no entry for ssdp got data <see ref SSDPListener.cs> CheckForResponses and that can at time only address or timeout
2017-01-03, 09:33 PM
Schimi, see if this patch helps.
2017-01-04, 08:43 AM
if i open the device page an error is happen now
Code: Informationen über das Aufrufen von JIT-Debuggen
anstelle dieses Dialogfelds finden Sie am Ende dieser Meldung.
************** Ausnahmetext **************
System.ArgumentNullException: Der Wert darf nicht NULL sein.
Parametername: remoteEP
bei System.Net.Sockets.Socket.SendTo(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint remoteEP)
bei NShared.Net.SSDP2Listener.Send(String SearchString)
bei NextPVR.Settings.DevicesSettingsPage.DevicesSettingsPage_Load(Object sender, EventArgs e)
bei System.EventHandler.Invoke(Object sender, EventArgs e)
bei System.Windows.Forms.UserControl.OnLoad(EventArgs e)
bei System.Windows.Forms.UserControl.OnCreateControl()
bei System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
bei System.Windows.Forms.Control.CreateControl()
bei System.Windows.Forms.Control.ControlCollection.Add(Control value)
bei NextPVR.Settings.SettingsForm.listBoxPageSelector_SelectedIndexChanged(Object sender, EventArgs e)
bei System.Windows.Forms.ListBox.OnSelectedIndexChanged(EventArgs e)
bei System.Windows.Forms.ListBox.WmReflectCommand(Message& m)
bei System.Windows.Forms.ListBox.WndProc(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Geladene Assemblys **************
mscorlib
Assembly-Version: 4.0.0.0.
Win32-Version: 4.6.1586.0 built by: NETFXREL2.
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll.
----------------------------------------
NextPVR
Assembly-Version: 1.0.0.0.
Win32-Version: 1.0.0.0.
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/NextPVR.exe.
----------------------------------------
NUtility
Assembly-Version: 1.0.0.0.
Win32-Version: 1.0.0.0.
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/NUtility.DLL.
----------------------------------------
System.Windows.Forms
Assembly-Version: 4.0.0.0.
Win32-Version: 4.6.1586.0 built by: NETFXREL2.
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll.
----------------------------------------
System
Assembly-Version: 4.0.0.0.
Win32-Version: 4.6.1586.0 built by: NETFXREL2.
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll.
----------------------------------------
System.Drawing
Assembly-Version: 4.0.0.0.
Win32-Version: 4.6.1586.0 built by: NETFXREL2.
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.
----------------------------------------
System.Data
Assembly-Version: 4.0.0.0.
Win32-Version: 4.6.1636.0 built by: NETFXREL3STAGE.
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll.
----------------------------------------
System.Core
Assembly-Version: 4.0.0.0.
Win32-Version: 4.6.1586.0 built by: NETFXREL2.
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll.
----------------------------------------
NShared
Assembly-Version: 1.0.0.0.
Win32-Version: 1.0.0.0.
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/NShared.DLL.
----------------------------------------
System.Data.SQLite
Assembly-Version: 1.0.85.0.
Win32-Version: 1.0.85.0.
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/System.Data.SQLite.DLL.
----------------------------------------
System.Data.Entity
Assembly-Version: 4.0.0.0.
Win32-Version: 4.6.1586.0 built by: NETFXREL2.
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Data.Entity/v4.0_4.0.0.0__b77a5c561934e089/System.Data.Entity.dll.
----------------------------------------
System.Xml
Assembly-Version: 4.0.0.0.
Win32-Version: 4.6.1586.0 built by: NETFXREL2.
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll.
----------------------------------------
mscorlib.resources
Assembly-Version: 4.0.0.0.
Win32-Version: 4.6.1586.0 built by: NETFXREL2.
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_de_b77a5c561934e089/mscorlib.resources.dll.
----------------------------------------
System.Transactions
Assembly-Version: 4.0.0.0.
Win32-Version: 4.6.1586.0 built by: NETFXREL2.
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.Transactions/v4.0_4.0.0.0__b77a5c561934e089/System.Transactions.dll.
----------------------------------------
System.Configuration
Assembly-Version: 4.0.0.0.
Win32-Version: 4.6.1586.0 built by: NETFXREL2.
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll.
----------------------------------------
System.EnterpriseServices
Assembly-Version: 4.0.0.0.
Win32-Version: 4.6.1586.0 built by: NETFXREL2.
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.EnterpriseServices/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll.
----------------------------------------
Unmanaged
Assembly-Version: 1.0.6158.18570.
Win32-Version: .
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/Unmanaged.DLL.
----------------------------------------
System.Runtime.Remoting
Assembly-Version: 4.0.0.0.
Win32-Version: 4.6.1586.0 built by: NETFXREL2.
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll.
----------------------------------------
SlimDX
Assembly-Version: 4.0.13.43.
Win32-Version: .
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/SlimDX.DLL.
----------------------------------------
taglib-sharp
Assembly-Version: 2.0.4.0.
Win32-Version: 2.0.4.0.
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/taglib-sharp.DLL.
----------------------------------------
ManagedUPnP
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.0.0.
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/ManagedUPnP.DLL.
----------------------------------------
System.Windows.Forms.resources
Assembly-Version: 4.0.0.0.
Win32-Version: 4.6.1586.0 built by: NETFXREL2.
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_de_b77a5c561934e089/System.Windows.Forms.resources.dll.
----------------------------------------
************** JIT-Debuggen **************
Um das JIT-Debuggen (Just-In-Time) zu aktivieren, muss in der
Konfigurationsdatei der Anwendung oder des Computers
(machine.config) der jitDebugging-Wert im Abschnitt system.windows.forms festgelegt werden.
Die Anwendung muss mit aktiviertem Debuggen kompiliert werden.
Zum Beispiel:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
Wenn das JIT-Debuggen aktiviert ist, werden alle nicht behandelten
Ausnahmen an den JIT-Debugger gesendet, der auf dem
Computer registriert ist, und nicht in diesem Dialogfeld behandelt.
2017-01-04, 09:49 AM
ipe in send is not set
ipe = new IPEndPoint(IPAddress.Parse("239.255.255.250"), 0x76c);
2017-01-04, 01:10 PM
KayDiefenthal Wrote:ipe in send is not set I think that is because in your recommended source earlier your change to MulticastEndPoint should have stayed as this.ipe. Martin |
|
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| Experience / Guide Elgato EyeTV Netstream 4C SAT>IP tuner | Bread | 2 | 3,998 |
2019-04-27, 08:56 PM Last Post: sub |
|
| Elgato eyetv freesat channels | Randy_69 | 15 | 6,770 |
2016-09-19, 04:07 PM Last Post: Randy_69 |
|
| Elgato EyeTv Hybrid | Xorfora | 20 | 9,326 |
2013-09-10, 02:53 AM Last Post: Xorfora |
|