question about transcode
The source stream is not AAC audio, so I need to use transcode to convert.
transcode source=rtmp://1.2.3.4/live/abc groupName=group_abc videoBitrates=copy audioBitrates=48k destinations=abc
this command is ok.
but this one:
transcode source=rtmp://1.2.3.4/live/abc groupName=group_abc videoBitrates=copy audioBitrates=copy destinations=abc
do not work.
do I need to assign value to videoBitrates? or how to keep the source audioBitrates and transcode to AAC?