Questions tagged [mmppf]

Microsoft Media Platform Player Framework (formerly Silverlight Media Framework)

Microsoft Media Platform Player Framework (formerly Silverlight Media Framework), see https://archive.codeplex.com/?p=smf

18 questions
3
votes
6 answers

Hide MediaPlayer Controls ( Microsoft Media Platform Player Framework )

I´m using the MMP:PF in a c#/xaml application and provide my own control elements to handle the player. Thats why i would like to hide/disable its own native controls that appear on the bottom. ( And in the middle of the screen on screenshot,…
Ostkontentitan
  • 6,930
  • 5
  • 53
  • 71
2
votes
1 answer

Unhandled exception in Silverlight : System.Exception

I am using SMF player for online video streaming in my project. Randomly application crashes. (Sometime Application runs for 60 hr, sometimes apln crashes in 2 hr) I have added the unhandled exception handler to main class. public partial class App…
2
votes
1 answer

Microsoft Media Platform + Forms Authentification

Forms Authentication does not work. Auth cookies are not sent to server when SMF attempts to get access to *.ism/Manifest files on a server that requires specific user roles. What i do: 1. Create new Silverlight Smooth Streaming template with…
2
votes
0 answers

Find connected video devices

Is there a way to see or detect connected screens/video devices in Silverlight? Ultimately I'd like to detect non-HDCP supporting devices. From what I can understand there is a way using VideoOutputConnectors through the LicenseManagement class, but…
RobbanP
  • 143
  • 11
2
votes
1 answer

Upgraded App that uses SL Media Framework and MVVM-Lite from WP7 to WP7.1

I have a WP7 app that I recently upgraded to WP7.1 (including the MVVM-Lite assemblies) and the SL Media Framework player (SMF) stopped working. I turned on logging in the player and noticed that the decoder plugin it was looking for was not found.…
MIantosca
  • 833
  • 1
  • 10
  • 33
2
votes
2 answers

Full Screen Control for Windows Phone 7 in Silverlight Media Framework

I am working to integrate SMF to our windows phone 7 project. But I can't find a fullscreen control. This is what videos are coming with full screen but I don't want this. I have a grid for video and want to make a button that clicked event has full…
MAB
  • 253
  • 2
  • 4
  • 15
2
votes
1 answer

On WP7 & Computer, Playing first playlist Item automatically using SMF (Silverlight Media Framework)

I currently have a SmoothStreaming video comming from a Wowza server and We are currently using the SMF to play the video on the Windows Phone 7 and on the computer. We are adding the Manifest to the playlist and setting it to PlaylistItem {…
1
vote
2 answers

Are there any known compatibility issues with Microsoft Media Platform: Player Framework (formerly SMF) and Silverlight 5?

I'm trying to get the default template (adaptive streaming) for the MMPPF framework to work. Currently I'm not getting any error, but the player does not play any videos. I've tried adding other sources besides the default, I can see them added in…
Jacob Poul Richardt
  • 3,145
  • 1
  • 26
  • 29
1
vote
2 answers

PlayerFramework and Media controls

By default playing any media gets you these kind of controls on top of the screen But when playing media with the PlayerFramework those controls don't show up. Looking through the MediaPlayer properties I don't find something that seems to be…
Benjamin Diele
  • 1,177
  • 1
  • 10
  • 26
1
vote
1 answer

Can't get Silverlight Media Framework SMFPlayer to show film full screen or correct aspect ratio

I am using the latest version of the Silverlight Media Framework on Windows Phone 8. I have got both standard MP4's and DRM encrypted MWV media to play successfully. However, neither will play to the full extent of the screen. The standard MP4's…
NER1808
  • 1,829
  • 2
  • 33
  • 45
1
vote
2 answers

Microsoft Media Platform Player Framework, make video fullscreen from button press (or double clicking on video)

I just started playing around with windows 8 development and I'm trying to figure out how to make a video whose source is from a url pop to full screen from either a button press or by double clicking on the area where the video is playing. Any…
Derick F
  • 2,749
  • 3
  • 20
  • 30
0
votes
1 answer

creating a play / pause toggle switch

I am using silverlight 4 with smf and I want to create a play , pause toggle button. So if the media is playing and if the button is clicked it will pause the video. But if the media is paused, it will restart playing video. How can I do that …
Asim Zaidi
  • 27,016
  • 49
  • 132
  • 221
0
votes
1 answer

smf player timeline property

Hi I am using silverlight player with smf framework with C#. REF: http://smf.codeplex.com/ I am trying to get the position where video had been paused at. Since I am new to this I think I am not doing it correctly. In my JavaScript I have this…
Asim Zaidi
  • 27,016
  • 49
  • 132
  • 221
0
votes
1 answer

Show image above SMFPlayer issue

An image (Image class) is placed above a SMFPlayer (both elements are created in code-behind). Z-index of the image is the Z-Index of SMFPlayer + 1. The image is resized (adjusting the width) according to the playing progress of SMFPlayer. …
Raptor
  • 53,206
  • 45
  • 230
  • 366
0
votes
1 answer

How to play .m3u8 in video tag in windows phone using WinJS?

I have used Streaming Media and successfully played m3u8 URLs in windows Phone. But, now I am struggling with m3u8 in video tag using WinJS. Can I some how use those DLL's for playing M3U8 in html5 in Windows Phone 8.1?
RecklessSergio
  • 806
  • 3
  • 10
  • 34
1
2