Wowza Community

VIdeo with PCM Alaw

Currently experimenting with trial license and trying to LIVE stream H264 video with uLAW audio . I could able to stream video with audio using local rtsp url using VLC player. But when push this local rtsp stream to Wowza server, i am not able to get audio while streaming using Wowza rtsp url. Please find the ffmpeg console print shown below, where i could see that the audio is being pushed to Wowza local server.

Guessed Channel Layout for Input Stream #0.1 : mono
Input #0, rtsp, from ‘rtsp://127.0.0.1:8554/main’:
Metadata:
title : Session streamed with GStreamer
comment : rtsp-server
Duration: N/A, start: 0.000000, bitrate: N/A
Stream #0:0: Video: h264 (Constrained Baseline), yuv420p(progressive), 640x360, 90k tbr, 90k tbn, 180k tbc
Stream #0:1: Audio: pcm_alaw, 8000 Hz, mono, s16, 64 kb/s
Output #0, rtsp, to ‘rtsp://paas:username@:1935/live/myStream’:
Metadata:
title : Session streamed with GStreamer
comment : rtsp-server
encoder : Lavf57.83.100
Stream #0:0: Video: h264 (Constrained Baseline), yuv420p(progressive), 640x360, q=2-31, 90k tbr, 90k tbn, 90k tbc
Stream #0:1: Audio: pcm_alaw, 8000 Hz, mono, s16, 64 kb/s
Stream mapping:
Stream #0:0 -> #0:0 (copy)
Stream #0:1 -> #0:1 (copy)

frame= 2789 fps= 25 q=-1.0 Lsize=N/A time=00:01:50.85 bitrate=N/A speed=1.01x

I have of course configured to use the transcoder, but with no success. I have gone through this

https://www.wowza.com/docs/wowza-transcoder wowza help url, but i couldn’t resolve my issue. I could able get video stream without fail.

please note i was able to play video with audio ( format PCM mulaw format,

Stream #0:1: Audio: pcm_mulaw, 8000 Hz, mono, s16, 64 kb/s )

Any help or suggestions would be appreciated.