Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:5935/setBroadcastConfig \ --header 'Content-Type: application/json' \ --data ' { "maxPricePerUnit": "1000", "pixelsPerUnit": 1 } '
Set Broadcast Config for Livepeer gateways.
Maximum price per pixel in wei
"1000"
Number of pixels per unit
1
Broadcast config updated successfully
Was this page helpful?