I was wondering if there is any possibility to detect if a rtmp live stream has sound in wowza server-side code.
Thank you.
I was wondering if there is any possibility to detect if a rtmp live stream has sound in wowza server-side code.
Thank you.
You should be able to tell with IMediaStreamActionNotify3.onCodecInfoAudio(). Or you can tell if there is no sound if that does not fire.
Richard