updateRtmpTranscoding abstract method

Future<void> updateRtmpTranscoding(
  1. LiveTranscoding transcoding
)

Updates the transcoding configuration. After you start pushing media streams to CDN with transcoding, you can dynamically update the transcoding configuration according to the scenario. The SDK triggers the transcodingUpdated callback after the transcoding configuration is updated.

Param transcoding The transcoding configuration for Media Push. See LiveTranscoding .

Implementation

Future<void> updateRtmpTranscoding(LiveTranscoding transcoding);