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

Unbale to Stream Media

I have a small problem which I'm not too sure how to proceed.

I have taken over an Astaro firewall from a previous employee but my knowledge of this product is very limited.

The problem I am experencing is that we are unable to get any streaming media to pass through the firewall (programs like radio players etc).

I have checked the packet filter settings and cannot see anything obvious blocking these packets.

Can anybody help?

Thanks in advanced

Jamie


This thread was automatically locked due to age.
Parents
  • Thank you for the reply.

    The program I am having problems with is Real Player, I have 2 packet filter rules both have the source network set to my internal network, and the destination set to any.

    Packet filter 1 has TCP/UDP ports 7070:7071 to 7070:7071
    Packet filter 2 has 554 to 554

    The global setting for the IPS is disbaled, looking at the rules, all are enabled, but infront of the green arrow is a yellow triangle, whcih I do not know what it means.

    I am however able to stream windows media player cotent. and I cannot see any speacial packet filters setup for this service.
  • Well, Windows media seems to stream through proxies better, etc.... but I do see 2 problems offhand with your defined packet filters...

    1)  should list the source port as 1024:65535, Destination 7070:7071
    2) should list the source port as 1024:65535, Destination 554

    The reason for this is most Windows TCP/IP communications (as with other apps on other platforms) is sent from a dynamic source port, anywhere, chosen at random, from port 1024 to 65535 ... the destination ports look OK (we don't normally enable realplayer, but those look right).  You will, of course, need to configure Realplayer to use the 7070:7071 ports in the preferences...

    Good Luck.
Reply
  • Well, Windows media seems to stream through proxies better, etc.... but I do see 2 problems offhand with your defined packet filters...

    1)  should list the source port as 1024:65535, Destination 7070:7071
    2) should list the source port as 1024:65535, Destination 554

    The reason for this is most Windows TCP/IP communications (as with other apps on other platforms) is sent from a dynamic source port, anywhere, chosen at random, from port 1024 to 65535 ... the destination ports look OK (we don't normally enable realplayer, but those look right).  You will, of course, need to configure Realplayer to use the 7070:7071 ports in the preferences...

    Good Luck.
Children
  • RTSP

    Control port is tcp 554
    Stream port is udp 6970 - "unlimited" depends on the server and the client. 

    Microsoft "we try to emulate streaming" ;-)

    Control port tcp 1755
    Stream port udp 1755 + 1024-5000 (so more or less dynamic)
    Can stream via tcp 80 (depends on server)
    Can stream via tcp 1755 (depends on server)
  • Hi 

    I now have real player connecting to the internet and streaming media, thank you for all the assistance you have given me, I would'nt of been able to do it without your help.

    Thanks again
    Jamie