|
Universal Plug and Play (UPnP) is a set of computer network protocols promulgated by the UPnP Forum. The goals of UPnP are to allow devices to connect seamlessly and to simplify the implementation of networks in the home (data sharing, communications, and entertainment) and corporate environments. UPnP achieves this by defining and publishing UPnP device control protocols built upon open, Internet-based communication standards. âComputer Networksâ redirects here. ...
For other senses of this word, see protocol. ...
Plug and Play is a term used in the computer field to describe a computers ability to have new devices, normally peripherals, added to it without having to restart the computer. ...
Look up device in Wiktionary, the free dictionary. ...
âComputer Networksâ redirects here. ...
Standardization, in the context related to technologies and industries, is the process of establishing a technical standard among competing entities in a market, where this will bring benefits without hurting competition. ...
The term UPnP is derived from Plug-and-play, a technology for dynamically attaching devices to a computer directly. Plug and Play is a term used in the computer field to describe a computers ability to have new devices, normally peripherals, added to it without having to restart the computer. ...
Image File history File links Download high-resolution version (900x557, 80 KB) // Summary UPnP Logo © UPnP⢠Implementers Corporation. ...
Image File history File links Download high-resolution version (900x557, 80 KB) // Summary UPnP Logo © UPnP⢠Implementers Corporation. ...
Overview
The UPnP architecture allows peer-to-peer networking of PCs, networked appliances, and wireless devices. It is a distributed, open architecture based on TCP/IP, UDP and HTTP. A peer-to-peer (or P2P) computer network is a network that relies on the computing power and bandwidth of the participants in the network rather than concentrating it in a relatively few servers. ...
A personal computer (PC) is a computer whose price, size, and capabilities make it useful for individuals. ...
The word appliance has several different areas of meaning, all usually referring to a device with a narrow function: One class of objects includes items that are custom-fitted to an individual for the purpose of correction of a physical or dental problem, such as prosthetic, orthotic appliances and dental...
This article or section is in need of attention from an expert on the subject. ...
The Internet protocol suite is the set of communications protocols that implement the protocol stack on which the Internet and most commercial networks run. ...
User Datagram Protocol (UDP) is one of the core protocols of the Internet protocol suite. ...
HTTP (for HyperText Transfer Protocol) is the primary method used to convey information on the World Wide Web. ...
UPnP enables communication between any two devices under the command of any control device on the network (LAN). Among its features are: - Media and device independence. UPnP technology can run on many media including phone lines, power lines (PLC), Ethernet, IR (IrDA), RF (Wi-Fi, Bluetooth), and FireWire. No device drivers are used; common protocols are used instead.
- User interface (UI) Control. UPnP architecture enables vendor control over device user interface and interaction using the web browser.
- Operating system and programming language independence. Any operating system and any programming language can be used to build UPnP products. UPnP does not specify or constrain the design of an API for applications running on control points; OS vendors may create APIs that suit their customer's needs. UPnP enables vendor control over device UI and interaction using the browser as well as conventional application programmatic control.
- Internet-based technologies. UPnP technology is built upon IP, TCP, UDP, HTTP, and XML, among others.
- Programmatic control. UPnP architecture also enables conventional application programmatic control.
- Extensibility. Each UPnP product can have device-specific services layered on top of the basic architecture.
The UPnP architecture supports zero-configuration, "invisible networking" and automatic discovery for many device categories from a range of vendors; any device can dynamically join a network, obtain an IP address, announce its name, convey its capabilities upon request, and learn about the presence and capabilities of other devices. DHCP and DNS servers are optional and are only used if they are available on the network. Devices can leave the network automatically without leaving any unwanted state information behind. For other uses, see Power band. ...
Ethernet is a large, diverse family of frame-based computer networking technologies that operates at many speeds for local area networks (LANs). ...
The initials IRDA can refer to various things: In Information Technology and Communications, IrDA refers to Infrared Data Association, a standard for communication between devices (such as computers, PDAs and mobile phones) over short distances using infrared signals. ...
Official Wi-Fi logo Wi-Fi is a wireless technology brand owned by the Wi-Fi Alliance intended to improve the interoperability of wireless local area network products based on the IEEE 802. ...
Bluetooth logo This article is about the electronic protocol named after Harald Bluetooth Gormson. ...
The 6-pin and 4-pin FireWire Connectors The alternative ethernet-style cabling used by 1394c FireWire is Apple Inc. ...
Windows XP loading drivers during a Safe Mode bootup A device driver, or a software driver is a specific type of computer software, typically developed to allow interaction with hardware devices. ...
The user interface is the part of a system exposed to users. ...
An example of a web browser (Internet Explorer), displaying the English Wikipedia main page. ...
It has been suggested that Maintenance OS be merged into this article or section. ...
A programming language is an artificial language that can be used to control the behavior of a machine, particularly a computer. ...
API may refer to: In computing, application programming interface In petroleum industry, American Petroleum Institute In education, Academic Performance Index This page concerning a three-letter acronym or abbreviation is a disambiguation page â a navigational aid which lists other pages that might otherwise share the same title. ...
The Internet Protocol (IP) is a data-oriented protocol used for communicating data across a packet-switched internetwork. ...
The Transmission Control Protocol (TCP) is one of the core protocols of the Internet protocol suite, often simply referred to as TCP/IP. Using TCP, applications on networked hosts can create connections to one another, over which they can exchange streams of data using Stream Sockets. ...
User Datagram Protocol (UDP) is one of the core protocols of the Internet protocol suite. ...
HTTP (for HyperText Transfer Protocol) is the primary method used to convey information on the World Wide Web. ...
The Extensible Markup Language (XML) is a general-purpose markup language. ...
Zeroconf or Zero Configuration Networking is a planned IETF protocol for dynamic configuration of network nodes in an IP network. ...
âComputer Networksâ redirects here. ...
A vendor is one who sells something. ...
(DHCP) is a set of rules used by a communications device such as a computer, router or network adapter to allow the device to request and obtain an IP address from a server which has a list of addresses available for assignment. ...
It has been suggested that this article be split into multiple articles. ...
In information processing, a state is the complete set of properties (for example, its energy level, etc. ...
The foundation for UPnP networking is IP addressing. Each device must have a Dynamic Host Configuration Protocol (DHCP) client and search for a DHCP server when the device is first connected to the network. If no DHCP server is available, that is, the network is unmanaged, the device must assign itself an address. If during the DHCP transaction, the device obtains a domain name, for example, through a DNS server or via DNS forwarding, the device should use that name in subsequent network operations; otherwise, the device should use its IP address.
Protocol Discovery Given an IP address, the first step in UPnP networking is discovery. When a device is added to the network, the UPnP discovery protocol allows that device to advertise its services to control points on the network. Similarly, when a control point is added to the network, the UPnP discovery protocol allows that control point to search for devices of interest on the network. The fundamental exchange in both cases is a discovery message containing a few, essential specifics about the device or one of its services, for example, its type, identifier, and a pointer to more detailed information. The UPnP discovery protocol is based on the Simple Service Discovery Protocol (SSDP). Service discovery protocols are network protocols which allow automatic detection of devices and services offered by these devices on a computer network. ...
Simple Service Discovery Protocol (SSDP) is an expired IETF Internet draft by Microsoft and Hewlett-Packard. ...
Description The next step in UPnP networking is description. After a control point has discovered a device, the control point still knows very little about the device. For the control point to learn more about the device and its capabilities, or to interact with the device, the control point must retrieve the device's description from the URL provided by the device in the discovery message. The UPnP description for a device is expressed in XML and includes vendor-specific, manufacturer information like the model name and number, serial number, manufacturer name, URLs to vendor-specific web sites, etc. The description also includes a list of any embedded devices or services, as well as URLs for control, eventing, and presentation. For each service, the description includes a list of the commands, or actions, to which the service responds, and parameters, or arguments, for each action; the description for a service also includes a list of variables; these variables model the state of the service at run time, and are described in terms of their data type, range, and event characteristics. The Extensible Markup Language (XML) is a general-purpose markup language. ...
A serial number is a unique number that is one of a series assigned for identification which varies from its successor or predecessor by a fixed discrete integer value. ...
A website, Web site or WWW site (often shortened to just site) is a collection of webpages, that is, HTML/XHTML documents accessible via HTTP on the Internet; all publicly accessible websites in existence comprise the World Wide Web. ...
An embedded system is a special-purpose computer system, which is completely encapsulated by the device it controls. ...
Command has multiple meanings: An order. ...
In computer science and mathematics, a variable (IPA pronunciation: ) (sometimes called a pronumeral) is a symbolic representation denoting a quantity or expression. ...
In computer science, runtime describes the operation of a computer program, the duration of its execution, from beginning to termination (compare compile time). ...
Control The next step in UPnP networking is control. After a control point has retrieved a description of the device, the control point can send actions to a device's service. To do this, a control point sends a suitable control message to the control URL for the service (provided in the device description). Control messages are also expressed in XML using the Simple Object Access Protocol (SOAP). Like function calls, in response to the control message, the service returns any action-specific values. The effects of the action, if any, are modeled by changes in the variables that describe the run-time state of the service. SOAP (see below for name and origins) is a protocol for exchanging XML-based messages over computer networks, normally using HTTP/HTTPS. SOAP forms the foundation layer of the Web services stack, providing a basic messaging framework that more abstract layers can build on. ...
In computer science, a subroutine (function, procedure, or subprogram) is a sequence of code which performs a specific task, as part of a larger program, and is grouped as one or more statement blocks; such code is sometimes collected into software libraries. ...
Event notification The next step in UPnP networking is event notification, or "eventing". A UPnP description for a service includes a list of actions the service responds to and a list of variables that model the state of the service at run time. The service publishes updates when these variables change, and a control point may subscribe to receive this information. The service publishes updates by sending event messages. Event messages contain the names of one or more state variables and the current value of those variables. These messages are also expressed in XML and formatted using the General Event Notification Architecture (GENA). A special initial event message is sent when a control point first subscribes; this event message contains the names and values for all evented variables and allows the subscriber to initialize its model of the state of the service. To support scenarios with multiple control points, eventing is designed to keep all control points equally informed about the effects of any action. Therefore, all subscribers are sent all event messages, subscribers receive event messages for all "evented" variables that have changed, and event messages are sent no matter why the state variable changed (either in response to a requested action or because the state the service is modeling changed). GENA stands for General Event Notification Architecture. ...
A scenario (from the Italian, that which is pinned to the scenery) is a brief description of an event or a series of events. ...
Presentation The final step in UPnP networking is presentation. If a device has a URL for presentation, then the control point can retrieve a page from this URL, load the page into a web browser, and depending on the capabilities of the page, allow a user to control the device and/or view device status. The degree to which each of these can be accomplished depends on the specific capabilities of the presentation page and device. // Uniform Resource Locator (URL) is a technical, Web-related term used in two distinct meanings: In popular usage, it is a widespread synonym for Uniform Resource Identifier (URI) â many popular and technical texts will use the term URL when referring to URI; Strictly, the idea of a uniform syntax for...
An example of a web browser (Internet Explorer), displaying the English Wikipedia main page. ...
UPnP AV (Audio and Video) standards UPnP AV stands for UPnP Audio and Video, and is a grouping within the UPnP standards supervised by the DLNA (Digital Living Network Alliance), (formely: Digital Home Working Group), which is a forum of vendors and manufacturers who work in the home entertainment industry, and offer a "DLNA CERTIFIED™" branding for those products which follow their Networked Device Interoperability Guidelines. The DLNA forum members "share a vision of a wired and wireless interoperable network of Personal Computers (PC), Consumer Electronics (CE) and mobile devices in the home enabling a seamless environment for sharing and growing new digital media and content services", and is "DLNA is focused on delivering an interoperability framework of design guidelines based on open industry standards to complete the cross-industry digital convergence". On the 12th of July 2006 the UPnP Forum announced the release of 'Enhanced AV Specifications', this release was version 2 of the UPnP Audio and Video specifications (UPnP AV v2), with new MediaServer version 2.0 and MediaRenderer version 2.0 classes. These enhancements are created by adding capabilities to the UPnP AV MediaServer and MediaRenderer device classes that allow a higher level of interoperability between MediaServers and MediaRenderers from different manufacturers. Some of the early device complying to these standards where marketed by Philips under the Streamium brand name. The Digital Living Network Alliance (DLNA), (formerly: Digital Home Working Group), is an international, cross-industry collaboration of consumer electronics, computing industry and mobile device companies. ...
The Digital Living Network Alliance (DLNA), (formerly: Digital Home Working Group), is an international, cross-industry collaboration of consumer electronics, computing industry and mobile device companies. ...
Plug and Play is a term used in the computer field to describe a computers ability to have new devices, normally peripherals, added to it without having to restart the computer. ...
Philips HQ in Amsterdam Koninklijke Philips Electronics N.V. (Royal Philips Electronics N.V.), usually known as Philips, (Euronext: PHIA, NYSE: PHG) is one of the largest electronics companies in the world, founded and headquartered in the Netherlands. ...
Categories: Pages on votes for deletion | Stub ...
UPnP AV components - UPnP MediaServer DCP - which is the UPnP-server (a 'slave' device) that share/stream media-data (like audio/video/picture/files) to UPnP-clients on the network).
- UPnP MediaServer ControlPoint - which is the UPnP-client (a 'master' device) that can auto-detect UPnP-servers on the network to browse and stream media/data-files from them.
- UPnP MediaRenderer DCP - which is a 'slave' device that can render content.
- UPnP RenderingControl DCP - control MediaRenderer settings; volume, brightness, RGB, sharpness, and more).
- UPnP Remote User Interface (RUI) client/server - which sends/receives control-commands between the UPnP-client and UPnP-server over network, (like record, schedule, play, pause, stop, etc.).
- QoS (Quality of Service) - an is an important (but not mandatory) service function for use with UPnP AV (Audio and Video). QoS (Quality of Service) refers to control mechanisms that can provide different priority to different users or data flows, or guarantee a certain level of performance to a data flow in accordance with requests from the application program. Since UPnP AV is mostly to deliver streaming media that is often near real-time or real-time audio/video data which it is critical to be delivered within a specific time or the stream is interrupted. QoS (Quality of Service) guarantees are especially important if the network capacity is limited, for example public networks, like the internet.
- QoS (Quality of Service) for UPnP consist of Sink Device (client-side/front-end) and Source Device (server-side/back-end) service functions. With classes such as; Traffic Class that indicates the kind of traffic in the traffic stream, (for example, audio or video). Traffic Identifier (TID) which identifies data packets as belonging to a unique traffic stream. Traffic Specification (TSPEC) which contains a set of parameters that define the characteristics of the traffic stream, (for example operating requirement and scheduling). Traffic Stream (TS) which is a unidirectional flow of data that originates at a source device and terminates at one or more sink device(s).
The Consumer Electronics Association (CEA) is the industry organization for the consumer electronics industry in the United States. ...
A screenshot of a web page. ...
For other senses of this word, see protocol. ...
A software framework is a reusable design for a software system (or subsystem). ...
This article or section is in need of attention from an expert on the subject. ...
The user interface is the part of a system exposed to users. ...
A screenshot of a web page. ...
This article or section is in need of attention from an expert on the subject. ...
An example of a web browser (Internet Explorer), displaying the English Wikipedia main page. ...
The Consumer Electronics Association (CEA) is the industry organization for the consumer electronics industry in the United States. ...
Ethernet is a large, diverse family of frame-based computer networking technologies that operates at many speeds for local area networks (LANs). ...
HTML, short for Hypertext Markup Language, is the predominant markup language for the creation of web pages. ...
In the fields of packet-switched networks and computer networking, the traffic engineering term Quality of Service (QoS) refers to control mechanisms that can provide different priority to different users or data flows, or guarantee a certain level of performance to a data flow in accordance with requests from the...
Streaming media is multimedia that is continuously received by, and normally displayed to, the end-user while it is being delivered by the provider. ...
The term near real time pertains to the delay introduced, by automated data processing or network transmission, between the occurrence of an event and the use of the processed data, for display or feedback and control purposes. ...
In the fields of packet-switched networks and computer networking, the traffic engineering term Quality of Service (QoS) refers to control mechanisms that can provide different priority to different users or data flows, or guarantee a certain level of performance to a data flow in accordance with requests from the...
In the fields of packet-switched networks and computer networking, the traffic engineering term Quality of Service (QoS) refers to control mechanisms that can provide different priority to different users or data flows, or guarantee a certain level of performance to a data flow in accordance with requests from the...
In object-oriented programming, a class is a programming language construct that is used to group related instance variables and methods. ...
NAT traversal UPnP comes with a solution for NAT (Network Address Translation) traversal: IGD (Internet Gateway Device) protocol. NAT traversal for UPnP enables UPnP packages to pass through a router or firewall without problems and without user interaction, (that is if that router or firewall supports NAT). NAT traversal refers to a solution to the common problem in TCP/IP networking of establishing connections between hosts in private TCP/IP networks which use NAT devices. ...
Universal Plug and Play (UPnP) comes with a solution for Network Address Translation (NAT) traversal. ...
Cisco 1800 Router A router is a device that finds the proper place for megabyte to fly between random watsasfnblksjglawbsj, and forwards data packets to the next device along this path. ...
Firewall may refer to: Firewall (construction), a physical barrier inside a building or vehicle, designed to limit the spread of fire, heat and structural collapse Firewall (networking), a logical barrier designed to prevent unauthorized or unwanted communications between sections of a computer network Firewall (film), a 2006 action film written...
Cisco 1800 Router A router is a device that finds the proper place for megabyte to fly between random watsasfnblksjglawbsj, and forwards data packets to the next device along this path. ...
Firewall may refer to: Firewall (construction), a physical barrier inside a building or vehicle, designed to limit the spread of fire, heat and structural collapse Firewall (networking), a logical barrier designed to prevent unauthorized or unwanted communications between sections of a computer network Firewall (film), a 2006 action film written...
In Computer Networking, the process of Network Address Translation (NAT, also known as Network Masquerading, Native Address Translation or IP Masquerading) involves re-writing the source and/or destination addresses of IP packets as they pass through a Router or firewall. ...
Problems with UPnP - UPnP uses HTTP over UDP (known as HTTPU and HTTPMU for unicast and multicast), even though this is not standardized and is specified only in an Internet-Draft that expired in 2001. [1]
- UPnP does not have a lightweight authentication protocol, while the available security protocols are complex. As a result, many UPnP devices ship with UPnP turned off by default as a security measure.
Internet Drafts (IDs) are a series of documents published by the IETF. They are drafts for RFCs. ...
Future developments The standard Devices Profile for Web Services or short DPWS, is a candidate successor for UPnP. It solves many of the problems of UPnP. A DPWS client is included in Microsoft Windows Vista as part of the Windows Rally technologies. There are very few or no other articles that link to this one. ...
Windows Vista is the scheduled next version of Microsoft Windows operating system, superseding Windows XP. It was previously known by its codename Longhorn, after the Longhorn Saloon, a popular bar (pub) in Whistler, British Columbia. ...
Windows Rally is a set of technologies from Microsoft to simplify the setup and maintenance of wired and wireless network-connected devices and ensure reliable, secure and high-quality connectivity for users who connect the devices to the Internet or to computers running the Microsoft Windows operating system. ...
UPnP AV MediaServers UPnP AV MediaServers store and share digital media, such as photographs, movies, or music. There are UPnP MediaServers available for most operating-systems and many hardware-platforms. UPnP AV MediaServers can either be categorized as software-based or hardware-based. Software-based UPnP AV MediaServers can be run on PCs (Personal-Computers), mainly on Microsoft Windows, Linux, BSD, Unix or Mac OS X. Hardware-based UPnP AV MediaServers may run on any NAS (Network Attached Storage) devices or any specific hardware for delivering media, such as a PVR (Personal Video Recorder). Currently, there are more software-based UPnP AV MediaServers than there are hardware-based, but chances are that will change in the future. It has been suggested that Maintenance OS be merged into this article or section. ...
Computer software (or simply software) refers to one or more computer programs and data held in the storage of a computer for some purpose. ...
For other uses, see Hardware (disambiguation). ...
A personal computer (PC) is a computer whose price, size, and capabilities make it useful for individuals. ...
To meet Wikipedias quality standards, the lead section of this article may need to be expanded. ...
Linux (IPA pronunciation: ) is a Unix-like computer operating system. ...
BSD redirects here; for other uses see BSD (disambiguation). ...
Filiation of Unix and Unix-like systems Unix (officially trademarked as UNIX®) is a computer operating system originally developed in 1969 by a group of AT&T employees at Bell Labs including Ken Thompson, Dennis Ritchie and Douglas McIlroy. ...
Mac OS X (official IPA pronunciation: ) is a line of proprietary, graphical operating systems developed, marketed, and sold by Apple Inc. ...
Network-attached storage (NAS) systems are generally computing-storage devices that can be accessed over a computer network, rather than directly being connected to the computer (via a computer bus). ...
Foxtel IQ, a digital video recorder and a satellite cable set-top box. ...
UPnP AV MediaServer software - XBMC (Xbox Media Center), a free, open-source software media-player/media-center for Microsoft's Xbox game-console.
- Windows Media Connect from Microsoft - free UPnP AV MediaServer and control point (server and client) for Microsoft Windows
- FreeNAS, a free operating-system/software, enabling you to turn any x86-based computer into a dedicated stand-alone NAS (Network-Attached Storage) device. (FreeNAS UPnP server code is from the Portable Universal Plug and Play (UPnP) SDK project).
- AwoX mediaCTRL, a commercial DLNA 1.5 Controller, Renderer and Server for Microsoft Windows.
- MythTV, an open source HTPC and PVR software for Linux, with a built-in UPnP AV MediaServer.
- SnapStream Beyond TV (BTV), a commercial Media Control/Renderer/Server and PVR software for Windows.
- Musicmatch Jukebox, a commercial MediaServer UPnP MediaServer and music-player for Windows, (also features media organizing functionality).
- Rhapsody, by RealNetworks, a commercial UPnP MediaServer (with a online music service) for Win/Mac, (Rhapsody requires an WMDRM-ND encrypted DRM connection).
- PyMedS, a free open source Python UPnP MediaServer for Windows/Mac OS X/Linux/UNIX.
- GeeXboX, an opensource lightweight Media center has uShare for Linux.
- MediaTomb - free, open source (GPL) UPnP AV MediaServer for Linux, Mac OS X, FreeBSD and Cygwin which also runs on NAS devices. Allows users to define a custom container layout by the means of JavaScript, has a nice AJAX based UI.
- TwonkyMedia - Commercial and light-weight UPnP AV Server for Windows, Linux and embedded systems. Can be installed for instance on an NSLU2.
- Nero MediaHome - Commercial media-player/media-center software for Windows which is shipped as part of the Nero product suite, it includes a UPnP AV Server (and a UPnP AV Client). The latest version is able to capture and stream live TV and transcodes all common source file formats in real-time to other UPnP AV Clients via the UPnP AV Server.
- Fuppes - free open source UPnP MediaServer, supports transcoding of diverse audio formats to mp3. Only directory browsing supported.
- TVersity - free closed source UPnP MediaServer, currently in beta, which allows on-the-fly transcoding to wmv.
- SimpleCenter is a Java-based UPnP AV MediaServer for windows
- Philips Media Manager is a free closed source UPnP AV MediaServer for Windows and Macintosh that is based on Streamium
- vp UPnP MediaServer, a free feature rich UPnP AV MediaServer for windows written in C# (needs .Net 2.0 installed)
- TVedia closed source UPnP MediaServer/Client
- FreeNAS, a free operating-system/software, enabling you to turn any x86-based computer into a dedicated stand-alone NAS (Network-Attached Storage) device. (FreeNAS UPnP server code is from the Portable Universal Plug and Play (UPnP) SDK project).
Xbox Media Center (aka XBMC) is a feature-rich open source media player for the Xbox that many have called a killer app. ...
This article is about media players in general. ...
A media center system A media center is a computer adapted for playing music, watching movies and viewing pictures stored on a local harddrive or on a (sometimes wireless) network, watching DVD movies and often for watching and recording television broadcasts. ...
The Xbox is a sixth generation era video game console produced by Microsoft Corporation. ...
The GNU logo For other uses of GPL, see GPL (disambiguation). ...
Windows Media Connect (WMC) is a Microsoft technique for sharing media content on (mostly in-home) networks. ...
Microsoft Corporation, (NASDAQ: MSFT, HKSE: 4338) is a multinational computer technology corporation with global annual revenue of US$44. ...
To meet Wikipedias quality standards, the lead section of this article may need to be expanded. ...
Windows Media Connect (WMC) is a Microsoft technique for sharing media content on (mostly in-home) networks. ...
Windows Media Player (WMP) is a digital media player and media library application developed by Microsoft that is used for playing audio, video and images on personal computers running the Microsoft Windows operating system, as well as on Pocket PC and Windows Mobile-based devices. ...
Windows XP is a line of operating systems developed by Microsoft for use on general-purpose computer systems, including home and business desktops, notebook computers, and media centers. ...
Windows Media Connect (WMC) is a Microsoft technique for sharing media content on (mostly in-home) networks. ...
Windows Media Player (WMP) is a proprietary software digital media player and media library application developed by Microsoft that is used for playing audio, video and images on personal computers running the Microsoft Windows operating system, as well as on Pocket PC and Windows Mobile-based devices. ...
Windows XP is a line of operating systems developed by Microsoft for use on general-purpose computer systems, including home and business desktops, notebook computers, and media centers. ...
Windows Media Connect (WMC) is a Microsoft technique for sharing media content on (mostly in-home) networks. ...
Windows Vista is a line of graphical operating systems used on personal computers, including home and business desktops, notebook computers, Tablet PCs, and media centers. ...
Windows Media Player (WMP) is a proprietary software digital media player and media library application developed by Microsoft that is used for playing audio, video and images on personal computers running the Microsoft Windows operating system, as well as on Pocket PC and Windows Mobile-based devices. ...
FreeNAS is a free NAS (Network-attached storage) server, supporting: CIFS (Samba), FTP, NFS, rsync, AFP protocols, S.M.A.R.T., local user authentication, and software RAID (0,1,5), with a web-based configuration interface. ...
x86 or 80x86 is the generic name of a microprocessor architecture first developed and manufactured by Intel. ...
MythTV is a Linux application that turns a computer with the necessary hardware into a digital video recorder, a digital multimedia home entertainment system, or Home Theater Personal Computer. ...
A Home Theater PC (or HTPC) is a computer that is used to replace components in a home theater system. ...
Foxtel IQ, a digital video recorder and a satellite cable set-top box. ...
BeyondTV is PVR/media center software for Microsoft Windows produced by the american company SnapStream. ...
Foxtel IQ, a digital video recorder and a satellite cable set-top box. ...
Y!Music Musicmatch Jukebox, made by Yahoo! Musicmatch, Inc, is an audio player that manages a digital audio library. ...
Rhapsody is an online music service run by RealNetworks. ...
Windows Media DRM is a digital rights management service for the Windows Media platform. ...
GeeXboX is a free Linux distribution providing a media center software suite for personal computers. ...
A media center system A media center is a computer adapted for playing music, watching movies and viewing pictures stored on a local harddrive or on a (sometimes wireless) network, watching DVD movies and often for watching and recording television broadcasts. ...
The GNU logo For other uses of GPL, see GPL (disambiguation). ...
Linux (IPA pronunciation: ) is a Unix-like computer operating system. ...
Mac OS X (official IPA pronunciation: ) is a line of proprietary, graphical operating systems developed, marketed, and sold by Apple Inc. ...
FreeBSD is a Unix-like free operating system descended from AT&T UNIX via the Berkeley Software Distribution (BSD) branch through the 386BSD and 4. ...
Cygwin (pronounced ) is a collection of free software tools originally developed by Cygnus Solutions to allow various versions of Microsoft Windows to act similar to a Unix system. ...
Samba Network Icon Network-attached storage (NAS) is the name given to dedicated data storage technology which can be connected directly to a computer network to provide centralized data access and storage to heterogeneous network clients. ...
It has been suggested that Client-side JavaScript be merged into this article or section. ...
// Ajax (mythology), also known as Telamonian Ajax or Ajax the Great, a Greek hero and legendary king of Salamis who plays an important role in Homers Iliad Ajax the Lesser, or Oilean Ajax, a Greek hero and legendary king of Locris who appears in Homers Iliad Ajax (Sophocles...
The user interface is the part of a system exposed to users. ...
The NSLU2 The NSLU2 is a device made by Linksys for making USB Flash memory or hard disk devices accessible over a network (NAS). ...
This article is about media players in general. ...
A media center system A media center is a computer adapted for playing music, watching movies and viewing pictures stored on a local harddrive or on a (sometimes wireless) network, watching DVD movies and often for watching and recording television broadcasts. ...
Typical SimpleCenter audio playback session SimpleCenter is a Java-based media player for Microsoft Windows. ...
Philips HQ in Amsterdam Koninklijke Philips Electronics N.V. (Royal Philips Electronics N.V.), usually known as Philips, (Euronext: PHIA, NYSE: PHG) is one of the largest electronics companies in the world, founded and headquartered in the Netherlands. ...
Categories: Pages on votes for deletion | Stub ...
FreeNAS is a free NAS (Network-attached storage) server, supporting: CIFS (Samba), FTP, NFS, rsync, AFP protocols, S.M.A.R.T., local user authentication, and software RAID (0,1,5), with a web-based configuration interface. ...
x86 or 80x86 is the generic name of a microprocessor architecture first developed and manufactured by Intel. ...
UPnP AV MediaServer hardware - Xbox game-console with XBMC (Xbox Media Center) software, which is a free open-source software multimedia-player.
- ICY BOX IB-NAS1000, smal SOHO NAS with a 30 days trial version of TwonkyMedia (can be activated for lifetime)
- ICY BOX IB-NAS2000, smal SOHO NAS with 30 days trial version of TwonkyMedia (can be activated for lifetime)
- NSLU2, a hacked/modded version running ushare (a free open source UPnP MediaServer for Linux), (connect USB 2.0 drives to the NSLU2 and share).
- HP Media Vault,wikipedia entry a NAS box from HP has a built-in UPnP AV server.
- UPnP Home Automation system, UPnP domotics.
- Infrant ReadyNAS NV+, a NAS box from Infrant Technologies that supports UPnP AV.
- DLink - DNS-323 and DSM-G600, NAS boxes from D-Link that support UPnP AV.
- Linksys WRTSL54GS, All-in-one internet-sharing router, access point, and network storage link.
- Synology DS-106 Disk Station, a NAS from Synology that supports UPnP AV.
- Maxtor Shared Storage Plus drive includes a built-in Mediabolic UPnP server. The Twonky UPnP server is also available for this drive.
The Xbox is a sixth generation era video game console produced by Microsoft Corporation. ...
Xbox Media Center (aka XBMC) is a feature-rich open source media player for the Xbox that many have called a killer app. ...
The GNU logo For other uses of GPL, see GPL (disambiguation). ...
The NSLU2 The NSLU2 is a device made by Linksys for making USB Flash memory or hard disk devices accessible over a network (NAS). ...
HP Media Vault // The Media Vault is manufactured by HP and comes in two flavors. ...
UPnP AV clients (ControlPoint) UPnP MediaServer ControlPoint is the UPnP-client (a 'master' device) that function as digital audio/video players, which can auto-detect UPnP-servers on the network to browse and stream media/data-files from them.
UPnP control points and player software - Playstation 3 game-console with OS version 1.8 or later.
- XBMC (Xbox Media Center), a free, open-source software media-player/media-center for Microsoft's Xbox game-console.
- InterVideo WinDVD, a commercial DVD-Video and video-files playback software for Windows.
- CyberLink PowerDVD, a commercial DVD-Video and video-files playback software for Windows.
- AwoX mediaCTRL, a commercial DLNA 1.5 Controller, Renderer and Server for Microsoft Windows.
- Musicmatch Jukebox, a commercial MediaServer UPnP MediaServer and music-player for Microsoft Windows.
- Yahoo! Music Jukebox, a free MediaServer UPnP MediaServer and music-player for Microsoft Windows.
- VideoLAN Network Client (VLC), a free, open-source and cross-platform media player that has a UPnP-client (via the CyberLink UPnP plugin).
- Winamp, a free media player for Microsoft Windows, using the commercial On2Share UPnP plug-in.
- Windows Media Player, included with Windows, using the free Windows Media Connect or the commercial On2Share UPnP plug-in.
- GeeXboX, an open source lightweight Media center Livecd no installation required.
- Cidero, an open source UPnP Control Point and an UPnP internet radio gateway.
- Nero MediaHome - Commercial media-player/media-center software for Windows which is shipped as part of the Nero product suite, it includes a UPnP AV Client (and a UPnP AV Server). The latest version is able to capture and stream live TV and transcodes all common source file formats in real-time to other a UPnP AV Clients via the UPnP AV Server.
- Nero ShowTime a commercial media-player.
- Windows Media Connect from Microsoft - free UPnP AV MediaServer and Control Point (server and client) for Microsoft Windows
The PlayStation 3 , trademarked PLAYSTATION®3,[3] commonly abbreviated PS3) is the third home video game console produced by Sony Computer Entertainment; successor to the PlayStation 2. ...
Xbox Media Center (aka XBMC) is a feature-rich open source media player for the Xbox that many have called a killer app. ...
This article is about media players in general. ...
A media center system A media center is a computer adapted for playing music, watching movies and viewing pictures stored on a local harddrive or on a (sometimes wireless) network, watching DVD movies and often for watching and recording television broadcasts. ...
The Xbox is a sixth generation era video game console produced by Microsoft Corporation. ...
The GNU logo For other uses of GPL, see GPL (disambiguation). ...
WinDVD (from InterVideo, which has been bought by Corel Corporation) is a commercial video player and music player software for Microsoft Windows. ...
The DVD-Video format logo. ...
PowerDVD (from CyberLink) is a commercial video player and music player software for Microsoft Windows. ...
The DVD-Video format logo. ...
Y!Music Musicmatch Jukebox, made by Yahoo! Musicmatch, Inc, is an audio player that manages a digital audio library. ...
Yahoo! Music Jukebox is a free music player released by Yahoo! in 2005. ...
VideoLAN is a software development project comprising two multi-platform computer programsâVLC media player and VideoLAN Server (VLS)âand several audio/video decoding and decryption libraries. ...
Winamp is a proprietary media player written by Nullsoft, a subsidiary of Time Warner. ...
Windows Media Player (WMP) is a digital media player and media library application developed by Microsoft that is used for playing audio, video and viewing images on personal computers running the Microsoft Windows operating system, as well as on Pocket PC and Windows Mobile-based devices. ...
1. ...
Windows Media Connect (WMC) is a Microsoft technique for sharing media content on (mostly in-home) networks. ...
GeeXboX is a free Linux distribution providing a media center software suite for personal computers. ...
A media center system A media center is a computer adapted for playing music, watching movies and viewing pictures stored on a local harddrive or on a (sometimes wireless) network, watching DVD movies and often for watching and recording television broadcasts. ...
Gnoppix 0. ...
This article is about media players in general. ...
A media center system A media center is a computer adapted for playing music, watching movies and viewing pictures stored on a local harddrive or on a (sometimes wireless) network, watching DVD movies and often for watching and recording television broadcasts. ...
This article is about media players in general. ...
Windows Media Connect (WMC) is a Microsoft technique for sharing media content on (mostly in-home) networks. ...
Microsoft Corporation, (NASDAQ: MSFT, HKSE: 4338) is a multinational computer technology corporation with global annual revenue of US$44. ...
To meet Wikipedias quality standards, the lead section of this article may need to be expanded. ...
Windows Media Connect (WMC) is a Microsoft technique for sharing media content on (mostly in-home) networks. ...
Windows Media Player (WMP) is a digital media player and media library application developed by Microsoft that is used for playing audio, video and images on personal computers running the Microsoft Windows operating system, as well as on Pocket PC and Windows Mobile-based devices. ...
Windows XP is a line of operating systems developed by Microsoft for use on general-purpose computer systems, including home and business desktops, notebook computers, and media centers. ...
Windows Media Connect (WMC) is a Microsoft technique for sharing media content on (mostly in-home) networks. ...
Windows Media Player (WMP) is a proprietary software digital media player and media library application developed by Microsoft that is used for playing audio, video and images on personal computers running the Microsoft Windows operating system, as well as on Pocket PC and Windows Mobile-based devices. ...
Windows XP is a line of operating systems developed by Microsoft for use on general-purpose computer systems, including home and business desktops, notebook computers, and media centers. ...
Windows Media Connect (WMC) is a Microsoft technique for sharing media content on (mostly in-home) networks. ...
Windows Vista is a line of graphical operating systems used on personal computers, including home and business desktops, notebook computers, Tablet PCs, and media centers. ...
Windows Media Player (WMP) is a proprietary software digital media player and media library application developed by Microsoft that is used for playing audio, video and images on personal computers running the Microsoft Windows operating system, as well as on Pocket PC and Windows Mobile-based devices. ...
UPnP control point hardware - Philips RC9800i
- Philips Streamium range of products
Categories: Pages on votes for deletion | Stub ...
UPnP media render hardware - Playstation 3 game-console with OS version 1.8 or later.
- Xbox game-console with XBMC (Xbox Media Center) software, which is a free open-source software multimedia-player.
- Xbox 360 game-console through the Xbox 360 Dashboard
- PlayStation 3 game-console through the Cross Media Bar[2]
- Buffalo Technology LinkTheater™ DVD (PC-P3LWG/DVD), a (wireless) networked High-Definition DVD and video/music-files player in standalone set-top design.
- Buffalo Technology LinkTheater™ A&G ()PC-P4LWAG, a (wireless) networked High-Definition video/music-files player in standalone set-top design.
- D-Link MediaLounge DSM-750, a (wireless) networked High-Definition video/music player in standalone set-top design.
- D-Link MediaLounge DSM-520, a (wireless) networked High-Definition video/music player in standalone set-top design.
- D-Link MediaLounge DSM-510, a (wireless) networked High-Definition video/music player in standalone set-top design.
- D-Link MediaLounge DSM-320RD, a (wireless) networked DVD and video/music-files player in standalone set-top design.
- D-Link MediaLounge DSM-320, a (wireless) networked video/music-files player in standalone set-top design.
- GoVideo D2730 Networked DVD, a networked DVD-Video player in standalone set-top design.
- Helios Z1000, a networked in standalone set-top design.
- Helios X3000, a networked High-Definition DVD-Video player in standalone set-top design.
- Helios X5000, a networked High-Definition DVD-Video player and Audio system in standalone set-top design.
- NETGEAR Digital Entertainer HD EVA8000, a (wireless) networked High-Definition video/music/foto/youTube/RSS feeds playing standalone Media Player with 1080P HDMI interface.
- Roku SoundBridge M2000, a small (wireless) networked music player.
- Roku SoundBridge M1001, a small (wireless) networked music player.
- Roku SoundBridge Radio M1000, a small (wireless) networked music player.
- Roku SoundBridge M500, a small (wireless) networked music player.
- Zensonic Z500, a (wireless) networked High-Definition DVD and video/music-files player in standalone set-top design.
- Ziova CS505, a (wireless) networked High-Definition DVD and video/music-files player in standalone set-top design.
- Ziova CS510, a (wireless) networked High-Definition video/music-files player in standalone set-top design.
The PlayStation 3 , trademarked PLAYSTATION®3,[3] commonly abbreviated PS3) is the third home video game console produced by Sony Computer Entertainment; successor to the PlayStation 2. ...
The Xbox is a sixth generation era video game console produced by Microsoft Corporation. ...
Xbox Media Center (aka XBMC) is a feature-rich open source media player for the Xbox that many have called a killer app. ...
The GNU logo For other uses of GPL, see GPL (disambiguation). ...
It has been suggested that Xbox 360 Elite be merged into this article or section. ...
The PlayStation 3 , trademarked PLAYSTATION®3,[3] commonly abbreviated PS3) is the third home video game console produced by Sony Computer Entertainment; successor to the PlayStation 2. ...
Cross Media Bar (or XMB GUI) is a GUI system developed by Sony. ...
See also Image File history File links Broom_icon. ...
Zeroconf or Zero Configuration Networking is a set of techniques that automatically create a usable IP network without configuration or special servers. ...
Bonjour, formerly Rendezvous, is Apple Inc. ...
NAT Port Mapping Protocol (NAT-PMP) is an Internet Engineering Task Force Internet Draft, introduced by Apple Computer as an alternative to the more common UPnP (Universal Plug and Play) protocol implemented in many network address translation (NAT) routers. ...
Jini⢠(pronounced like genie) is a network architecture for the construction of distributed systems where scale, rate of change and complexity of interactions within and between networks are extremely important and cannot be satisfactorily addressed by existing technologies. ...
The simple network management protocol (SNMP) forms part of the internet protocol suite as defined by the Internet Engineering Task Force (IETF). ...
The OSGi Alliance (formerly known as the Open Services Gateway initiative - now an obsolete name) is an open standards organization founded in March 1999. ...
The Service Location Protocol (SLP, srvloc) allows computers and other devices to find services in a local area network without prior configuration. ...
Salutation in computing is a technique for service discovery and service management. ...
In computing, Common Object Request Broker Architecture (CORBA) is a standard for software componentry, created and controlled by the Object Management Group (OMG). ...
Service discovery protocols are network protocols which allow automatic detection of devices and services offered by these devices on a computer network. ...
File Area Networking refers to various methods of sharing files over a network such as storage devices connected to a file server or Network-attached storage. ...
In computing, a storage area network (SAN) is an architecture to attach remote computer storage devices such as disk array controllers, tape libraries and CD arrays to servers in such a way that to the operating system the devices appear as locally attached devices. ...
Network-attached storage (NAS) systems are generally computing-storage devices that can be accessed over a computer network, rather than directly being connected to the computer (via a computer bus). ...
This is an incomplete list of individual network protocols, categorized by their nearest OSI model layers. ...
For other senses of this word, see protocol. ...
In computing, network architecture is the design of a computer network. ...
A connection-oriented networking protocol is one which identifies traffic flows by some connection identifier rather than by explicitly listing source and destination addresses. ...
In telecommunications, connectionless describes communication between two network end points in which a message can be sent from one end point to another without prior arrangement. ...
In data networking and queueing theory, network congestion occurs when incremental increases in offered load lead either only to small increases in network throughput, or to an actual reduction in network throughput. ...
A tunneling protocol is a network protocol which encapsulates one protocol or session inside another. ...
References - UPnP™ Forum Universal Plug and Play Device Standards
- Golden G. Richard: Service and Device Discovery : Protocols and Programming, McGraw-Hill Professional, ISBN 0-07-137959-2
- Michael Jeronimo, Jack Weast: UPnP Design by Example: A Software Developer's Guide to Universal Plug and Play, Intel Press, ISBN 0-9717861-1-9
- ^ Web4CE (CEA 2014) for UPnP Remote UI (www.ce.org/standards).
- ^ Latest PLAYSTATION®3 Firmware Update Adds Upscaling for PlayStation®/PlayStation®2 Games and DVD Movies. Sony Computer Entertainment America (2007). Retrieved on 2007-05-24.
Year 2007 (MMVII) is the current year, a common year starting on Monday of the Gregorian calendar and the AD/CE era. ...
is the 144th day of the year (145th in leap years) in the Gregorian calendar. ...
External links Documentation - UPnP™ Forum
- DLNA (Digital Living Network Alliance)
- The Jini, Vision
- technique comparison
- Microsoft WHDC UPnP webpage & links
- Universal Plug and Play in Windows XP
News - Security firm predicts Microsoft Windows UPnP exploit by the end of the week at The Inquirer (Wednesday, 11 April 2007)
- Microsoft security updates for April 2007 to fix the above Microsoft Windows UPnP security issue.
|