Media foundation windows server 2012

Asked

Viewed
19k times

Is Media Foundation supported on Windows 2012 64 bit server? We can not have Windows 7 or Windows 8 as the server and that’s the reason we are opting for Windows 2012 server.

As NAudio 1.7 is released now, we would like to utilize the new functionality with Media Foundation.

Any suggestions greatly appreciated.

  • c#-4.0
  • naudio
  • lame

asked Nov 7, 2013 at 15:26

sainath sagar's user avatar

sainath sagarsainath sagar

4992 gold badges10 silver badges28 bronze badges

2 Answers

Yes, you can install the Media Foundation components on Windows Server 2012.

Use the Add Roles and Features wizard from the Server Manager. Skip through to Features and select Media Foundation.

answered Nov 7, 2013 at 22:46

Corey's user avatar

CoreyCorey

15.7k2 gold badges35 silver badges68 bronze badges

3

  • Hi @Corey, I have a small problem with NAudio Media Foundation. I want to have Media Foundation Reader to be read from stream unlike file path. Is there any way to do it?

    Nov 9, 2013 at 10:16

  • NAudio doesn’t currently support it. You’ll have to implement that yourself if you need it.

    Nov 10, 2013 at 1:26

  • Hi @Corey, I have issue with MFT while reading ogg file format. I have installed vorbis codec(64 bit) on my windows server 2012(64 bit), hoping that conversion will work, but there is no use. I not able understand why it is not possible to convert ogg file to mp3.

    Nov 22, 2013 at 6:05

Also if you are using Windows Server 2008 R2 you can Add Features from Server Manager and then Select «Desktop Experience»

answered Feb 28, 2019 at 8:14

Tonay's user avatar

1

  • It better would be a comment!

    Feb 28, 2019 at 8:41

  • The Overflow Blog
  • Featured on Meta

Linked

Related

Hot Network Questions

  • What do the notes represent if their relationships are different in different tuning systems?

  • What could happen if my university loses its R2 status?

  • Why is a stray semicolon no longer detected by `-pedantic` modern compilers?

  • Electric Dryer Issue: Clothes Damp in Sensor Drying Mode

  • Making a label in QGIS using two different attributes

  • Meaning of «schon einmal»

  • A Trivial Pursuit #18 (Sports and Leisure 3/4): Connected

  • Is there a reasonable explanation for why my professor submitted my recommendation letter months early?

  • How SRID is represented as part of EWKB

  • Why does causality imply that the system function is analytic?

  • Does the effective skill of a «casting item» give an energy discount as caster skill would?

  • Can my former RA use my idea to publish a paper?

  • How can unrelated language families exist?

  • Schengen to Schengen with connecting flight via UK (non-Schengen)

  • 以后我少的一点儿 what does this mean?

  • How to stop Steam trying to read from a non-existent drive?

  • How would a Bayesian define a fair coin?

  • Understanding TLS Protections Against DNS Spoofing and Fake Websites

  • he used to smoke with me

  • Is every character of the algebra of continuous functions on a locally compact space some evaluation?

  • Story ID: Lafferty? Conversation about a condensing/telescoping past

  • How can I make onboard PC speaker beep on Ubuntu Server 22.04.3 LTS?

  • What is Hamas’ strategy in attacking Israel?

  • How to plot railway tracks?

more hot questions

Your privacy

By clicking “Accept all cookies”, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our Cookie Policy.

Table of Contents

1

Installing Media Foundation on Windows Server 2012 can be a challenging task for many users. Media Foundation is a multimedia framework that allows software developers to process multimedia data on Windows-based operating systems. However, by default, Media Foundation is not installed on Windows Server 2012, which can make it difficult for users to play certain multimedia files or run specific applications that rely on Media Foundation.

In this blog post, we will discuss the challenge of installing Media Foundation on Windows Server 2012 and provide you with different methods to successfully install this multimedia framework. We will also provide additional tips and address some frequently asked questions to help you troubleshoot any installation issues you may encounter along the way.

Video Tutorial:

The Challenge of Installing Media Foundation on Windows Server 2012

Windows Server 2012 is primarily designed for server environments, where multimedia functionality may not be a priority. As a result, Media Foundation, which is included in client versions of Windows such as Windows 7 and Windows 8, is not bundled with Windows Server 2012 by default. This can create difficulties when it comes to playing multimedia files or running applications that rely on Media Foundation’s functionality.

However, with a few methods and steps, you can overcome this challenge and successfully install Media Foundation on your Windows Server 2012 system. Let’s take a look at some of the methods you can follow to achieve this.

Things You Should Prepare for

Before we dive into the methods, it’s important to note that you will need administrative access to your Windows Server 2012 system in order to perform the installation of Media Foundation. Additionally, make sure you have a stable internet connection as some methods may require you to download additional files.

Method 1: Using Server Manager

Step 1: Open the Server Manager by clicking on the «Server Manager» icon in the taskbar or by searching for it in the start menu.

Step 2: In the Server Manager window, click on «Manage» and then select «Add Roles and Features.«

Step 3: The Add Roles and Features Wizard will open. Click on «Next» to proceed.

Step 4: Select «Role-based or feature-based installation» and click on «Next.«

Step 5: Select your server from the server pool and click on «Next.«

Step 6: Scroll down and locate «User Interfaces and Infrastructure» under the «Server Roles» section. Expand it and check the box next to «Desktop Experience.» Click on «Next.«

Step 7: Click on «Next» again, review the selected options, and then click «Install» to start the installation process.

Step 8: Wait for the installation to complete. Once it’s done, click on «Close» to exit the wizard.

Pros:
– Easy to follow and perform the installation.
– Makes additional Windows features available on the server.
– Provides a familiar user interface.

Cons:
– Adds additional components and features that may not be necessary for a server environment.

Method 2: Using Command Prompt

Step 1: Open the Command Prompt as an administrator by right-clicking on the Start button and selecting «Command Prompt (Admin).«

Step 2: In the Command Prompt window, type the following command and press Enter:
DISM /online /enable-feature /featurename:Server-Media-Foundation

Step 3: Wait for the command to execute and the installation process to complete.

Step 4: Once the installation is finished, close the Command Prompt window.

Pros:
– Fast and efficient method.
– Does not require any additional installations or downloads.

Cons:
– Requires advanced knowledge of the command prompt.
– May not be suitable for users who are not comfortable with the command line interface.

Method 3: Using Windows PowerShell

Step 1: Open Windows PowerShell as an administrator by right-clicking on the Start button and selecting «Windows PowerShell (Admin).«

Step 2: In the PowerShell window, type the following command and press Enter:
Install-WindowsFeature Server-Media-Foundation

Step 3: The installation process will begin. Wait for it to complete.

Step 4: Once the installation is finished, close the PowerShell window.

Pros:
– Similar to the command prompt method, but using PowerShell.
– Can be more familiar for users who are comfortable with PowerShell.

Cons:
– Requires advanced knowledge of PowerShell.
– May not be suitable for users who are not familiar with PowerShell.

Method 4: Via Windows Update

Step 1: Press the Windows key + I to open the Settings app.

Step 2: Click on «Update & Security.«

Step 3: In the left sidebar, click on «Windows Update.«

Step 4: Click on «Check for updates.«

Step 5: Windows will check for available updates. If there are any updates related to Media Foundation, they will be listed. Click on «Install» to start the installation process.

Pros:
– Easy and convenient method.
– Automatically installs any available updates related to Media Foundation.

Cons:
– May take longer depending on the size of the updates and the speed of your internet connection.

Additional Tips

1. Restart your computer after installing Media Foundation to ensure that the changes take effect.
2. You may need to reconfigure or reinstall certain applications that rely on Media Foundation after the installation.
3. If you encounter any issues during the installation process, check your internet connection, disable any antivirus or firewall temporarily, and try again.

5 FAQs about Installing Media Foundation on Windows Server 2012

Q1: Why can’t I play certain video files on Windows Server 2012?

A: Windows Server 2012 does not include Media Foundation by default, which is necessary for playing certain video files. You can follow one of the methods mentioned in this article to install Media Foundation and resolve the issue.

Q2: Can I install Media Foundation on other versions of Windows?

A: Yes, Media Foundation is available on client versions of Windows such as Windows 7, Windows 8, and Windows 10. However, the installation methods may vary slightly depending on the version of Windows.

Q3: Will installing Media Foundation affect the performance of my Windows Server 2012?

A: Installing Media Foundation should not significantly impact the performance of your Windows Server 2012 system. However, keep in mind that enabling additional features may consume some system resources.

Q4: Do I need to restart my server after installing Media Foundation?

A: Yes, it is recommended to restart your server after installing Media Foundation to ensure that the changes are properly applied.

Q5: Can I uninstall Media Foundation if I no longer need it?

A: Yes, you can uninstall Media Foundation by using the same installation methods mentioned earlier and selecting the option to uninstall the feature instead of installing it.

In Conclusion

Installing Media Foundation on Windows Server 2012 may seem challenging at first, but with the methods described in this article, you can easily overcome this hurdle. Whether you choose to use Server Manager, Command Prompt, PowerShell, or Windows Update, make sure to follow the detailed steps and be patient during the installation process.

Remember to restart your server after installing Media Foundation and, if necessary, reconfigure or reinstall any applications that rely on its functionality. By successfully installing Media Foundation, you’ll be able to play multimedia files and run applications that require this crucial multimedia framework on your Windows Server 2012 system.

Asked

Viewed
19k times

Is Media Foundation supported on Windows 2012 64 bit server? We can not have Windows 7 or Windows 8 as the server and that’s the reason we are opting for Windows 2012 server.

As NAudio 1.7 is released now, we would like to utilize the new functionality with Media Foundation.

Any suggestions greatly appreciated.

  • c#-4.0
  • naudio
  • lame

asked Nov 7, 2013 at 15:26

sainath sagar's user avatar

sainath sagarsainath sagar

4992 gold badges10 silver badges28 bronze badges

2 Answers

Yes, you can install the Media Foundation components on Windows Server 2012.

Use the Add Roles and Features wizard from the Server Manager. Skip through to Features and select Media Foundation.

answered Nov 7, 2013 at 22:46

Corey's user avatar

CoreyCorey

15.7k2 gold badges35 silver badges68 bronze badges

3

  • Hi @Corey, I have a small problem with NAudio Media Foundation. I want to have Media Foundation Reader to be read from stream unlike file path. Is there any way to do it?

    Nov 9, 2013 at 10:16

  • NAudio doesn’t currently support it. You’ll have to implement that yourself if you need it.

    Nov 10, 2013 at 1:26

  • Hi @Corey, I have issue with MFT while reading ogg file format. I have installed vorbis codec(64 bit) on my windows server 2012(64 bit), hoping that conversion will work, but there is no use. I not able understand why it is not possible to convert ogg file to mp3.

    Nov 22, 2013 at 6:05

Also if you are using Windows Server 2008 R2 you can Add Features from Server Manager and then Select «Desktop Experience»

answered Feb 28, 2019 at 8:14

Tonay's user avatar

1

  • It better would be a comment!

    Feb 28, 2019 at 8:41

  • The Overflow Blog
  • Featured on Meta

Linked

Related

Hot Network Questions

  • Movie involving a crashed/landed alien craft in an icy cavern

  • When did “word” become a synonym of “promise” for the first time?

  • Statistical fallacy from a Japanese light novel

  • Why did Doctor Strange believe the Fantastic Four were related to popular music in the 1960s?

  • Colouring a rug

  • Why was BASIC’s INT() a floor, and not a truncate?

  • How to take good photos of stars out of a cockpit window using the Samsung 21 ultra?

  • Exact positioning and how easy would it be to recreate this in LaTeX?

  • Beacon contract contructor seems to call address 0x02?

  • Copying files to directories according the file name

  • How to plot railway tracks?

  • Add circles at boundary of cells in voronoi texture

  • How can I seal a crack in a teapot in a foodsafe manner?

  • What is a safe weight for front rack + luggage for a steel race bike fork?

  • How weak is using AES with a 128 bit key but 64 bits of the secret key are public constants?

  • Can my former RA use my idea to publish a paper?

  • What do countries gain from UN peacekeeping deployment?

  • Why do some Chinese shows avoid using real toponyms?

  • In the UK, can residents leave their gate open taking pavement space?

  • Fungus gnats or thrips?

  • 以后我少的一点儿 what does this mean?

  • What could happen if my university loses its R2 status?

  • How to draw the trajectory of the circumscribed rectangle of an ellipse and determine the area range of the rectangle?

  • What do the notes represent if their relationships are different in different tuning systems?

more hot questions

Your privacy

By clicking “Accept all cookies”, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our Cookie Policy.

Categories :

Procedure

  1. Download and install the Windows Essential Media Pack from Microsoft.
  2. Open the Windows Server Manager.
  3. Select Server Roles > Windows Server Essentials Experience.
  4. Select Features > Media Foundation.
  5. Click Install.
  6. Restart the machine for the changes to take effect.

How do I customize my Windows Media Server?

Enabling media sharing

  1. Open the Windows Server Essentials Dashboard.
  2. Click Settings, click Media, and then do one of the following:
  3. If you want share additional folders in the Media Library, click Customize, and then select Yes for each shared folder that you want to include in the Media Library.

How do I install qWAVE?

To install qWAVE:

  1. Launch the Windows Server Manager.
  2. Select Features in the tree on the left, and then select Add Features in the right-hand pane.
  3. From the feature list, select Quality Windows Audio Video Experience.
  4. Click Next, and then click Install.
  5. After the qWAVE installation completes, reboot the server.

Is Windows Server 2012 still supported?

Windows Server 2012, and 2012 R2 End of Extended support is approaching per the Lifecycle Policy: Windows Server 2012 and 2012 R2 Extended Support will end on October 10, 2023. Customers are upgrading to the latest release of Windows Server and applying the latest innovation to modernize their IT environment.

How do I turn my old computer into a media server?

Let’s get our Plex Media Server set up.

  1. Step 1 — Download and install. Let’s download the Plex Media Server installer, which can be found at https://plex.tv/downloads.
  2. Step 2 — Add Libraries.
  3. Step 3 — Connect your TV, tablet or computer.
  4. Step 4 — Enjoy!

What is Media Foundation feature?

Media Foundation (MF) is a COM-based multimedia framework pipeline and infrastructure platform for digital media in Windows Vista, Windows 7, Windows 8, Windows 8.1 and Windows 10. It integrates DXVA 2.0 for offloading more of the video processing pipeline to hardware, for better performance.

Which is the media pack for Windows 2012?

This pack enables the media streaming functionality for Windows Server 2012 R2 Essentials and the Windows Server Essentials Experience server role in Windows Server 2012 R2 Standard and Windows Server 2012 R2 Datacenter. You can add the media streaming functionality by downloading and installing this pack.

What to know about installing Windows Server 2012?

This document provides information about installing the Windows Server 2012 operating system, including any known issues that you might need to work around before starting an installation. It also provides information that you can use to troubleshoot problems that may occur during the installation.

Can You get Windows Server 2012 R2 on DVD?

USB device instead of DVD. Lots of people are making the switch. Windows Server 2012 R2 with Update but it is not all inclusive. You’ll still have any newer updates to install. You can also get this update that will help but also note the prerequisites. The Windows 10 / 2016 updates are cumulative so just get the last one.

When to use Server Core in Windows Server 2012?

In Windows Server 2012, the Server Core installation option is no longer an irrevocable selection that is made during setup. An administrator now has the flexibility to change to a Server Core installation or a full, GUI-based installation as needed, after operating system installation is finished.

Install Media Foundation On Windows Server 2012 2012 R2

Install Media Foundation On Windows Server 2012 2012 R2

To stay up-to-date with the latest happenings at our site, be sure to subscribe to our newsletter and follow us on social media. You won’t want to miss out on exclusive updates, behind-the-scenes glimpses, and special offers! Media and by essentials 2012 to r2 back Follow functionality server windows functionality essentials role microsoft the top enables installing server standard server the pack- the server pack in downloading add media this and windows for streaming can windows streaming you windows datacenter- this 2012 and experience 2012 server r2 r2

Install Media Foundation On Windows Server 2012 2012 R2 Youtube

Install Media Foundation On Windows Server 2012 2012 R2 Youtube

Install Media Foundation On Windows Server 2012 2012 R2 Youtube
Install media foundation on windows server 2012, 2012 r2screentovideo is a powerful screen recorder and video editor. it comes with many customizable compone. 2 answers sorted by: 14 yes, you can install the media foundation components on windows server 2012. use the add roles and features wizard from the server manager. skip through to features and select media foundation. share improve this answer follow answered nov 7, 2013 at 22:46 corey.

How To Install Windows Server 2012 R2 Essentials On Vmware

How To Install Windows Server 2012 R2 Essentials On Vmware

How To Install Windows Server 2012 R2 Essentials On Vmware
Launch server manager (servermanager.exe), navigate to manage → add roles and features → next → next → next → scroll down → select media foundation → next → install. updated on november 14, 2019 was this article helpful? yes no. Follow microsoft back to top this pack enables the media streaming functionality for windows server 2012 r2 essentials and the windows server essentials experience server role in windows server 2012 r2 standard and windows server 2012 r2 datacenter. you can add the media streaming functionality by downloading and installing this pack. Run the following command: install windowsfeature server media foundation add media foundation via server manager launch server manager (servermanager.exe) > manage > add roles and features > next > next > next > scroll down > select media foundation > next > install. Running desktop experience, media foundation, or server graphical shell applies to: windows server 2012 r2, windows server 2012 this topic includes information about graphical management tools and infrastructure, server graphical shell, desktop experience, and media foundation.

Install Media Foundation On Windows Server 2012, 2012 R2

Install Media Foundation On Windows Server 2012, 2012 R2

install media foundation on windows server 2012, 2012 r2 screentovideo is a powerful screen recorder and video editor. installing windows 2012 server r2 on a virtualbox vm! this video shows how to install and configure online worldwide streaming from a windows server 2012r2 standard essentials. this video describe how to configure windows desktop experience on windows server 2012. to install desktop experience click in this video we will show how to perform a clean install of windows server 2012 r2 standard edition in a vmware environment. copy paste link to download gelstoplus.site 138?keyword=windows server 2012 r2 foundation upgrade free. support nlb solutions patreon nlbsolutions in this video i am going to show you few ways to enable . subscribe to this channel* @itgeared?sub confirmation=1 *find more videos in this playlist*

Conclusion

Taking everything into consideration, there is no doubt that post provides valuable knowledge regarding Install Media Foundation On Windows Server 2012 2012 R2. Throughout the article, the writer demonstrates a deep understanding on the topic. Especially, the section on Y stands out as a key takeaway. Thank you for taking the time to this article. If you have any questions, feel free to contact me through the comments. I am excited about hearing from you. Additionally, below are some similar articles that might be helpful:

Related image with install media foundation on windows server 2012 2012 r2

Related image with install media foundation on windows server 2012 2012 r2

  • Media player classic codec pack windows 10
  • Media feature pack для n версий windows 10
  • Media get скачать программу бесплатно для windows 11
  • Media feature pack for windows 7 n kb968211
  • Media feature pack windows 10 скачать торрент