Skip to main content
Home Forums General Silverlight Hosting and Streaming OSX Firefox/Safari MMS streaming fails with Silverlight
3 replies. Latest Post by littlenich on March 18, 2009.
(0)
knutc
Member
0 points
2 Posts
03-05-2009 8:59 AM |
hi,
I have set up streaming using Silverlight and an MMS feed. This works as expected on any Windows platform, but the video does not play on OSX with Firefox or Safari and Silverlight 2.0 latest plugin.
My MediaElement is declared as follows:
<MediaElement AutoPlay="True" x:Name="video" Source="{Binding videoUrl}" Height="320" Width="430" ></MediaElement>
I thought this should be straight forward and one of the key benefits using Silverlight. My students using Macs can´t read our mms feeds and I´d hoped Silverlight was one possible cure.
Anyone with similar problems ? Any ideas ?
Knut
brightstar
406 points
184 Posts
03-07-2009 9:32 PM |
Normal 0 false false false RU X-NONE X-NONE MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Обычная таблица"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin-top:0cm; mso-para-margin-right:0cm; mso-para-margin-bottom:10.0pt; mso-para-margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:"Times New Roman"; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi;} Normal 0 false false false RU X-NONE X-NONE MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Обычная таблица"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin-top:0cm; mso-para-margin-right:0cm; mso-para-margin-bottom:10.0pt; mso-para-margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:"Times New Roman"; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi;}
Not all the OSX supports Silverlight.
Under Mac OS 10.4.8+ (PowerPC) works only Silverlight 1.0 applications ( 2.0 will not run ).
Under Mac OS 10.4.8+ (Intel-based) works both 1.0 and 2.0 Silverlight.
Others OSX doesn’t support it.
Or maybe your students didn’t install Silverlight on their Macs? =)
03-09-2009 9:01 AM |
I ran the Silverlight page from my home on a Mac/OSX system, and belive it or not It worked ! So there are most likely some firewalled ports her at the college which confuses me and make this fail on Macs. The strange thing however is that The Silverlight page works on a Windows system here at college, but not on a Mac. I will talk to the firewall guy here to try to solve the problem, thanks for your input.
littlenich
2 points
1 Posts
03-18-2009 3:39 PM |
Try using http as the protocol or specify the http protocol port in the link to your stream (i.e. mms://servername:port/filename). I don't think Silverlight provides support for mms using the default mms port. Either way, http should be used to reference wmv files on a wmv server.
-Littlenich