欢迎来到麦多课文档分享! | 帮助中心 海量文档,免费浏览,给你所需,享你所想!
麦多课文档分享
全部分类
  • 标准规范>
  • 教学课件>
  • 考试资料>
  • 办公文档>
  • 学术论文>
  • 行业资料>
  • 易语言源码>
  • ImageVerifierCode 换一换
    首页 麦多课文档分享 > 资源分类 > PDF文档下载
    分享到微信 分享到微博 分享到QQ空间

    SMPTE EG 2021-3-2015 Broadcast Exchange Format (BXF) - Use Cases (Includes Access to Additional Content).pdf

    • 资源ID:1046253       资源大小:880.51KB        全文页数:52页
    • 资源格式: PDF        下载积分:10000积分
    快捷下载 游客一键下载
    账号登录下载
    微信登录下载
    二维码
    微信扫一扫登录
    下载资源需要10000积分(如需开发票,请勿充值!)
    邮箱/手机:
    温馨提示:
    如需开发票,请勿充值!快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
    如需开发票,请勿充值!如填写123,账号就是123,密码也是123。
    支付方式: 支付宝扫码支付    微信扫码支付   
    验证码:   换一换

    加入VIP,交流精品资源
     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
    5、试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。

    SMPTE EG 2021-3-2015 Broadcast Exchange Format (BXF) - Use Cases (Includes Access to Additional Content).pdf

    1、 Access to Content for (SMPTE EG 2021-3:2015) (Click here to view the publication) This Page is not part of the original publication: This page has been created by IHS as a convenience to the user in order to provide access to the content as authorized by the Copyright holder of this document. Click

    2、 the link(s) below to access the content and use normal procedures for downloading or opening the files. SMPTE_Additional Data Information contained in the above is the property of the Copyright holder and all Notice of Disclaimer when the group complains, he diverts their attention to their own fau

    3、lts. Phoebe gets money she doesnt want; she complains and gets more; she gives it away and gets a can of soda in return.which contains a thumb. The beverage company gives her $7000. Monicas new boyfriend is a hit with her friends, but Monicas not too sure. Friends SMPTE EG 2021-3:2015 SMPTE 2015 All

    4、 rights reserved Page 25 2.8 Query Request Context of Use: Any particular system might have the need to find out information that another system contains. Therefore, using the common xml schema amongst the participating systems, a SQL-like query is able to be used via a subset of XPATH 2.0 (http:/ww

    5、w.w3.org/TR/xpath20/) to implement the and nodes syntax. Origination System: Any Destination System: Any Trigger: The originating system desires to query the target system for useful information. Additional Stakeholders and Interests: Any/all Preconditions: Information is needed that the originating

    6、 system does not have and/or needs to verify from a target system Main Success Scenario: System A: 1. User of originating system A requests information from System B. System B: 2. Performs a local query using the where-clause of the originating systems query 3. Returns the desired information to the

    7、 originating system using the return-structure scheme Examples: 1. All active channels for a given date range Schedule/scheduleStart=“2006-08-16T05:00:00.00“ Schedule/Channel/* Note: The “*” indicates all sub-nodes at that level and below, if the “*” is omitted only that node and its attributes woul

    8、d returned. 2. Schedule identification for a given date range. Schedule/scheduleStart=“2006-08-16T05:00:00.00“ Schedule Must return: 3. Schedules for a specific Channel for a given date range. Schedule/Channel/Name=“WXYZ“ and Schedule/scheduleStart=“2006-08-16T05:00:00.00“ Schedule/* SMPTE EG 2021-3

    9、:2015 SMPTE 2015 All rights reserved Page 27 This query would return schedules including all events for Channel Named “WXYZ” with a scheduleStart=2006-08-16T05:00:00.00: WXYZ 4. Only “As Run” schedules on Channel WXYZ Schedule/Channel/Name=“WXYZ“ and Schedule/scheduleStart=“2006-08-16T05:00:00.00“ S

    10、chedule/AsRun/* 5. Content Transfer Query return status of all content transfers on the device specified as the message destination. * ContentTransfer Returns: SMPTE EG 2021-3:2015 SMPTE 2015 All rights reserved Page 28 2.9 Invoke Schedule Context of Use: The traffic system is responsible for mainta

    11、ining the composite programming schedule. This composite schedule would include any program elements, commercials, promotions, and other interstitial material. The schedule is transferred to the automation system which is responsible for the control of systems and equipment involved in playing the s

    12、chedule to air over the Channel. The Invoke Schedule example shows the activation of a schedule, which had previously been transferred to the automation system. Origination System: Traffic Destination System: Automation Trigger: A previously-transferred schedule is to be activated for broadcast. Add

    13、itional Stakeholders and Interests: Traffic System Responsible for generating and disseminating the composite schedule. Traffic is also responsible for notifying the automation system of changes, and for bringing a new schedule into use to control a given Channel of playback. Automation User- Receiv

    14、ing an accurate schedule in a timely manner such that it can be used to ready the schedule items for playback. Master Control Operator- Wants accurate schedules and accurate data so the right content plays at the right time. The schedule activation from traffic to be available for visual verificatio

    15、n and manual updates either directly in Traffic or via Automation. Preconditions: A session has been established. Main Success Scenario: Invoke Schedule: 1. A request is sent for a particular schedule is activated. The schedule is identified by the BxFMessage.Schedules.ScheduleID attribute. 2. Autom

    16、ation validates the existence and state of the schedule referenced in the request. If validation of the request is successful, Automation sends an ACK (BxFMessage.MessageType = acknowledgement), and commences with the requested operation. 3. The outcome of the operation is conveyed back to Traffic i

    17、n a Reply message generated by Automation, indicating result status in BxFMessage.Status. Example: Message to automation to load the schedule into a usable playlist SMPTE EG 2021-3:2015 SMPTE 2015 All rights reserved Page 29 2.10 Heartbeat Context of Use: Any system that is interested in communicati

    18、ng with another can verify that the target system is available to communicate messages. A heartbeat message can be used for this verification, thereby ensuring that messages can proceed between the systems. Origination System: Any Destination System: Any Trigger: A system is interested in knowing th

    19、e communication status of another system, so a heartbeat message is sent. Additional Stakeholders and Interests: Any/all Preconditions: There is a need to determine whether a system of interest is available to communicate using BXF. Main Success Scenario: Traffic department: 1. Traffic user wants to

    20、 utilize various use-cases for daily operations that include the Content Delivery system. 2. The traffic application submits a heartbeat message to ensure Content Delivery is available for messaging. Content Delivery system: 3. Content Delivery receives the heartbeat message and responds if it is av

    21、ailable to communicate with the inquiring system. 4. Use Case ends. Example: Message to query the availability of a Content Delivery System: 2.11 As Run Context of Use: Automation systems are supplied with events which are eligible for going to air. These events will normally either be successfully played out or become a discrepancy. Both statuses are communicated to the traffic system and record appropriate reconciliation of the event. This use case covers the steps necessary for the communication about an event that has been aired, between automation system and the traffic system.


    注意事项

    本文(SMPTE EG 2021-3-2015 Broadcast Exchange Format (BXF) - Use Cases (Includes Access to Additional Content).pdf)为本站会员(visitstep340)主动上传,麦多课文档分享仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知麦多课文档分享(点击联系客服),我们立即给予删除!




    关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们

    copyright@ 2008-2019 麦多课文库(www.mydoc123.com)网站版权所有
    备案/许可证编号:苏ICP备17064731号-1 

    收起
    展开