Questions tagged [smf]

SMF can refer to either Silverlight Media Framework or Simple Machines Forum or a Solaris service manager or Standard MIDI File. For disambiguation, please use the MMPPF tag for the Silverlight Media Framework questions, as it's the new official name.

This tag is ambiguous.

For Simple Machines Forum

Simple Machines Forum is at https://www.simplemachines.org/.

For Silverlight Media Framework

Please use the tag for the Silverlight Media Framework questions, as it's the new official name.

Description from the official Wiki for Microsoft's SMF: https://archive.codeplex.com/?p=smf

Microsoft's open source media player framework - a component of the Microsoft Media Platform.

This project was formerly known as the Silverlight Media Framework (SMF). enables developers to quickly deploy a robust, scalable, customizable media player for IIS Smooth Streaming delivery. The MMPPF builds on the core functionality of the Smooth Streaming Client (formerly known as the "Smooth Streaming Player Development Kit") and adds a large number of additional features, including an extensibility API that allows developers to create plugins for the framework. The MMPPF also now includes full support for Windows Phone 7 so developers can incorporate high-end video playback experiences in their Windows Phone 7 applications.

For Service Management Facility

A feature of the Solaris operating system. See https://en.wikipedia.org/wiki/Service_Management_Facility.

For Standard MIDI File

See https://en.wikipedia.org/wiki/MIDI#Standard_files.

81 questions
2
votes
2 answers

cakephp website with phpBB or simple machines forums possible?

I have a website made with CakePHP 1.3.7. This website has it's own login system. Now the client wants to include a forum in the website. I've been looking at different free solutions and phpBB and SMF seem to be what I'm looking for. The only thing…
Albert
  • 1,516
  • 3
  • 24
  • 55
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

Creating users in SMF from outside

I'm working on emedding SMF users into current website, and I need to make mechanism that will automatically register people afer their registration on website. Can anyway suggest me how I can do this, as far as I uderstand that's not possible to do…
Mee
  • 458
  • 1
  • 6
  • 21
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
0 answers

Connecting to Simple Machine Forum with CURL and PHP

Here is the source for login form for the smf i am trying to login to
frosty
  • 21
  • 2
2
votes
4 answers

How does Solaris SMF determine if something is to be in maintenance or to be restarted?

I have a daemon process that I wrote being executed by SMF. The problem is when an error occurs, I have fail code and then it will need to restart from scratch. Right now it is sending sys.exit(0) (Python), but SMF keeps throwing it in maintenance…
user40330
2
votes
0 answers

How do you set up SMFPlayer on Windows Phone 7?

I have been trying to play a simple smooth streaming video following the steps under http://smf.codeplex.com/documentation "Building a Windows Phone Player". I have followed the steps exactly and am even using the Big Buck Bunny example. I'm using…
1
vote
1 answer

Adding x11vnc as a Solaris SMF service

I am trying add x11vnc as SMF service but cannot get service to start. I tried googling but couldn't find anything that could help me. Here is the startup script #!/sbin/sh # # Copyright (c) 1995, 1997-1999 by Sun Microsystems, Inc. # All rights…
rojanu
  • 1,592
  • 5
  • 20
  • 34
1
vote
1 answer

MySQL count all children no matter how many there are

I am developing a simple system that has unlimited categories and items in each category. For instance there could be categories inside categories etc (Category 1 -> Category 2 -> Category 3) all containing items. I want to display the total items…
Ed R
  • 2,129
  • 6
  • 24
  • 32
1
vote
1 answer

SMF: Redirecting a user back to the previous page after login instead redirects them to the forum

I am making a web page which encompasses Simple Machines Forum (2.1.4), and makes use of its SSI. There are pages that I'm restricting content if you're a guest yet requires that you be logged on to view it. So, an example page would be in this…
Durendel
  • 489
  • 2
  • 12
1
vote
1 answer

PHP get user's local time (in SMF)

I know php isn't very handy when it gets to fetching local time because it requires the user to have a cookie with the corresponding offset. I'm looking to get a value for the user's time using SMF (which should already have this information in the…
hetoan2
  • 226
  • 4
  • 14
1
vote
0 answers

Using jMusic to read chords from a MIDI file

I am working on a procedural music generation project which reads in a MIDI file and uses some probability models to generate a new piece of music. Reading in notes in jMusic is easy. First get the Score object from the MIDI file, then get the…
taylorbl
  • 11
  • 1
1
vote
0 answers

PatsyError, name error, name is not defined when using smf.ols

I am trying to use multi linear regression to analysis some time series data and their lags. Basically variables are some currency rate and their lag1 and lag2. Code is as below. I tried to check each variable and there is nothing abnormal.. …
Jiannan Yao
  • 11
  • 1
  • 2
1
vote
1 answer

SHA1 does not match

I am using SMF. In SMF passwords saved in mysql like: sha1(usernamepassword); Some of hashes works fine. But other hashes which includes special chars like "öüşığ" and space etc. does not match. For example "aksak temüraga" should be converted to…
Sezer Toker
  • 23
  • 11
1
vote
0 answers

SMF Forum Upgrade - 49Gb and 366,000+ files in attachments

So I've got a problem with an SMF forum upgrade I'm trying to attempt. The forum is 1.1.6 and I am wanting to upgrade this to v2+. I've got the upgrade script from the SMF website however I'm experiencing what seems to be a unique error. In the…
Mystus
  • 459
  • 6
  • 15
1
2 3 4 5 6