Wowza Community

Stats for incoming RTMP stream

How can I find basic stats about incoming stream? I would like to know what is the source qality (resolution, frame rate, etc) of an RTMP stream that is sent to one of my applications.

Best regards,

Nejc

Hi,

You could look at parsing the Wowza logs for that type of information. If you have HLS (cupertino) playback type enabled then we log video and audio info when the stream is published, e.g.

2016-11-11 15:17:05 GMT comment server INFO 200 - LiveStreamPacketizerCupertino.handlePacket[live/definst/myStream][avc1.66.21]: H.264 Video info: {H264CodecConfigInfo: codec:H264, profile:Baseline, level:2.1, frameSize:512x288, displaySize:512x288, frameRate:30.0, PAR:1:1

2016-11-11 15:17:05 GMT comment server INFO 200 - LiveStreamPacketizerCupertino.handlePacket[live/definst/myStream][mp4a.40.2]: AAC Audio info: {AACFrame: codec:AAC, channels:2, frequency:48000, samplesPerFrame:1024, objectType:LC}

Regards,

Paul