Advanced Forum Search Results
-
Hi Shefali. No, I have not solved the problem. Rather than beat my head against a brick wall I took the obvious better course of action -- we simply went back to using embedded media player and dumped Silverlight.
With all of Microsoft's obvious push to move folks to Silverlight this seems like one of the MOST fundamental issues to solve or ...
-
>>>>* so far in my own tests I have not been able to get Silverlight to use either Fast Start or Advanced Fast Start. For me it behaves like the old mediaplayer where I get 6-8 seconds of buffering no matter how I configure my server or encode my streams.<<<
This appears to still be the case. Buffering is painfully slow, both ...
-
Thanks for the response. As I wrote in the original message we use Windows Media Server running on Windows Server 2003 -- so we are not using the Silverlight5 streaming service from Microsoft (which is not really streaming by the way).
When servered from a Windows Media Server there is no progressive download as far as I can see. It is true ...
-
I've spent some substantial time converting our video serving over to Silverlight, but now I'm considering going back to embedded Windows Media Player. Why? Because Silverlight video streaming is very slow when compared to Windows Media Player. At least that is my experience.
We run Windows Media Server on a Windows 2003 machine to ...
-
Duh. the answer is simple. The Position item is based on seconds, not hours, minutes, seconds. Sorry for what was probably a dumb question.
-
It seems difficult to obtain answers in the Silverlight Forums. For example, I'm having problems implementing the Mediaplayer control.
I'm trying to add chapter info to the MediaPlayer contol info from a xml datasource.
Here's my final problem. To add a chaper in codebehind requires a Position item, and the position item has a type of Double. ...
-
I'm trying to add chapter info to the MediaPlayer contol info from a xml datasource.
Here's my final problem. To add a chapter in codebehind requires a Position item, and the position item has a type of Double. Now, the actual position of a chapter in a video might have the format of 00.13.50.3064004.
How does one convert ...
-
Here is some code that works for me -- up to a point. I use an xml datasource for chapters information and bind it to a repeater.
Then on databind I do this:Private Sub Repeater1_ItemDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.RepeaterItemEventArgs) Handles Repeater1.ItemDataBound
Dim ChapterID1 As Integer = ...
-
Yi-Lun, what is the code for the latest <asp:MediaPlayer control in regard to chapters? Nevermind I have figured out how to add chapters in codebehind.
What I can't figure out is how to create and use an xml file that would be loaded in code behind and create the chapters automatically.
Thanks for any assistance you might ...
-
This sounds like the issue I'm running to with large Silverlight video. It sounds to me like you are saying the success or failure to deliver wmv files via Silverlight could depend on the client memory??????? If so that sounds like a bummer.
I'm running into a situation where a 750mb file will not play in Silverlight but will play in ...