Hi,
We are trying to insert cue points using this article on wowza forum
We want to detect this on the brightcove smart player that plays rtmp. Since brightcove rtmp uses the following structure:
metadata stored with cue point
name assigned to cue point
time in seconds where cue point is stored
numeric type of cuepoint
videoid of the media that cue point is associated with
How do we pack this info inside injectMetadata function on server side? So instead of flash client, we have to generate a event (some call to action) inside a brightcove player. The alternative we are thinking to injectMetadata is extremely messy. So if you can help us resolve in the above way (using injectMetadata), nothing like it.
Thanks in advance.
Nitin