Wowza Community

Push Publish map entries

Hi,

I’m looking for a way to store some extra data inside wowza and decided to use the push publish map entries “extraOptions” field. I haven’t been able to figure out how to retrieve this infomation via the pushPublishRTP interface (not sure this is the right interface). I have tried …

PushPublishRTP ppr = new PushPublishRTP();

ppr.getEntryName();

ppr.getMap();

both of which came back empty. I created a map entry called ‘test’ I just need to retrieve this entry and the ‘extraOptions’ field. Any help would be appreciated.