Skip to content
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

Add message SIMID:Creative:requestChangeMediaURL #419

Open
davidthibault opened this issue Feb 16, 2021 · 0 comments
Open

Add message SIMID:Creative:requestChangeMediaURL #419

davidthibault opened this issue Feb 16, 2021 · 0 comments
Labels
SIMID 1.2 potential future update

Comments

@davidthibault
Copy link
Contributor

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.

@mimidden mimidden added the SIMID 1.2 potential future update label Mar 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
SIMID 1.2 potential future update
Projects
None yet
Development

No branches or pull requests

2 participants