Evo Trancoder – No audio on playout stream
Hi,
I am attempting to utilize EMS to help transcode H.264/MP3 live rtmp streams into a H.264/AAC stream. Here is the command that I am using on server restart:
transcode source=rudy1 groupName=group1 videoBitrates=copy audioBitrates=64k destinations=rudyaac (copying video)
The problem that occurs on the playout stream is that there is no audio present:
Incoming test rtmp stream – rtmp://192.241.248.215/live/rudy1 (H.264/MP3)
Outgoing test rtmp stream – rtmp://192.241.248.215/live/rudyaac (H.264/AAC) no audio present
As a second test I also tried the following commands and the same results; no audio on outgoing stream.
transcode source=rudy1 groupName=group1 videoBitrates=300k audioBitrates=64k destinations=rudyaac1 (transcoding video)
Please Advise