Advanced Forum Search Results
-
Hi there
I've just noticed Silverlight update itself via Windows Update to 1.0.30716.0 (why didn't my browsers notice via SL's auto-updater in the 3 weeks since the update was released? Strange) - this is described briefly at http://support.microsoft.com/kb/955305, which isn't very detailed, and then links to the release ...
-
We worked around it by implementing our own TimelineMarker mechanism (as well as supporting when-encoded TLMs) by reacting to meta-data in the dynamic ASX playlists that we play.
-
(I can repro this in SL 1.0.30401.0 and SL 2 beta 1)
If I have an ASX playlist as [1] (where the files to be streamed are greater than 3 minutes duration!), Silverlight plays up until 3 minutes in, then does not advance to the next item in the playlist. Instead, SL appears to hang, showing the last frame from the video as at 3min in, but I ...
-
Hi Yi-Lun Luo - thanks very much for the response and reassurance; good luck with the issue!
-
It isn't; "rc 1" is for "release candidate 1". However, it would rather nice to get the drop on all my clients that will expect my service to support Firefox 3 on the release day, rather than "as soon as possible after it is officially released". That will involve me needing to figure out how to tell ...
-
I just installed Firefox 3 rc1 from the link in http://www.mozilla.com/en-US/firefox/3.0rc1/releasenotes/ (en-GB version for me). I rebooted my computer.
I then came to silverlight.net. The Silverlight top horizontal nav-menu is not using the plugin; it's using the CSS version that uses :hover to bold the currently-hovered ...
-
You will probably be quite well off if you create a facade to abstract away the different implementations of media-player, then instantiate the one that supports the current media-clip on-demand. You'll want to create your own playlist serialization format, so you can perform look-ahead within in to know which format the n+1 clip is in, ...
-
This is still a major problem for me. I have since found that this bug only surfaces when the first item in the parent playlist is a nested playlist, and even then, it only happens for the first item in that nested playlist - subsequent entries (in both nested, and parent playlists) are fine.
Unfortunately, our clients like to make ...
-
I admit I haven't watched what's happening at the network level, but SL 1 seems to support continuous playback fine of streamed content specified by ASX. We have our MediaElement.bufferingTime set to 5seconds (default in SL 1), and have not noticed buffering between tracks. In Firebug, one can see that SL makes a request to the ...
-
Hi Vishal
By "real-time", I meant, according to a fixed timeline - though we do live-events too.
I don't think web-playlists will help us, for two reasons
a) we exclusively do streaming (both real-time (as in, live-event broadcasts) and on-demand) for our WM delivery. We're one of those "enterprise-level streaming ...