Wowza Community

Inject metadata to live hls stream serverside

Hello and good time of day.

Here - https://www.wowza.com/docs/how-to-inject-cue-points-or-metadata - described how to inject metadata to stream from player.

But hot to call

// call the function:
netconnection.call("setCaption",null,"myStream","hello room","eng","0");

for example, from module serverside and therefore debug it?

Thanks in advance.

Hello

To initiate that call, you would need to include it in your actionscript code within your flash project. Otherwise, outside of flash, you could build a HTTP Provider to handle metadata injection but custom development (or 3rd party unsupported provider) would be required to achieve it.

Matt

Thanks for answer, i already solved this issue and posted in another thread.

Here - Remote server module method calling from javascript