Hi, I have created a module with SMF player v2.7 as view and used with prism to show in a region. When I build the solution, the player is loading but it is not playing anything in there. Code for the player is as follows where mediasource is static.
<smf:SMFPlayer>
<smf:SMFPlayer.Playlist>
<media:PlaylistItem DeliveryMethod="AdaptiveStreaming" MediaSource="http://video3.smoothhd.com.edgesuite.net/ondemand/Big%20Buck%20Bunny%20Adaptive.ism/Manifest"/>
</smf:SMFPlayer.Playlist>
</smf:SMFPlayer>
Please anyone help me fix this. Any help would be greatly appreciated.
Comments: ** Comment from web user: fmartinez **
<smf:SMFPlayer>
<smf:SMFPlayer.Playlist>
<media:PlaylistItem DeliveryMethod="AdaptiveStreaming" MediaSource="http://video3.smoothhd.com.edgesuite.net/ondemand/Big%20Buck%20Bunny%20Adaptive.ism/Manifest"/>
</smf:SMFPlayer.Playlist>
</smf:SMFPlayer>
Please anyone help me fix this. Any help would be greatly appreciated.
Comments: ** Comment from web user: fmartinez **
Hi,
We tried to use SMF Player in a module on a Silverlight Application and it works without problems. Nevertheless, we could reproduce your issue when a reference from the following list is missing:
* Microsoft.SilverlightMediaFramework.Core.dll
* Microsoft.SilverlightMediaFramework.Plugins.dll
* Microsoft.SilverlightMediaFramework.Plugins.SmoothStreaming.dll
* Microsoft.SilverlightMediaFramework.Utilities.dll
* Microsoft.Web.Media.SmoothStreaming.dll
As a possible solution, check if you have these references added in both your module and your shell project.
Hope this helps,
Federico Martinez
http://blogs.southworks.net/fmartinez