SMPTE ST 2071-1-2014 Media Device Control Discovery (MDCD).pdf
《SMPTE ST 2071-1-2014 Media Device Control Discovery (MDCD).pdf》由会员分享,可在线阅读,更多相关《SMPTE ST 2071-1-2014 Media Device Control Discovery (MDCD).pdf(85页珍藏版)》请在麦多课文档分享上搜索。
1、 Copyright 2014 by THE SOCIETY OF MOTION PICTURE AND TELEVISION ENGINEERS 3 Barker Avenue, White Plains, NY 10601 (914) 761-1100 Approved May 13, 2014 Table of Contents Page Foreword . 3 Intellectual Property 3 Introduction 3 1 Scope 5 2 Conformance Notation 5 3 Normative References 6 4 Identity . 6
2、 4.1 Media Device Control Resource Name . 6 4.2 Uniform Device Name (UDN) 8 4.3 Uniform Service Name (USN) . 8 4.4 Uniform Media Name (UMN) 9 4.5 Uniform Capability Name (UCN) . 10 4.6 Namespace Names . 11 5 Directories . 12 5.1 Registries 12 5.2 Load Balancing and Fault Tolerance 12 6 Signals. 13 6
3、.1 Polling 13 6.2 Asynchronous Callback. 13 7 Capability-Based Programming 13 7.1 Capability Interfaces 14 8 Services 15 8.1 Service Factory . 15 8.2 Service Directory . 15 8.3 Service Registry 15 8.4 Service Templates 15 9 Devices 16 9.1 Device Directory 16 9.2 Device Registry . 16 9.3 Device Hiera
4、rchy . 16 10 Modes 17 Page 1 of 85 pages SMPTE ST 2071-1:2014 Revision of SMPTE ST 2071-1:2012 SMPTE STANDARD Media Device Control Framework (MDCF) SMPTE ST 2071-1:2014 Page 2 of 85 pages 11 Media 17 11.1 Media Assets . 17 11.2 Material Assets 17 11.3 Media Files 18 11.4 Media Instances 18 11.5 Medi
5、a Containers . 18 11.6 Media Bundles 18 11.7 Media Pointers and Segments . 18 11.8 Media Directory 18 12 Query Expressions and Query Syntax . 19 12.1 Attribute Designation 20 13 Delegation of Control 21 13.1 Acquiring a Session 21 13.2 Exclusive Locking . 21 13.3 Requesting a Session . 22 13.4 Reque
6、sting an Exclusive Lock . 22 13.5 Administration of Sessions and Locks 23 14 Authentication / Authorization . 24 14.1 Authentication . 24 14.2 Authentication Sequence 24 14.3 Security Layer . 25 14.4 Authentication Servers . 25 14.5 Permissions 25 15 Data and Operation Model . 26 15.1 Identity . 26
7、15.2 Status and Events . 29 15.3 Service Framework 33 15.4 Device Framework . 37 15.5 Session and Lock Management (Delegation of Control) . 41 15.6 Modes Framework . 46 15.7 Media Framework 48 15.8 Data Types 53 15.9 Querying Expression Syntax Object Notation . 57 15.10 Security Framework . 61 Annex
8、 A Bibliography (Informative) 66 Annex B Glossary (Normative) . 67 Annex C Complete MDCF UML (Normative) . 69 Annex D MDCF IDL (Informative) . 70 SMPTE ST 2071-1:2014 Page 3 of 85 pages Foreword SMPTE (the Society of Motion Picture and Television Engineers) is an internationally-recognized standards
9、 developing organization. Headquartered and incorporated in the United States of America, SMPTE has members in over 80 countries on six continents. SMPTEs Engineering Documents, including Standards, Recommended Practices, and Engineering Guidelines, are prepared by SMPTEs Technology Committees. Part
10、icipation in these Committees is open to all with a bona fide interest in their work. SMPTE cooperates closely with other standards-developing organizations, including ISO, IEC and ITU. SMPTE Engineering Documents are drafted in accordance with the rules given in its Standards Operations Manual. SMP
11、TE ST 2071-1 was prepared by Technology Committee 34CS. Intellectual Property At the time of publication no notice had been received by SMPTE claiming patent rights essential to the implementation of this Engineering Document. However, attention is drawn to the possibility that some of the elements
12、of this document may be the subject of patent rights. SMPTE shall not be held responsible for identifying any or all such patent rights. Introduction This section is entirely informative and does not form an integral part of this Engineering Document. Since the inception of media devices there has b
13、een a continual need for a standardized means of controlling them. This need led to the initial creation of protocols such as de-facto, manufacturer based, serial RS-422 control on a 9-pin “D” connector, and later VDCP. However, unfortunately as technologies advanced and media devices became attache
14、d to Internet Protocol networks, these methods were replaced with proprietary solutions. This Media Device Control suite of standards is intended to address this issue and deliver the same level of interoperability as its predecessors, using Internet Protocol, with provisions for extensibility and a
15、daptability. Both device and media control standardization are included in this document. This suite of standards presents media in a fashion similar to that of a POSIX file system, allowing media to be searched and manipulated without regard to its physical location. This document contains the spec
16、ification of the core Media Device Control Framework (MDCF) and is Part 1 of a series of documents that define the complete Media Device Control over IP specification. All subsequent documents describe applications of or extensions to this framework, such as the wire protocols and/or additional devi
17、ce interfaces. The diagrams below depict how a client interacts with the MDC system to play media. Figure 1 Using MDC Directories to Play Media illustrates the flow a client would follow to search for devices and media, while Figure 2 Directly Connecting to the Play device depicts a client that has
18、implicit knowledge about a device and accesses the device directly, without the use of the directories. SMPTE ST 2071-1:2014 Page 4 of 85 pages Figure 1 Using MDC Directories to Play Media Figure 2 Directly Connecting to the Play Device SMPTE ST 2071-1:2014 Page 5 of 85 pages 1 Scope This document i
19、s Part 1 of a series of documents that specify the concepts, data structures and operations required to control modern media devices. This document presents a platform agnostic model that can in turn be adapted to any protocol, platform and/or architecture, for the purpose of machine level control o
20、f media devices on Internet Protocol networks. Further documents in this series will supply protocol and platform specific adaptations of this model. The Media Device Control (MDC) suite of standards addresses the low level, atomic operations needed to control media devices over the Internet Protoco
21、l, in a deterministic, low-latency manner. MDC is designed to bridge the gap between workflow level interfaces and the physical hardware and is intended for use on private networks, with sufficient bandwidth and bounded latency. While the control of devices over the Internet may be inherently suppor
22、ted, it is not recommended for low-latency applications, due to the unpredictable nature of public, general-purpose, networks. 2 Conformance Notation Normative text is text that describes elements of the design that are indispensable or contains the conformance language keywords: “shall“, “should“,
23、or “may“. Informative text is text that is potentially helpful to the user, but not indispensable, and can be removed, changed, or added editorially without affecting interoperability. Informative text does not contain any conformance keywords. All text in this document is, by default, normative, ex
24、cept: the Introduction, any section explicitly labeled as “Informative“ or individual paragraphs that start with “Note:” The keywords “shall“ and “shall not“ indicate requirements strictly to be followed in order to conform to the document and from which no deviation is permitted. The keywords, “sho
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- SMPTEST207112014MEDIADEVICECONTROLDISCOVERYMDCDPDF

链接地址:http://www.mydoc123.com/p-1046732.html