Wowza Community

Identification of stream name for hls and rtmp live streaming

Hi,

I am working on wowza module to get various information about live streaming. but i am not able to find the stream name in case of live streaming for hls and rtmp, the streamType in wowza api for this stream is ‘live’. could you help me on this?

Use stream.getName(); to get the stream name. The name may not be available when the stream is first created.

Roger.