-
Posted to
IIS7 - Media
by
vsood
on
10 hours, 5 minutes ago
Expression Encoder 2 SP1 encoded Smooth Streaming content should work with SSME as long as you don't include <CHAP> or <SCRIP> tags in the manifest.
-
Posted to
IIS7 - Media
by
vsood
on
11-19-2009, 1:51 PM
Hi
I apologize the delay in answering your questions. Please send me an email at vsood@microsoft.com providing details about your scenario and why you would like to override the config. I will respond to those in details.
Regards
Vishal
-
Posted to
IIS7 - Media
by
vsood
on
11-13-2009, 4:16 PM
[quote user="justintgoetz"]
And the LogReady event does fire w/ progressive download playback, just not w/ smooth streaming playback like you mentioned. It would be ideal if this event fired for both because that would solve all of our logging needs. We could simply handle the LogReady event in ...
-
Posted to
IIS7 - Media
by
vsood
on
11-08-2009, 3:42 PM
One more thing forgot to mention, You can set the LoggingUrl through XAML too.
<SSME:SmoothStreamingMediaElement x:Name="SmoothPlayer" LoggingUrl=http://abc.xyz/post.log EnableGPUAcceleration="True"/>
-
Posted to
IIS7 - Media
by
vsood
on
11-08-2009, 3:40 PM
Hi
You should use the AutoPlay property on SSME and set it to true if you want to be able to start playback on setting SmoothStreamingSource without calling Play.
Setting the LoggingUrl should work. If the URL for your content and logging server are on different domains, you would need to make sure your ClientAccessPolicy.xml or CrossDomain.xml ...
-
Posted to
IIS7 - Media
by
vsood
on
11-08-2009, 3:28 PM
Smooth Streaming supports H.264 but the PDK Beta 1 does not have that. Our next release (soon) would have that.
-
Posted to
IIS7 - Media
by
vsood
on
10-24-2009, 2:42 PM
Hi,
Can you please share what exactly you tried? Setting the URL either in XAML or code should have worked.
Regards
Vishal
-
Posted to
IIS7 - Media
by
vsood
on
10-24-2009, 2:41 PM
Copied from a comment on my blog
"We are working on samples and documentation". Great! Hopefully they will cover the logging capabilities of the smooth streaming media element. I've noticed a couple of things while testing the logging capabilities so far.
I was able to successfully get the control to post client logs by ...
-
Posted to
IIS7 - Media
by
vsood
on
10-22-2009, 12:50 PM
Hi Helen
Nope, Source is the property for that. SmoothStreamingSource is for Smooth Streaming content only. What do you wish to achieve, maybe there is another way I can suggest.
Regrads
Vishal
-
Posted to
IIS7 - Media
by
vsood
on
10-22-2009, 12:31 PM
EE3 does not support Live Smooth Streaming. You would need to get an encoder that support Live Smooth Streaming.