[squid-users] Vedio streming erros

2008-11-05 Thread Indunil Jayasooriya
Hi,

We want to go to below website which contains streaming vedio. When We
get there all the images. But We will NOT get streaming vedio. If We
bypass squid, We get streamig Vedio.

http://uticctv.mine.nu/index.htm

The above site has a user name and password. I can Not give it you.
sorry for it.

Anyway, This is squid version , Pls see below

 Squid Cache: Version 2.6.STABLE6


Your Idead expected




-- 
Thank you
Indunil Jayasooriya


Re: [squid-users] Vedio streming erros

2008-11-05 Thread Amos Jeffries
> Hi,
>
> We want to go to below website which contains streaming vedio. When We
> get there all the images. But We will NOT get streaming vedio. If We
> bypass squid, We get streamig Vedio.
>
> http://uticctv.mine.nu/index.htm
>
> The above site has a user name and password. I can Not give it you.
> sorry for it.
>
> Anyway, This is squid version , Pls see below
>
>  Squid Cache: Version 2.6.STABLE6
>

Please verify that the video is actually sent via HTTP.

Most common breakage with streaming media is people blocking RTSP protocol
ports or other custom stream ports and assuming media client and server
can use the proxy.

Amos