Skip to main content
Home Forums General Silverlight Hosting and Streaming Silverlight access live stream through proxy server
5 replies. Latest Post by antonio113 on June 8, 2009.
(0)
ramon.smits
Member
4 points
4 Posts
01-16-2009 8:53 AM |
I've searched the forums and the only post I found was : http://silverlight.net/forums/p/57422/146037.aspx#14603 but that didn't really help as we don't use proxy authentication but do have proxy server related problems.
I am not able to show a live video stream with Silverlight access through a proxy server where Windows Media Player is configured to use a http proxy server where opening the live stream with Windows Media player works ok.
We have a:
Actual behavior:
What is strange is that Windows Media Player doesn't have any problem accessing the live stream through the Squid proxy. I verified this by running netstat -b -f and the result showed that I only had connections to the proxy server.
Expected behavior:
I expected that the Silverlight application could open the live stream through our (Squid) proxy server. I tried hosting it in Internet Explorer 7, Firefox 3(.0.5), Safari 3(.2.1) and Chrome 2(0.157.2). Also tried Opera 9 but Silverlight does not seem to be working good with Opera.
My Questions:
Should this work or does Silverlight not support live streams through a proxy server?
Is this a problem because of Silverlight, Windows Media running on WIndows 2003 or Squid as a proxy server?
Anyone tested this scenarios with Silverlight, Windows 2003, live streams and a different proxy server like Microsoft ISA server and does it work?
Anyone tested this scenarios with Silverlight, Windows 2008, live streams and a proxy server (either Squid or any other) and does it work?
I really hope that that are people that had similar problems or have a similar environments and have no problems at all.
Ramon
antonio113
6 points
3 Posts
05-28-2009 5:14 AM |
We tried several configurations to get silverlight working with Squid (with and without authentication); we are sorry but it doesn't work.
Nothing changes using ISA server.
I think we have to wait for the new releases.
Antonio
05-28-2009 6:12 AM |
Yeah.. we have to wait until smooth streaming is working for live audio/video. As smooth streaming is the cure for all of this.
05-29-2009 6:51 AM |
We tried with a linux machine + moonlight, behind the same proxy, and we got the video we were not able to get with a win Xp + silverlight PC before.
Strange things happen !
Only two things are sure:
1) Silverlight doesn't authenticate through a Proxy
2) Silverlight doesn't like filepac
(... and if you are using firefox with silverligth plugin it'll read and use proxy setting from explorer)
gillesk
302 points
66 Posts
06-01-2009 1:20 PM |
Can you get a netmon capture for your scenario and look at the requests that are made for the live stream? Are they being sent to the proxy?
06-08-2009 12:50 PM |
It seems to me that when IE is configured with filepac Silverlight ignore it and continues to use a "direct connection".
I mean, Silverlight sends data packet to the default gateway.
Only when a single server proxy is defined silverlight works well (without authentication !)