Skip to content

Add message SIMID:Creative:requestChangeMediaURL #419

@davidthibault

Description

@davidthibault

Would it be possible to create a message from the creative to the Ad player to ask to change the Ad media source (typically for multivideos linear Ad purpose).

For example :

SIMID:Creative:requestChangeMediaURL
The creative requests an ad media url change by posting a SIMID:Creative:requestChangeMediaURL message.

dictionary MessageArgs {
  required string uri;
};
uri, The address of the video media file

resolve
By posting resolve message, the player signals it has changed the video source url to the requested values.
reject
By posting reject message, the player signals that it did not change the video source url .

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    SIMID 1.2potential future update

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions