This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Swisscom TV / IPTV

Hallo,

gibt es jemanden, der mir bei der Einrichtung von Swisscom TV hinter einer 9.2 helfen könnte? So weit läuft alles mit einem gebridgten Router, ich komme ins Internet etc. Bei Swisscom TV gibt es nach 10s den Freeze, wenn auf Multicast umgeschaltet wird. 
Zum Setup: eth1 ist mein VDSL-Interface, an eth2 hängt nur die Swisscom Box. Ich habe auf der UTM eine Masquerading-Rule eth2-Netz nach eth1-Netz erstellt und versucht, jeglichen Traffice vom eth2-Netz überall hin zu erlauben, ich habe auch noch eine paar Multicast-Netze hinzugenommen. Falls das wichtig wäre, müsste ich noch ein paar Screenshots anhängen. Dann habe ich mich an igmpproxy versucht, meine Konfig ist
--------------------------------------------------------------------
## This sample configuration assumes your PPP is on eth0
## And your internal network is 192.168.1.0/24
## with just ONE single receiver on 192.168.1.61

##------------------------------------------------------
## Enable Quickleave mode (Sends Leave instantly)
##------------------------------------------------------
quickleave

##------------------------------------------------------
## Configuration for Upstream Interface
##------------------------------------------------------

# Set this to the VLAN interface your PPP is running on

phyint eth1 upstream ratelimit 0 threshold 1

# These are the T-Home Entertain networks
altnet 239.0.0.0/8       #MBONE
altnet 224.0.0.0/4
altnet 195.186.0.0/16    #Swisscom Infra
altnet 192.168.223.10/32    #SCTV Master Box
altnet 1.0.0.0/8


# Only one of the below config lines should be enabled!
# Set this to your receiver network
altnet 192.168.223.10/32
# If it's only ONE receiver you can use
#altnet 192.168.1.61/32

##------------------------------------------------------
## Configuration for Downstream Interface
##------------------------------------------------------

# Set this to the interface for your receiver network
# (usually your internal network adapter)

phyint eth2 downstream ratelimit 0 threshold 1

# Only one of the below config lines should be enabled!
# Set this to your receiver network
altnet 192.168.223.10/32

phyint eth0 disabled
phyint eth1 disabled
phyint eth2 disabled
phyint lo disabled
--------------------------------------------------------------------

Bei den Settings habe ich schon alle möglichen Versionen versucht, Interfaces auf disabled oder nicht, etc. 
Leider ohne Erfolg, nach ein paar Sekunden bleibt das Bild stehen.


Kann mir hier jemand einen Tip geben? Ich wäre für jede Hilfe dankbar, denn wenn ich TV nicht zu laufen bekomme, wird meine Familie böse [:)]

Danke.


This thread was automatically locked due to age.
Parents Reply Children
  • Also funktioniert igmpproxy doch nicht, oder habe uch da was falsch verstanden?


    Er funktioniert bei mir nicht, andere scheinen das aber geschafft zu haben. Daher auch meine Frage, ob mir da jemand helfen kann. Wenn es noch niemand zum Laufen bekommen hat, dann ist das natürlich hinfällig.
    Ciao
  • Im "upstream" Teil muß der Eintrag
    altnet 192.168.223.0/24
    also das Netz, an dem die Box hängt, raus. Damit funktioniert es dann problemlos.

    Ciao