From 31226ab5709d7694feb6784fde0aae502032c3e5 Mon Sep 17 00:00:00 2001 From: "mark a. foltz" Date: Fri, 23 Aug 2019 17:22:37 -0700 Subject: [PATCH 1/2] UUID --- index.bs | 12 ++++++------ index.html | 27 ++++++++++++++++++++------- 2 files changed, 26 insertions(+), 13 deletions(-) diff --git a/index.bs b/index.bs index 9c09601..eba7171 100644 --- a/index.bs +++ b/index.bs @@ -64,6 +64,7 @@ urlPrefix: https://www.w3.org/TR/html51/single-page.html; type: dfn; spec: HTML5 url: https://tools.ietf.org/html/rfc6762#section-9; type: dfn; spec: RFC6762; text: conflict resolution url: https://tools.ietf.org/html/rfc6763#section-7; type: dfn; spec: RFC6763; text: service name url: https://tools.ietf.org/html/rfc6763#section-4.1.1; type: dfn; spec: RFC6763; text: instance name +url: https://tools.ietf.org/html/rfc4122#section-4.4; type: dfn; spec: RFC4122; text: UUID

Status of this document

@@ -941,10 +942,11 @@ remote-playback-start-request message to the receiver with the following values: : remote-playback-id -:: An identifier that uniquely identifies the remote playback from the - controller to the receiver. It does not need to be unique across all remote - playbacks from that controllers to all receivers nor unique across all remote - playbacks from all controllers to that receivers. +:: An identifier for this remote playback. It should be universally unique + among all remote playbacks. + +Note: A version 4 (pseudorandom) [=UUID=] meets the requirements for a +remote-playback-id. : urls :: The [=media resources=] that the controller has selected for playback on the @@ -961,8 +963,6 @@ values: ignore them and the controller will learn that it does not support them from the remote-playback-start-response message. -Issue(147): Remote playback ID uniqueness. - When the receiver receives a remote-playback-start-request message, it should send back a remote-playback-start-response message. It should do so quickly, usually before the [=media resource=] has been loaded and instead give updates diff --git a/index.html b/index.html index 9c797f5..d345a66 100644 --- a/index.html +++ b/index.html @@ -1214,7 +1214,7 @@ - + - +