Skip to content

Conversation

@eloisebrosseau
Copy link
Contributor

Add RV as a participant using the new Live Review schema

Summarize your change.

The read_otio_string function was added to parse the OTIO object containing the timeline sent by the Review App when RV is joining a new session as a participant. Since the timeline contains some annotation fields, the annotation schema was added in order to let OTIO know that it is a known schema during the deserialization step. However, nothing is done with the annotations at this stage.

Describe the reason for the change.

This is the first step in adding back the new OTIO schema as the preferred way of communication between RV and the Review App.

Describe what you have tested and on which operating system.

Live review using the new schema was tested between a local Review App where the feature was enabled with https://creative-collab.dev.shotguncloud.com and RV on MacOS.

@eloisebrosseau eloisebrosseau changed the title Add Rv as a participant using the new Live Review schema Add RV as a participant using the new Live Review schema Oct 10, 2024
@eloisebrosseau eloisebrosseau force-pushed the live-review branch 2 times, most recently from 69eda0b to cc45e67 Compare October 15, 2024 16:02
Copy link
Contributor

@rogernelson rogernelson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

Copy link
Contributor

@bernie-laberge bernie-laberge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
Thank you Éloïse!

@eloisebrosseau eloisebrosseau merged commit e055db3 into AcademySoftwareFoundation:main Oct 28, 2024
12 checks passed
cedrik-fuoco-adsk pushed a commit to cedrik-fuoco-adsk/OpenRV that referenced this pull request Nov 7, 2024
…wareFoundation#602)

### Add RV as a participant using the new Live Review schema

### Summarize your change.

The `read_otio_string` function was added to parse the OTIO object
containing the timeline sent by the Review App when RV is joining a new
session as a participant. Since the timeline contains some annotation
fields, the annotation schema was added in order to let OTIO know that
it is a known schema during the deserialization step. However, nothing
is done with the annotations at this stage.

### Describe the reason for the change.

This is the first step in adding back the new OTIO schema as the
preferred way of communication between RV and the Review App.

### Describe what you have tested and on which operating system.

Live review using the new schema was tested between a local Review App
where the feature was enabled with
https://creative-collab.dev.shotguncloud.com and RV on MacOS.

---------

Signed-off-by: Éloïse Brosseau <[email protected]>
Signed-off-by: Cédrik Fuoco <[email protected]>
cedrik-fuoco-adsk pushed a commit to cedrik-fuoco-adsk/OpenRV that referenced this pull request Nov 8, 2024
…wareFoundation#602)

### Add RV as a participant using the new Live Review schema

### Summarize your change.

The `read_otio_string` function was added to parse the OTIO object
containing the timeline sent by the Review App when RV is joining a new
session as a participant. Since the timeline contains some annotation
fields, the annotation schema was added in order to let OTIO know that
it is a known schema during the deserialization step. However, nothing
is done with the annotations at this stage.

### Describe the reason for the change.

This is the first step in adding back the new OTIO schema as the
preferred way of communication between RV and the Review App.

### Describe what you have tested and on which operating system.

Live review using the new schema was tested between a local Review App
where the feature was enabled with
https://creative-collab.dev.shotguncloud.com and RV on MacOS.

---------

Signed-off-by: Éloïse Brosseau <[email protected]>
Signed-off-by: Cédrik Fuoco <[email protected]>
cedrik-fuoco-adsk pushed a commit to cedrik-fuoco-adsk/OpenRV that referenced this pull request Nov 28, 2024
…wareFoundation#602)

### Add RV as a participant using the new Live Review schema

### Summarize your change.

The `read_otio_string` function was added to parse the OTIO object
containing the timeline sent by the Review App when RV is joining a new
session as a participant. Since the timeline contains some annotation
fields, the annotation schema was added in order to let OTIO know that
it is a known schema during the deserialization step. However, nothing
is done with the annotations at this stage.

### Describe the reason for the change.

This is the first step in adding back the new OTIO schema as the
preferred way of communication between RV and the Review App.

### Describe what you have tested and on which operating system.

Live review using the new schema was tested between a local Review App
where the feature was enabled with
https://creative-collab.dev.shotguncloud.com and RV on MacOS.

---------

Signed-off-by: Éloïse Brosseau <[email protected]>
Signed-off-by: Cédrik Fuoco <[email protected]>
@eloisebrosseau eloisebrosseau deleted the live-review branch March 31, 2025 19:29
cedrik-fuoco-adsk pushed a commit to cedrik-fuoco-adsk/OpenRV that referenced this pull request Apr 25, 2025
…wareFoundation#602)

### Add RV as a participant using the new Live Review schema

### Summarize your change.

The `read_otio_string` function was added to parse the OTIO object
containing the timeline sent by the Review App when RV is joining a new
session as a participant. Since the timeline contains some annotation
fields, the annotation schema was added in order to let OTIO know that
it is a known schema during the deserialization step. However, nothing
is done with the annotations at this stage.

### Describe the reason for the change.

This is the first step in adding back the new OTIO schema as the
preferred way of communication between RV and the Review App.

### Describe what you have tested and on which operating system.

Live review using the new schema was tested between a local Review App
where the feature was enabled with
https://creative-collab.dev.shotguncloud.com and RV on MacOS.

---------

Signed-off-by: Éloïse Brosseau <[email protected]>
Signed-off-by: Cédrik Fuoco <[email protected]>
cedrik-fuoco-adsk pushed a commit to cedrik-fuoco-adsk/OpenRV that referenced this pull request Apr 28, 2025
…wareFoundation#602)

### Add RV as a participant using the new Live Review schema

### Summarize your change.

The `read_otio_string` function was added to parse the OTIO object
containing the timeline sent by the Review App when RV is joining a new
session as a participant. Since the timeline contains some annotation
fields, the annotation schema was added in order to let OTIO know that
it is a known schema during the deserialization step. However, nothing
is done with the annotations at this stage.

### Describe the reason for the change.

This is the first step in adding back the new OTIO schema as the
preferred way of communication between RV and the Review App.

### Describe what you have tested and on which operating system.

Live review using the new schema was tested between a local Review App
where the feature was enabled with
https://creative-collab.dev.shotguncloud.com and RV on MacOS.

---------

Signed-off-by: Éloïse Brosseau <[email protected]>
Signed-off-by: Cédrik Fuoco <[email protected]>
cedrik-fuoco-adsk pushed a commit to cedrik-fuoco-adsk/OpenRV that referenced this pull request Apr 28, 2025
…wareFoundation#602)

### Add RV as a participant using the new Live Review schema

### Summarize your change.

The `read_otio_string` function was added to parse the OTIO object
containing the timeline sent by the Review App when RV is joining a new
session as a participant. Since the timeline contains some annotation
fields, the annotation schema was added in order to let OTIO know that
it is a known schema during the deserialization step. However, nothing
is done with the annotations at this stage.

### Describe the reason for the change.

This is the first step in adding back the new OTIO schema as the
preferred way of communication between RV and the Review App.

### Describe what you have tested and on which operating system.

Live review using the new schema was tested between a local Review App
where the feature was enabled with
https://creative-collab.dev.shotguncloud.com and RV on MacOS.

---------

Signed-off-by: Éloïse Brosseau <[email protected]>
Signed-off-by: Cédrik Fuoco <[email protected]>
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

Successfully merging this pull request may close these issues.

3 participants