Wowza Community

Is there a way to list incoming streams in an HTTPProvider?

In an HTTPProvider, I am trying to get a list of incoming streams coming in via RTMP.

I thought this would be getPublishers()/GetPublisherCount() in IApplicationInstance but they are coming back empty/zero.

I can walk the DVR store fine and see the DVR data for the incoming streams, so I am pretty sure I am getting the right ApplicationInstance.

What am I missing?

Thanks.

Hi,

You can take a look at this detailed serverinfo example.

Daren

Hi,

You can take a look at this detailed serverinfo example.

Daren

Thanks – so the secret for anyone curious is, the client that is encoding is in app instance definst instead of the instance with the app name.

-Ray