Sunday, 05 July 2009

The products listed above, and their associated names, icons and logos, are the intellectual property of Microsoft Corporation.
Silverlight Streaming
Silverlight With WCF - Hosting
Silverlight.net -

It's a mashup silverlight application.I use WCF to fetch data from different Uri's.Now both the WCF service and the Silverlight application works fine in my virtual machine.I published my Silverlight application to IIS (VM) and tried to view my application outside my virtual machine.

I'm able to view the silverlight pages but when i click a button that invokes the WCF service method, my local machine browser throws an exception with the data returned via the WCF service. This happens only when i view my application outside my virtual machine.What could be wrong?.Both machines are in the same Domain.

Please help.

 

 


View article..

how to install a silverlight application on client machine without installing .NET framework?
Silverlight.net -

hi!!!!!!

I am making a desktop application which can work online as well as offline.In this all my content is in SWF format.I want that when client installs this application on  his system,he donot have to install .NET framework.

Can anyone tell how can client install this application without preinstallation of .NET farmework?


View article..

Multiple entries in .asx file
Silverlight.net -

Hi all,

I'm having the following problem when using an asx file as source for my MediaElement:

The first ENTRY in my asx playlist gets played, but the second entry not. Firefox says that the second entry is being loaded, but the MediaElement's Source property gets set to null as soon as the first element is done playing... When I change the entries to 2 local files (let's say One.mp3 and Two.mp3), then the second entry get's played no problem... Here is an example of the asx file i'm using:

<ASX VERSION="3.0">
<ENTRY>
 <title>Streamads - Pretty in Pink</title>
 <REF HREF="http://sa-w.streamads.com/sa_streamadz/101993_100039.hearos---pretty-in-pink.mp3"/>
</ENTRY>
<ENTRY>
  <title>DHM Channel 8: All 80s - The Totally Awesome Eighties!</title>  
  <REF HREF="http://wma2.dainbramage.com/dainbramage"/>
</ENTRY>
</ASX>

Any suggestions would be appreciated!


View article..

I got this from my sites webhost company.
Silverlight.net -

What does this mean?

As Silverlight is a browser side technology, you would have no problem serving Silverlight content from our servers as long as you add the proper MIME type settings to the site via .htaccess rules such as:


AddType application/xaml+xml .xaml
AddType application/x-silverlight-app .xap
AddType application/x-ms-xbap .xbap

Thanks


View article..

Silverlight streaming servie is down?
Silverlight.net -

Hi,

 I am trying to open this page http://silverlight.live.com/VideoUpload.aspx But it is not opening.

 Is Silverlight Streming Service is down?

 

Please help.


View article..

Fetching Controls On Demand not working when deployed on IIS
Silverlight.net -

Hi Guys,

I am fetching a control "Misys.GreenTrader.UI.Static.dll" on demand from the client bin.

 This is the piece of code that i have written to fetch the control and add the GreenTraderConfig() usercontrol in the existing stack panel.

 

 // Fetch the next control
WebClient client = new WebClient();
client.OpenReadCompleted += new OpenReadCompletedEventHandler(client_OpenReadCompleted);
client.OpenReadAsync(new Uri("Misys.GreenTrader.UI.Static.dll", UriKind.Relative));

 

  void client_OpenReadCompleted(object sender, OpenReadCompletedEventArgs e)
        {
            AssemblyPart assemblyPart = new AssemblyPart();
            Assembly asm = assemblyPart.Load(e.Result);
            LoadGreenTraderConfig();
        }

    [MethodImpl(MethodImplOptions.NoInlining)]
        void LoadGreenTraderConfig()
        {
            mainPg_Container.Children.Add(new GreenTraderConfig());
        }

 

 

It works fine with visual studio 2008. But as i deploy it in  IIS 6 it does'nt work, its also not throwing any error.

 

I need an urgent help, as deployment dates are getting closer .

 

Thanks,

Puneet


 


View article..

Why won't video stay in full screen upon click...?
Silverlight.net - Hey. I saw a similar post with no resolution, so I'm asking again. When I run a full screen video on one monitor, it will exit full screen mode if I perform any action on the other monitor... even if it's just to turn the volume up or something. This has become very tedious. I don't think there is a solution, but maybe if enough people complain it will get fixed. Thanks
View article..

Silverlight streaming structure (control and media protocol), question
Silverlight.net - Hi all,

I have several questions about Silverlight streaming. What I’m interested in, is exact structure of video streaming, which is accepted by Silverlight.
I’ve made a simple test with video streaming using: Silverlight application as client (MediaElement, source=”http://xxx.xxx.xxx.xxx:8080”), VLC player as streaming server (I’ve set up streaming to certain IP, stream is compressed to wmv), webcam as video source.
Traffic analysis using Network Monitor shows me, that there are two types of packets, which could be related to video:
- HTTP packet (payload: application/octet-stream)
- TCP packets (which NM recognizes as continuation to previous one) with some blob as tcp continuation data (this blob can be decoded as RTP, but I’m not sure that this is true)

Thus, my questions are:
1. How sample is transmitted: does this true that Silverlight uses just RTP over TCP for video streaming or it is more complex, e.g. everything is packed into HTTP (e.g. RTP over HTTP or smth similar, what exactly)? Is it possible to transmit video using RTP over UDP to Silverlight client?

2. What control protocol is used (and supported) by Silverlight (e.g. RTSP, WMSP)?

Thanks in advance for any help.
View article..

Issue with hosting Silverlight control in ascx page on Firefox 3 browser
Silverlight.net -

 We have a Silverlight 2.0 application hosted within an ASP .Net web control (ascx page). The application works fine with Internet Explorer (6, 7, 8), but does not with Firefox 3 browser. We observe a blank page getting loaded, but when we right click on it, we observe the 'Silverlight' option in the context menu.

Below is the markup of the form tag (with the name of the controls changed) on ascx control hosting the silverlight control.

    <form id="form1" style="height:100%;">
        <div style="height:100%;">
            <asp:Silverlight ID="XamlTest" runat="server" Source="~/ClientBin/Test.xap" MinimumVersion="2.0.31005.0" Width="990px" Height="500px" />
        </div>
    </form>
The 'form' tag cannot be marked with the attribute 'runat="server"', as the parent page already has another form with this attribute.
We have not missed the registration of the System.Web.Silverlight assembly at the beginning of the ascx page.

Any insight on what could go wrong with Firefox 3 browser would be very helpful.


View article..

Streaming a Silverlight wmv video to an Apple Mac fails
Silverlight.net -

I have a problem streaming a wmv video to a Mac. I used Expression Encoder 2 to encode a mpg file to a wmv file. Then I used my Silverlight Streaming account and uploaded the video file to the Microsoft host. I have used the resulting HTTP permalink in my IE8 browser to successfully watch the video. But a family member's Mac can not play it (I'm not able to access the Mac).  What shows up on the screen looks like a character dump of the video file. Isn't there supposed to be a prompt to install Silverlight if it is not already there?


View article..

PreviousNext
Copyright 2009. Sponsored by nsquared.   |  Terms Of Use  |  Privacy Statement
Content on this site is generated from the developer community and shared freely for your enjoyment and benefit. This site is run independently of Microsoft and does not express Microsoft's views in any way.