cURL
curl --request POST \ --url http://localhost:5935/setBroadcastConfig \ --header 'Content-Type: application/json' \ --data ' { "maxPricePerUnit": "1000", "pixelsPerUnit": 1 } '
Configure transcoding options and max price
Maximum price per pixel in wei
"1000"
Number of pixels per unit
1
Broadcast config updated successfully
Was this page helpful?