-
Notifications
You must be signed in to change notification settings - Fork 19
Stream ID must be unique per stream #108
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
Conversation
Stream ID to be unique per stream
FragLegs
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is more clear. Thanks!
Uniqueness per Transmitter
|
|
||
| > **Transmitter-Supplied**, A string that uniquely identifies the stream. Stream | ||
| IDs MUST be unique per Reciever. This value is generated by the Transmitter | ||
| IDs MUST be unique per stream in the context of each transmitter. This value is generated by the Transmitter |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"across all streams that are currently open in a Transmitter"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe the following to handle "future" streams, rather than just the "currently open"
Transmitter-Supplied, A string that uniquely identifies the stream. A transmitter MUST generate a unique ID for each of it's streams.
Verbiage change
| > **Transmitter-Supplied**, A string that uniquely identifies the stream. Stream | ||
| IDs MUST be unique per Reciever. This value is generated by the Transmitter | ||
| when the stream is created. | ||
| > **Transmitter-Supplied**, A string that uniquely identifies the stream. A transmitter MUST generate a unique ID for each of it's streams at the time of stream creation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's streams -> its open streams (no apostrophe, and specify open, since the rest of the sentence talks about the time of creation)
|
Following up on #117 |
As the transmitter does not have any notion of the receiver uniqueness, it makes more sense to callout the stream ID to be unique per stream.
In the update stream event,
audis expected as a stream ID which is expected unique per stream as well.