Skip to content

Use case for lighting #16

@KensakuKOMATSU

Description

@KensakuKOMATSU

@rjksmith , I'm now developing live screening system which synchronize lighting effect for each remote venues [1]. I'm realizing light synchronization makes great user experience. And, I may think that such an experience will be provided more casual way. Web page can realize such a great and immersive experience using WebVMT and DataCue.

Use case : When someone is watching live concert video on web page, lighting effect which is synchronized wth video is served automatically. The method of lighting effect will be varied. Simple scenario will be the background of the web page will be changed with sync. Highly immersive experience will be realized when external lighting devices, for instance dmx or smart light, will be changed their color or moving effect.

My proposal of VMT is like this.

00:00:07.000 --> 00:00:09.500
{
    "sync":
    { "type": "org.webvmt.example.lighting", "id": "light1", "data": 
        { "pan": 32, "tilt": 160, "dimmer": 255, "color": "rgb( 0, 0, 255 )" }
    }
}

My current scenario is user agent will parse the vmt files likewise shown above and added as DataCues. Then makes lighting effect synchronized with video.

The demo of "Simple lighting w/ DataCues" : [2] (polyfill)
The repository of above demo : [3]

[1] https://www.tvbeurope.com/media-delivery/ntt-com-partners-with-yamaha-to-trial-interactive-live-viewing-technology
[2] https://dmx-control-example.netlify.app/
[3] https://github.com/KensakuKOMATSU/dmx-control-example

Metadata

Metadata

Assignees

Labels

use caseUse case or example

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions