Advanced Forum Search Results
-
If your webcam manufacturer supplies a DirectShow filter for the webcam I suppose you could use that from within Silverlight.
Axis, for example, has such a source filter: http://www.axis.com/ftp/pub_soft/cam_srv/capture_driver/latest/AxisVideoCaptureDriverSetup.msi
-
While Safari on Windows might not yet be officially supported in Silverlight 2, Safari on the Intel Mac is. However I'm getting the exact seek/scrub mis-behaviour in Safari on the Mac.
A list of officially supported browsers can be found here: http://www.microsoft.com/silverlight/resources/install.aspx#sysreq
-
I'm having problems with seeking in Safari and Chrome (WebKit browsers) however seeking in Firefox and IE works well.
I point Silverlight directly to the wmv files which are hosted on IIS7.
When you seek into a part of the video you haven't downloaded yet, Silverlight, in IE and Firefox, sends a new request for the video to the server, ...
-
Well in IE and Firefox, the player does not stall, Silverlight just sends a new get to the server with a new byterange and requests the video from the position you seeked to. This is the expected and correct behaviour.
However in Safari (and Chrome), Silverlight is only able to download the file from the start (byte 0) and therefore, for big ...
-
I'm having problems with seeking in Safari and Chrome (WebKit browsers) however seeking in Firefox and IE works well.
I point Silverlight directly to the wmv files which are hosted on IIS7.
Does anyone know if this is a known issue with Silverlight in Safari?
-
Are there any plans to support different playback speeds?
We use Silverlight to play recorded lectures. Before the students just used WMP and there, they could control the playback speed. This is quite useful when the teacher speaks very slowly (the student sets the speed up) or if the student wants to have more time to take notes, then he can ...
-
Hi
I'm having the same problem. I'm using the WMV9 codec with Quality VBR. For encoding I use the Windows Media Encoder.
When playing back the video in Silverlight, the white colors all look gray-ish, but when playing the same file in Windows Media Player, white colors are correct. Other colors are a bit distorted as well when playing in ...
-
"Server-Side playlists are being worked on." <-- Did Server-Side playlists make it into the SL 2.0 Beta?
-
Does anyone know what Vic Martins means exactly by "We have done a lot of testing with Silverlight 1.0 and Server Side Play Lists and have observed it working fine on a number of occasions...". What are these occasions since the most common ways of writing a SSPL, like mentioned above, do not work?
Are there any known workarounds for ...
-
I had the exact some problem - getting the same exception and stack trace.
I tried both with web services using a VS generated proxy class and with a "direct" BrowserHttpWebRequest.
Using Fiddler, I saw that the response from IIS (6.0 on Win2003 with .net 2 and 3.5 beta installed) had duplicated ...