.Net Framework 3.0  
Author Message
spshah





PostPosted: Media Foundation Development, .Net Framework 3.0 Top

Hi everyone,

i want to know whether .Net framework 3.0 supports audio and video streaming. Would it be possible to develop such application with WinFX.



Audio and Video Development3  
 
 
Ashish Basran





PostPosted: Media Foundation Development, .Net Framework 3.0 Top

Going through following should really help you

http://www.netfx3.com/



 
 
ahmedilyas





PostPosted: Media Foundation Development, .Net Framework 3.0 Top

there isnt difference between .NET 2.0 and .NET 3.0 in that no additional "core" functionality has been added. The difference being that you can use Avalon/Indigo/WPF etc... however this is only supported mostly in Windows Vista I think, but could be wrong.

http://www.microsoft.com/downloads/details.aspx FamilyId=10CC340B-F857-4A14-83F5-25634C3BF043&displaylang=en

http://www.netfx3.com/



 
 
Gabriel Lozano-Moran





PostPosted: Media Foundation Development, .Net Framework 3.0 Top

You can download the latest MSDN Library:

http://www.microsoft.com/downloads/details.aspx FamilyID=94596af5-cc58-45af-a14b-df627a31e783&DisplayLang=en

Or use online help, using online help you will always have the latest documentation



 
 
Becky Weiss - MSFT





PostPosted: Media Foundation Development, .Net Framework 3.0 Top

So this forum is specifically about Media Foundation, which is the new multimedia API on Windows Vista. On Vista, Media Foundation will not include a WinFX API. As for what .Net APIs people are using for AV streaming, your best bet would be to try our media newsgroups (http://www.microsoft.com/communities/newsgroups/en-us/default.aspx) and find out what others in the community have been using.

Thanks,

Becky



 
 
ahmedilyas





PostPosted: Media Foundation Development, .Net Framework 3.0 Top

have you tried downloading the orcas addin

http://www.microsoft.com/downloads/details.aspx FamilyId=5A0AE4CD-DC79-4B12-8A05-B6195F89FFA2&displaylang=en

however:

Supported Visual Studio 2005 released (RTM) tool sets: Visual Basic Express Edition, Visual C# Express Edition, Visual Web Developer Express Edition, Visual Studio Standard Edition, Visual Studio Professional Edition, Visual Studio Team System Editions.*

*Note: The Visual Designer for WPF is not currently supported on the Express Editions of Visual Studio 2005



 
 
nbrege





PostPosted: Media Foundation Development, .Net Framework 3.0 Top

So is there any reason to upgrade right now Do you think it will eventually be installed automatically by Windows Update
 
 
Rafael Soteldo





PostPosted: Media Foundation Development, .Net Framework 3.0 Top

Thank you Gabriel!

 
 
ahmedilyas





PostPosted: Media Foundation Development, .Net Framework 3.0 Top

no .NET Framework is installed automatically by WU but this is listed as an optional component.

Windows XP SP2 ships with .NET Framework 1.1 as does Windows Server 2003. Windows Vista ships with .NET 3.0 as standard so currently its your call on what you would like to do. I would still dev apps in .NET 2.0 until say another 4 months then move onto .NET 3.0

at the end of the day if someone runs your app and it requires a .NET Framework version, then its best to have it installed with your app than to "bypass" or ignore your application. At some stage, .NET will have to be installed on the computer to run other .NET apps too!