【问题标题】:Retriving DVB data tables using IPSITables使用 IPTables 检索数据库数据表
【发布时间】:2012-06-07 09:28:46
【问题描述】:

我正在尝试使用未弃用的接口 IPSITables 从 DVB 流中提取 EIT 表。 除了msdn文档http://msdn.microsoft.com/en-us/library/windows/desktop/dd694841%28v=vs.85%29.aspx之外,我还没有找到关于如何使用getTable方法的文档。

问题是我不知道如何获取 dwHashedVer [in] 参数(标识表格内容的哈希值)。

有人用过这个界面吗?

提前致谢

【问题讨论】:

    标签: c++ video-streaming directshow dvb


    【解决方案1】:

    我读过ETSI 301-192 spec。微软文档或这个 API 几乎不存在。我在这里在黑暗中拍摄,所以请多多包涵。在表 8.4.4 中有一个字段platform_id_hash,它是从平台 ID 生成的。获取此哈希的方法也在规范中进行了说明。平台 id 定义为

    platform_id: This is a 24 bit field which serves as a label to identify a given IP/MAC platform. Allocation of the value
    of this field are found in the TR 101 162 [21].  
    

    希望对你有帮助

    【讨论】:

    • 感谢您的帮助,我会试一试:)
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2013-05-10
    • 2017-12-06
    • 2013-06-21
    • 2016-01-29
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多