Create SRT inputAsk AIpost https://api.bitmovin.com/v1/encoding/inputs/srtBody ParamsThe SrtInput to be creatednamestringName of the resource. Can be freely chosen by the user.descriptionstringDescription of the resource. Can be freely chosen by the user.customDatastringUser-specific meta data. This can hold anything.modestringenumrequiredThe SRT mode to useLISTENERCALLERAllowed:LISTENERCALLERhoststringThe name or IP of the host providing the SRT stream (only used in CALLER mode)portintegerrequiredThe port to connect to or listen on. Has to be one of [2088, 2089, 2090, 2091] when using LISTENER mode.pathstringThe path parameter of the SRT streamlatencyintegerThe maximum accepted transmission latency in milliseconds (when both parties set different values, the maximum of the two is used for both)passphrasestringThe passphrase used to secure the SRT stream. For AES-128 encryption, you must enter a 16-character passphrase; for AES-256, you must enter a 32-character passphrasekeyLengthintegerThe type of AES encryption determines the length of the key (passphrase). AES-128 uses a 16-character (128-bit) passphrase, and AES-256 uses a 32-character (256-bit) passphrase.backupSrtInputsobjectBackupSrtInputs objectResponses 201Successful response. defaultError response.Updated 2 months ago