Wowza Community

How do I know about stream target status information?

Hi, Unable to locate associated RestAPI, ask questions.

I Want to know stream-target state status information using RestApi

I want to know the value such as error, active, wait

Please reply. Thanks

Hello @jaeho ji

To get the stream target status with the Wowza Streaming Engine REST API:

curl -X GET --header 'Accept:application/json; charset=utf-8' http://localhost:8087/v2/servers/_defaultServer_/vhosts/_defaultVHost_/applications/live/pushpublish/mapentries

and you will have within the returned GET this value: “sessionStatus”:“Active” or “Error” or “Wait”.

Regards,

Jason

Thank you very much , Jason Tuchler

That’s the answer. :slight_smile:

And is it possible using Wowza Java Api?