What Are the Minimum Requirements for OpenTrackIO Compliance? #126
-
What Are the Minimum Requirements for OpenTrackIO Compliance?Hello, From reading the OpenTrackIO Documentation v0.9.0, it describes a structure designed for Real-time Transport Protocol (RTP) and ST2110-41, along with capabilities such as jumbo packet splitting and SDP signaling links. However, what are the minimum implementation requirements for OpenTrackIO compliance? When starting OpenTrackIO compliance, implementing everything from the beginning—such as a structure designed for RTP, ST2110-41, jumbo packet splitting, and SDP signaling links—can be overwhelming. I would like to understand the minimum implementation requirements for OpenTrackIO compliance. I would like to start by addressing the areas where the 29-byte FreeD format was clearly insufficient. Based on the documentation, here is what I have interpreted as the minimum implementation requirements. I would appreciate your guidance and clarification.
When illustrated, I am assuming a structure like this. Does this align with the OpenTrackIO guidelines? Thank you for your response and guidance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Thanks @flow-dev ! We are confirming on 5/12 that GitHub discussions are the correct place for us to handle these kinds of support questions. Once confirmed we will get back to you on your specific questions. Thanks for being the first discussions contributor! |
Beta Was this translation helpful? Give feedback.
-
Hi @flow-dev, Thanks for you query - there is a PR under review right now that we hope will answer your questions. In short yes there will be a minimal UDP version with a simple header that helps define the content of the packet. While RTP and ultimately 2110 are recommended, 'raw' UDP is also supported. The new docs will also describe how to send multiple 1460-byte payloads, and I will add some improved description on floating point precision. I'll leave this discussion open until the PR is merged and we have confirmed it covers everything you have raised. Thanks! |
Beta Was this translation helpful? Give feedback.
Hi @flow-dev, Thanks for you query - there is a PR under review right now that we hope will answer your questions. In short yes there will be a minimal UDP version with a simple header that helps define the content of the packet. While RTP and ultimately 2110 are recommended, 'raw' UDP is also supported. The new docs will also describe how to send multiple 1460-byte payloads, and I will add some improved description on floating point precision. I'll leave this discussion open until the PR is merged and we have confirmed it covers everything you have raised. Thanks!