- Method v1
- User
- PlanRestream
- MoneyFlow
- UserProject
- Project
- ProjectHistory
- NotifyUser
- Centrifuge
- Stream key
- PlanTranscoding
- PlanStorage
- Channel settings
- Optional settings for vk. Depends on the tariff.POST
- Optional settings for youtube. Depends on the tariff.POST
- Optional settings for trovo. Depends on the tariff.POST
- Optional settings for twitch. Depends on the tariff.POST
- Optional settings for ok. Depends on the tariff.POST
- Optional settings for vk video live. Depends on the tariff.POST
- Set planned id. Depends on the tariff.POST
- Get playlists from the platformGET
- Get planned listGET
- Set name from custom channel. Global settings.POST
- Set rtmp url from channel. Global settings.POST
- Set transcoder from channel. Personal settings.POST
- Get status platformGET
- Get status platformGET
- Optional settings for telegramPOST
- Get telegram post by filterGET
- Get telegram post listGET
- Get telegram settingsGET
- Set telegram settingsPOST
- Get code for connected chatGET
- Disconnect telegram chatGET
- Channel
- Transcoders
- Platforms
- Auth
- Socials
- Transactions
- BlogPage
- HelpPage
- NotifyHistory
- ProjectChannelInvite
- List of invites for channel in project
- Get invitation for channel
- Accept channel invitation for selected project
- Decline channel invitation for selected project
- Get channel invitation using a secret link
- Accept channel invitation using a secret link
- Decline channel invitation using a secret link
- Get channel invite item for my channel for another user
- Add channel invite item for another user by id
- Add channel invite item for another user by email
- Del channel invite item for my channel for another user
- ProjectChannel
- BlogPageTag
- RtmpServer
- Pay system
- Payment
- Pay setting
- Stream pull keys
- Payout
- Chat gateway
- Broadcast
- Release
- Live
- Analytics
- Promo
- PolicyPage
- Referrals
- Pull servers
Set transcoder from channel. Personal settings.
POST
/method/channel_settings/setTranscoder
Channel settings
Request
Authorization
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the oauth.Example:
Authorization: oauth ********************
Body Params application/json
v
enum<string>Â
required
Allowed values:
123
Example:
3
language
enum<string>Â
required
Allowed values:
ruencn
Default:
en
Example:
en
project_id
numberÂ
required
channel_id
numberÂ
required
transcoder_id
numberÂ
optional
Example
{
"v": "1",
"language": "en",
"project_id": 0,
"channel_id": 0,
"transcoder_id": 0
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-v2.streamvi.io/method/channel_settings/setTranscoder' \
--header 'Content-Type: application/json' \
--data-raw '{
"v": "1",
"language": "en",
"project_id": 0,
"channel_id": 0,
"transcoder_id": 0
}'
Responses
🟢201Created
application/json
Body
success
booleanÂ
required
Default:
true
Example
{
"success": true
}
🟠400Bad Request
Modified at 2025-05-05 15:10:46