Quantcast
Channel: All Forums
Viewing all articles
Browse latest Browse all 26858

Re: Smooth Streaming Client SDK for Metro Style Apps Announcement & Feedback

$
0
0

Thanks - we got it figured out in the mean time as well. For anybody using C#/xaml instead of html/js, make sure you are registering the smooth-streaming plugin in your mediaplayer element:

<mmppf:MediaPlayer x:Name="mediaPlayer" AutoPlay="True" HorizontalAlignment="Left">
  <mmppf:MediaPlayer.Plugins>
   
<adaptive:AdaptivePlugin />
 
</mmppf:MediaPlayer.Plugins>
</mmppf:MediaPlayer>

(Or you can set it in your code-beind). If you don't have the AdativePlugin set in the Plugins collection, it wont be able to play streaming sources.


Viewing all articles
Browse latest Browse all 26858

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>