Posted in: ST2022-6, Wireshark

Disney前Fox团队发布的ST2022-6解剖器

Disney前Fox团队发布的ST2022-6解剖器 SMPTE2022-6-dissector Wireshark dissector in Lua for SMPTE 2022-6 data in RTP to use in Wireshark: Ensure your Wireshark works with Lua plugins – "About Wireshark" should say it is compiled with Lua Install this dissector in the proper plugin directory – see "About Wireshark/Folders" to see Personal and Global plugin directories. After putting this […]

Posted in: ST2110-40, Wireshark

Disney前Fox团队发布的ST2110-40解剖器

Disney前Fox团队发布的ST2110-40解剖器 SMPTE ST 2110-40 dissector Dissector for SMPTE ST 2110-40 Ancillary Data Lua Dissector for ST 2110-40 in Wireshark Project Lead: Thomas Edwards (thomas.edwards@disney.com) to use in Wireshark: Ensure your Wireshark works with Lua plugins – "About Wireshark" should say it is compiled with Lua Install this dissector in the proper plugin directory – see […]

Posted in: ST2110-20, Wireshark

Disney前Fox团队发布的ST2110-20解剖器

Disney前Fox团队发布的ST2110-20解剖器 SMPTE ST 2110-20 dissector Wireshark dissector in Lua for SMPTE ST 2110-20 data in RTP Disney(前Fox)发布的ST2110-20解析器 Project Lead: Thomas Edwards (thomas.edwards@disney.com) to use in Wireshark: Ensure your Wireshark works with Lua plugins – "About Wireshark" should say it is compiled with Lua Install this dissector in the proper plugin directory – see "About Wireshark/Folders" […]

Posted in: JPEG XS, ST2110-22

intoPIX 发布了一个 SMPTE 2110-22 Wireshark 解剖器(2022年3月9日更新)

IntoPix于2022年3月9日发布了版本更新(2022年3月22日) 更新: Release notes : Handling of optional boxes Added helper for extended packet counter (in codestream packetization mode) Correction of color mode decoding Improved error flagging 新版本下载地址: https://workdrive.zohoexternal.com/external/f6c82fb54a34172870efece8e30369004681fd9694b6e16944d42ed4803b5a34?layout=list intoPIX 发布了一个 SMPTE 2110-22 Wireshark 解剖器(2021年10月31日) intoPIX 发布了一个 SMPTE 2110-22 Wireshark 解剖器,可以验证您的 SMPTE 2110-22 捕获的流。 一个简单的工具,用于检查您的流是否根据 VSF TR08 建议和 JPEG XS IETF RTP 正确构建。 申请下载链接: https://www.intopix.com/blogs/post/Deep-dive-into-SMPTE-ST2110-22-with-Wireshark-Dissector […]

Posted in: ethtool, linux

Linux Ethtool命令管理网卡

Linux Ethtool命令管理网卡

ethtool用于查看和修改网络设备(尤其是有线以太网设备)的驱动参数和硬件设置。你可以根据需要更改以太网卡的参数,包括自动协商、速度、双工和局域网唤醒等参数。通过对以太网卡的配置,你的计算机可以通过网络有效地进行通信。该工具提供了许多关于接驳到你的 Linux 系统的以太网设备的信息。

在这篇文章中,我们将告诉你如何更改以下的参数以及如何查看这些参数。这篇文章将帮助你在 Linux 系统中排除与以太网卡相关的问题。

Posted in: NMOS

NMOS 术语表

本文翻译了AMWA对于NMOS的术语表,供大家更好的理解NMOS中各个参数的定义。 原文链接: https://specs.amwa.tv/nmos/branches/main/docs/Glossary.html NMOS 术语表 In NMOS specs several common terms have specific meanings that you should be aware of. Many of these correspond to the glossary of the JT-NM Reference Architecture. 在 NMOS 规范中,您应该注意几个常用术语的特定含义。其中许多对应于JT-NM 参考架构的词汇表。 Several of these are formally defined in NMOS specs, but are described here for convenience. 其中一些已在 NMOS 规范中正式定义,但为了方便起见,在此处进行了描述。 Device […]

Posted in: WSL

#在Win10中安装docker和wsl2并最终实现Windows上运行Ubuntu子系统

在Win10中安装docker和wsl2并最终实现Windows上运行Ubuntu子系统

本文讲述的是在Win10系统上方便的搭建一个linux开发环境,配合vs code的插件和git可以基本满足各种开发需求。

1.在 Windows 10 上安装 docker desktop

  1. Windows 10至少升级 到2004 版。您可能需要此处的更新工具。如果 Dell Encryption 客户端不是最新版本,安装将失败(请参阅注释)。
  2. 上Docker官网(需要科学)www.docker.com 然后下载docker desktop
Posted in: PTP

Ubuntu 20.04下安装linuxptp

本文讲述如何在wsl2的Ubuntu 20.04下安装linuxptp,主要用于研究目的。
研究结果将在后续的博客中补充。

1. 前提

  • ubuntu中已经已经安装了以下组件:
    git
    make(如果没有可通过这个命令安装sudo apt-get install ubuntu-make)
    gcc(如果没有可通过这个命令安装sudo apt-get install build-essential)

  • 系统的网卡支持硬件时间戳或者软件时间戳

可以通过以下命令列出系统中的网卡

ip a

或者

ifconfig

Back to Top