Click here to Skip to main content
15,885,782 members
Articles / Web Development / ASP.NET

How to use the managed RTP API classes in .NET to create your multicasting systems

Rate me:
Please Sign up or sign in to vote.
4.74/5 (28 votes)
2 May 2008CPOL6 min read 251.1K   14.4K   118  
Create an RTP multicasting presenter (with motion detection).

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RTPStudentPresenter", "RTPStudentPresenter.csproj", "{ED35F2E3-285C-4C08-A34C-CBA85D69C2D7}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{ED35F2E3-285C-4C08-A34C-CBA85D69C2D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{ED35F2E3-285C-4C08-A34C-CBA85D69C2D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{ED35F2E3-285C-4C08-A34C-CBA85D69C2D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{ED35F2E3-285C-4C08-A34C-CBA85D69C2D7}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Systems Engineer SocketCoder.Com
Jordan Jordan
Fadi Abdelqader
WebSite: http://www.SocketCoder.com
Facebook Group: http://www.facebook.com/groups/socketcoder/
Facebook Page: http://www.facebook.com/socketcoders/

Last Published Book:
-Professional Network, Distributed Systems & TCP/IP Programming In .NET Framework 1.1 & 2.0 (2006 Release)

Last Published eBook:
- The SocketCoder e-Reference For Network, Distributed Systems And TCP/IP Programming In .NET, Arabic (SocketCoder.Com 2010)

Last Projects:
- Silverlight Based Projects For Web Video Conferencing (WCS,WMS,WCS Plus..)
-(SocketCoder) RTP Multicasting VOIP Library
-(SocketCoder) Remote Controlling Systems

Last SocketCoder RSS: http://www.socketcoder.com/feed/

http://www.socketcoder.com

Comments and Discussions