Hi,
I am extending Wowza to meet a custom use-case. I have used server modules. event listeners and HTTPProviders to meet our requirements. I had couple of questions which I wanted to ask the Wowza Developer team.
How to write a custom event :
let’s say that I want to create an event which is triggered anytime a packet loss is detected in the stream (onPacketLoss) or an event which is triggered when a VideoOnly stream is detected (onVideoOnlyStream). How do I write these custom events in Wowza ?
How to write a custom event listener
Consider the IMediaStreamActionNotify3
event listener, it listens for stream events such as
onPlay
, onPublish
,onCodecInfoAudio
etc. How do I extend this event listener to create a IMediaStreamActionNotify3Custom
which will also listen for custom stream events also such as onPacketLoss
and onVideoOnlyStream
?
Regards,
Alok Kumar