Advanced Forum Search Results
-
Hi,
After upgrading to SL3 RTW i am unable to play content delivered over mms, if that content contains a script stream (scripts that are *not* moved to the header). Streams are being rebuffered constantly, and looking at network traffic, it seems that SL3 fills its buffer, plays a bit, and then starts buffering again.
I've tried from ...
-
ok, this seems to be a genuine bug in SL3, and it looks to me to be related to the ScriptStream.
If a wmv file contains a ScriptStream (Markers and Scripts that are *not* copied to the header) and is delivered over mms, SL3 cannot play it. I've tested this on Mac, XP, Vista and W7.
For me this effectively means I have about 9000 ...
-
Hi,
After upgrading to SL3 RTW i am unable to play content delivered over mms. Streams are being rebuffered constantly, and looking at network traffic, it seems that SL3 fills its buffer, plays it till empty, and then starts buffering again.
I've tried from different servers and different files/codecs/bitrates, and all suffer from the ...
-
Indeed, jumping around in your stream does have some longer buffering times.
Try this URL if you can (this sample is hosted from the Netherlands, so results may vary depending on where you are)
http://pulse.companywebcast.nl/playerv1_0/default.aspx?id=1796
Note that you'll need to use a non-IE browser to get the Silverlight version, IE ...
-
Your Silverlight sample starts near instantly on my system.
Remember that in Silverlight, your media stream is always coming in over HTTP on port 80, it's not impossible that you're running a firewall or virusscanning that slows loading these media files.
-
You have:
V1.AutoPlay = false;LoadVideoStreamIntoMediaElement(new Uri("http://127.0.0.1:1040",UriKind.Absolute),V1);
Try instead:
V1.AutoPlay = false;LoadVideoStreamIntoMediaElement(new Uri("mms://127.0.0.1:1040",UriKind.Absolute),V1);
The mms:// monnicker tells Silverlight that the source is a ...
-
Thanks Bill, that's very informative.
I do wonder tho if it's some kind of evil loop Silverlight gets stuck in... along the lines of: I don't need the scrollbars now so lets hide them, triggering the textwrapping to alter as there is now more space available, the updated layout after textwrapping needs scrollbars again and we're ...
-
This is tested on Vista Ultimate x64 and Vista Business x86 with Silverlight 2 beta 2 in IE7 en FF3.
The "crash" effect is that the browser freezes and the Windows UI (explorer) and all other open applications no longer respond to left mouse clicks, giving the impression that the entire system hangs. As it turns out, ...
-
This problem only occurs with files retrieved from a webserver. Streams from a Windows Media server work fine.
-
Congratulations to the Silverlight team, this seems to be truly a huge step forward.
From some quick and dirty tests, events that are placed in the Script Stream now work, as does Fast Start.
Overall it's been a rock solid experience in the few hours I spent with it.
But where oh where is the support for Server Sided Playlists.
Is it ...