제목 : Silverlight only supports http as the streaming protocol
글번호:
|
|
1
|
작성자:
|
|
레드플러스
|
작성일:
|
|
2008/05/14 오후 7:17:49
|
조회수:
|
|
3017
|
http://silverlight.net/forums/p/586/972.aspx
===========================================
Re: Windows Media issues that need developer love!
Reply Contact
Thanks for raising these issues and let me give you some clarifications.
You should be able to set the source as http://webserver/file.wmv, we'll take a look to make sure, but this should work without issues.
For streaming, Silverlight only supports http as the streaming protocol, it will not do the actual mms or rstp protocol. In the beta we differentiate between streaming and progressive download by the mms:// vs http:// monikers. This will be addressed for RTM, while we will try progressive and streaming for both, http:// will try progressive first and mms:// will try streaming first, therefore is you keep these monikers as hints to the client, you will get better perf.
Events in the streaming case aren't currently fully hooked up. We are working on fixing this.
Thanks for reporting the Markers and Script command issues while streaming, we'll take a look at what's going on.
Neither Fast Start nor Server Side Playlist are implemented yet. We will be addressing these issues in the near future.
For the needs that you've specified:
We will look at the ScriptCommand issues on streaming scenarios.
Server-Side playlists are being worked on.
mms is really http streaming. You do have the abilty to specify a port by setting your source as mms://server:port/publishingpoint. Since we are really targeting the internet as our primary medium for video distribution rtsp has had a lower focus and is not in the 1.0 plans right now.
I do feel your pain and we are working hard at addressing these issues.
Development Lead | Microsoft