I have implemented the Smooth Streaming player on my web site. To test the video I created a web page with 2 video sources. One which is located on an external server, and one that is located on my web site.
When I view the web page via localhost, both video streams play in the silverlight window and everything is great. But, when I try and connect to the same page via a remote machine, the locally stored video does not play, but the external source does.
I am sure that there is something wrong with my IIS configuration, can someone please give me guidance.
Mark