curl --request POST \
--url http://localhost:5935/setBroadcastConfig \
--header 'Content-Type: application/json' \
--data '
{
"maxPricePerUnit": "1000",
"pixelsPerUnit": 1
}
'Configure transcoding options and max price
curl --request POST \
--url http://localhost:5935/setBroadcastConfig \
--header 'Content-Type: application/json' \
--data '
{
"maxPricePerUnit": "1000",
"pixelsPerUnit": 1
}
'Was this page helpful?