Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IS-04 doesn't distinguish between ST 2110-21 Type A and Type W Receivers #193

Open
garethsb opened this issue Nov 18, 2022 · 1 comment
Open

Comments

@garethsb
Copy link
Contributor

VSF TR-08 defines two Timing Recovery Modes for Receivers: SYNC and ASYNC. These are based on ST 2110-21 Type W and Type A Receivers.

image

Using BCP-004-01 Receiver Capabilities, Receivers can indicate which ST 2110-21 Sender Types they support, but both Type W and Type A Receivers would indicate exactly the same thing:

"st2110_21_sender_type": {
  "enum": [
    "2110TPN",
    "2110TPNL",
    "2110TPW"
  ]
}

The difference between Type W and Type A Receivers is whether they can accept streams from Senders with a different timing source (or different TROFF values?).

The timing source of a Sender is indicated via the a=ts-refclk: attribute line in the SDP data, and in the IS-04 Node clocks entry indicated by the Sender clock_name.

However, the timing source associated with a Receiver is not indicated in IS-04.

Do we need to (a) add a Receiver attribute clock_name, and (b) add a Boolean Receiver attribute indicating asynchronous support?

@peterbrightwell
Copy link
Contributor

Architecture Review Group review: place on backlog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants