Wowza Community

RTMP stream has no audio on test player

Hi everyone,
I send an RTMP stream (H.264, AAC) to Wowza server and try to use “Test Player” to check signal.

However, I only can see the video; there is no audio at all.

When using VLC to play rtmp stream from Wowza server, video & audio works well.

Additionally, I record directly this rtmp stream on Wowza server, the content include either video or audio; this file also can play well on VLC.

So, is the problem because of “Test Player”? or other reason?

Thank in advance,

Best regards.

More detail, I using ffprobe to get information from recorded file:

Stream #0:0(eng): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, bt709), 1920x1080 [SAR 1:1 DAR 16:9], 2383 kb/s, 23.98 fps, 23.98 tbr, 90k tbn, 47.95 tbc (default)

Metadata:

creation_time : 2019-04-30 06:51:04

handler_name : WowzaStreamingEngine

encoder : WowzaStreamingEngine

Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 192 kb/s (default)

Metadata:

creation_time : 2019-04-30 06:51:04

handler_name : WowzaStreamingEngine

Did you try sending a stream to Engine from a different source or use our mp4 file (Buck Bunny video) to test? If you can get that to work in the player then we know there was an issue with your stream source/encoder file and not the player. Also, are you sending it as a high resolution stream? Try changing the bitrates too just to troubleshoot.

If it continues to not work in our player, but in VLC player, please send us a support ticket so we can view your files and run some tests for you.

https://www.wowza.com/support/open-ticket

I found the problem.

I need to encode AAC at raw format not ADTS.

Thank.