Am 29.03.23 um 18:09 schrieb Harald Milz:
Initially, all seems to look good:
Hello Harald,
I miss lines like these:
Mar 28 19:28:25 vdr vdr: [21100] SATIP: Adding server '192.168.166.129|DVBC-4|FRITZ!Box 6490 Cable' Bind: default Filters: none CI: no Quirks: n one
These lines give you the information with which name the SAT>IP device has been detected and added.
Some SATIP devices have not-standard behaviour and need "quirks" to work properly.
For example, the "GSSBOX"Grundig Sat Systems GSS.box DSI 400 has a "SessionID Bug" and there is a "quirk" to fix this.
run "vdr -h" and read what options your satip plugin has and try if "0x01: Fix session id bug" helps you.
Looking into the source code
https://github.com/rofafor/vdr-plugin-satip/blob/02a842f95a09a74d7eba90648c9...
there is a comment
// Elgato EyeTV Netstream 4Sat ?
which is an indication that your receiver may need this quirk, but its not coded in the source yet.
If yes, please report your results here.
Bye
Martin