Archived
2
0

bitrate as integer

This commit is contained in:
Marcel Battista
2021-02-14 19:13:52 +00:00
parent 4795d3ac96
commit 405ef7b9dd
3 changed files with 10 additions and 9 deletions

View File

@ -145,7 +145,7 @@ func (manager *RemoteManager) createPipelines() {
manager.config.AudioCodec,
manager.config.Device,
manager.config.AudioParams,
"",
0,
)
if err != nil {
manager.logger.Panic().Err(err).Msg("unable to create audio pipeline")