Skip to main content
Home Forums General Silverlight Hosting and Streaming Smooth Stream: Videos on one server, Player on the other
1 replies. Latest Post by ekleeman on November 5, 2009.
(0)
maktouch
Member
0 points
3 Posts
11-04-2009 12:55 PM |
Is this possible? I'll have one server with the IIS smooth stream module, while the other server is just a file dump, and make it so that the player access the media on the media server.
ekleeman
59 points
42 Posts
11-05-2009 4:55 AM |
MediaElement.Source accepts a valid URI. There's no reason it would not work as long as the URI is valid. You should probably set the URI type to "Relative or Absolute" if you are pointing to a resource across a LAN.