Answer for Transcoding Issue

Hi, If you want to create streams with different video bit rates you can use
transcode source=rtsp://192.168.1.160/live/<stream name> groupName=group videoBitRates=100k,200k,300k
    destinations=stream100,stream200,stream300 keepAlive=1
The call above in effect pulls the source (so we do not have to use a separate pullstream), creates a live flv, and then creates three streams stream100, stream200 and stream300, respectively. The vbr is associated with the stream in the order they are defined. Then you can push the the streams defined above to rtmp://54.187.191.137/live. By the way, not passing the videoBitRates as you did below means no video.
transcode source=local groupName=group audioBitrates=copy audioChannelsCounts=1 destinations=rtmp://54.187.191.137/live targetStreamNames=c054
Let me know if this resolves the issue.

Offcanvas

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.